reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h
  431   bool RefreshAllocation(AllocationDetails *alloc, StackFrame *frame_ptr);

References

tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
 2362     if (!RefreshAllocation(alloc, frame_ptr)) {
 2418     if (!RefreshAllocation(alloc, frame_ptr)) {
 2638     if (!RefreshAllocation(alloc, frame_ptr)) {
 3188     if (!RefreshAllocation(alloc, frame_ptr)) {
 3328     if (!RefreshAllocation(alloc.get(), frame_ptr)) {
 3358     if (alloc->ShouldRefresh() && !RefreshAllocation(alloc.get(), frame_ptr)) {