Searched refs:instrumentation_stack_ (Results 1 – 1 of 1) sorted by relevance
307 instrumentation_stack_(thread_in->GetInstrumentationStack()), in InstrumentationInstallStack()341 auto it = instrumentation_stack_->find(GetReturnPcAddr()); in InstrumentationInstallStack()342 CHECK(it != instrumentation_stack_->end()); in InstrumentationInstallStack()398 instrumentation_stack_->insert({GetReturnPcAddr(), instrumentation_frame}); in InstrumentationInstallStack()409 std::map<uintptr_t, InstrumentationStackFrame>* const instrumentation_stack_; in InstrumentationInstallStack() member471 instrumentation_stack_(thread_in->GetInstrumentationStack()), in InstrumentationRestoreStack()475 if (instrumentation_stack_->size() == 0) { in InstrumentationRestoreStack()492 auto it = instrumentation_stack_->find(GetReturnPcAddr()); in InstrumentationRestoreStack()493 if (it != instrumentation_stack_->end()) { in InstrumentationRestoreStack()526 std::map<uintptr_t, instrumentation::InstrumentationStackFrame>* const instrumentation_stack_; in InstrumentationRestoreStack() member