Home
last modified time | relevance | path

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

/art/runtime/
Dprofiler.cc60 BoundedStackVisitor(std::vector<std::pair<ArtMethod*, uint32_t>>* stack, in BoundedStackVisitor()
109 std::vector<InstructionLocation> stack; in GetSample() local
446 void BackgroundMethodSamplingProfiler::RecordStack(const std::vector<InstructionLocation>& stack) { in RecordStack()
502 void ProfileSampleResults::PutStack(const std::vector<InstructionLocation>& stack) { in PutStack()
Dinstrumentation.cc379 std::deque<instrumentation::InstrumentationStackFrame>* stack = thread->GetInstrumentationStack(); in InstrumentationRestoreStack() local
962 std::deque<instrumentation::InstrumentationStackFrame>* stack = self->GetInstrumentationStack(); in PushInstrumentationStackFrame() local
979 std::deque<instrumentation::InstrumentationStackFrame>* stack = self->GetInstrumentationStack(); in PopInstrumentationStackFrame() local
1036 std::deque<instrumentation::InstrumentationStackFrame>* stack = self->GetInstrumentationStack(); in PopMethodForUnwind() local
Dclass_linker.cc4777 ArenaStack stack(runtime->GetLinearAlloc()->GetArenaPool()); in LinkInterfaceMethods() local
/art/runtime/gc/
Dheap.cc862 void Heap::MarkAllocStackAsLive(accounting::ObjectStack* stack) { in MarkAllocStackAsLive()
2325 accounting::ObjectStack* stack) { in MarkAllocStack()
/art/compiler/optimizing/
Dcode_generator_x86.cc4230 Address stack(ESP, destination.GetStackIndex()); in EmitSwap() local
4242 Address stack(ESP, source.GetStackIndex()); in EmitSwap() local