Searched defs:stack (Results 1 – 4 of 4) sorted by relevance
248 std::deque<instrumentation::InstrumentationStackFrame>* stack = thread->GetInstrumentationStack(); in InstrumentationRestoreStack() local486 std::deque<instrumentation::InstrumentationStackFrame>* stack = self->GetInstrumentationStack(); in PushInstrumentationStackFrame() local500 std::deque<instrumentation::InstrumentationStackFrame>* stack = self->GetInstrumentationStack(); in PopInstrumentationStackFrame() local554 std::deque<instrumentation::InstrumentationStackFrame>* stack = self->GetInstrumentationStack(); in PopMethodForUnwind() local
329 void SetTopOfStack(void* stack, uintptr_t pc) { in SetTopOfStack()
75 …AllocRecordStackTraceElement stack[kMaxAllocRecordStackDepth]; // Unused entries have NULL method. member
1173 accounting::ObjectStack* stack) { in MarkAllocStack()