Home
last modified time | relevance | path

Searched defs:stack (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dprofiler.cc62 BoundedStackVisitor(std::vector<std::pair<mirror::ArtMethod*, uint32_t>>* stack, in BoundedStackVisitor()
109 std::vector<InstructionLocation> stack; in GetSample() local
449 void BackgroundMethodSamplingProfiler::RecordStack(const std::vector<InstructionLocation>& stack) { in RecordStack()
505 void ProfileSampleResults::PutStack(const std::vector<InstructionLocation>& stack) { in PutStack()
Dinstrumentation.cc411 std::deque<instrumentation::InstrumentationStackFrame>* stack = thread->GetInstrumentationStack(); in InstrumentationRestoreStack() local
1042 std::deque<instrumentation::InstrumentationStackFrame>* stack = self->GetInstrumentationStack(); in PushInstrumentationStackFrame() local
1059 std::deque<instrumentation::InstrumentationStackFrame>* stack = self->GetInstrumentationStack(); in PopInstrumentationStackFrame() local
1114 std::deque<instrumentation::InstrumentationStackFrame>* stack = self->GetInstrumentationStack(); in PopMethodForUnwind() local
/art/runtime/gc/
Dheap.cc727 void Heap::MarkAllocStackAsLive(accounting::ObjectStack* stack) { in MarkAllocStackAsLive()
2081 accounting::ObjectStack* stack) { in MarkAllocStack()