OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocation_stack_
(Results
1 - 7
of
7
) sorted by null
/external/libchrome/base/debug/
leak_tracker.h
92
StackTrace& allocation_stack = node->value()->
allocation_stack_
;
132
StackTrace
allocation_stack_
;
/art/runtime/gc/
heap.cc
555
allocation_stack_
.reset(accounting::ObjectStack::Create(
[
all
...]
heap-inl.h
217
} else if (UNLIKELY(!
allocation_stack_
->AtomicPushBack(*obj))) {
heap.h
1230
std::unique_ptr<accounting::ObjectStack>
allocation_stack_
;
member in class:art::gc::Heap
[
all
...]
/art/runtime/gc/collector/
mark_sweep.h
158
void SweepArray(accounting::ObjectStack*
allocation_stack_
, bool swap_bitmaps)
concurrent_copying.cc
650
return heap_->
allocation_stack_
.get();
[
all
...]
mark_sweep.cc
[
all
...]
Completed in 83 milliseconds