Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc248 std::deque<instrumentation::InstrumentationStackFrame>* stack = thread->GetInstrumentationStack(); in InstrumentationRestoreStack() local
486 std::deque<instrumentation::InstrumentationStackFrame>* stack = self->GetInstrumentationStack(); in PushInstrumentationStackFrame() local
500 std::deque<instrumentation::InstrumentationStackFrame>* stack = self->GetInstrumentationStack(); in PopInstrumentationStackFrame() local
554 std::deque<instrumentation::InstrumentationStackFrame>* stack = self->GetInstrumentationStack(); in PopMethodForUnwind() local
Dthread.h329 void SetTopOfStack(void* stack, uintptr_t pc) { in SetTopOfStack()
Ddebugger.cc75 …AllocRecordStackTraceElement stack[kMaxAllocRecordStackDepth]; // Unused entries have NULL method. member
/art/runtime/gc/
Dheap.cc1173 accounting::ObjectStack* stack) { in MarkAllocStack()