OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocation_stack
(Results
1 - 3
of
3
) sorted by null
/external/chromium/base/debug/
leak_tracker.h
88
StackTrace&
allocation_stack
= node->value()->allocation_stack_;
91
stacktraces[count] =
allocation_stack
;
96
allocation_stack
.OutputToStream(&LOG_STREAM(ERROR));
/external/chromium_org/base/debug/
leak_tracker.h
88
StackTrace&
allocation_stack
= node->value()->allocation_stack_;
91
stacktraces[count] =
allocation_stack
;
96
allocation_stack
.OutputToStream(&LOG_STREAM(ERROR));
/art/runtime/gc/collector/
mark_sweep.cc
306
accounting::ObjectStack*
allocation_stack
= GetHeap()->allocation_stack_.get();
local
316
mirror::Object** end =
allocation_stack
->End();
317
for (mirror::Object** it =
allocation_stack
->Begin(); it != end; ++it) {
[
all
...]
Completed in 2352 milliseconds