OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocation_stack_
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/base/debug/
leak_tracker.h
90
StackTrace& allocation_stack = node->value()->
allocation_stack_
;
130
StackTrace
allocation_stack_
;
/art/runtime/gc/
heap.cc
400
allocation_stack_
.reset(accounting::ObjectStack::Create(
[
all
...]
heap-inl.h
177
} else if (UNLIKELY(!
allocation_stack_
->AtomicPushBack(*obj))) {
heap.h
974
std::unique_ptr<accounting::ObjectStack>
allocation_stack_
;
member in class:art::gc::Heap
[
all
...]
/art/runtime/gc/collector/
mark_sweep.h
145
void SweepArray(accounting::ObjectStack*
allocation_stack_
, bool swap_bitmaps)
mark_sweep.cc
[
all
...]
Completed in 226 milliseconds