Searched refs:InstrumentationStackFrame (Results 1 – 5 of 5) sorted by relevance
113 std::map<uintptr_t, instrumentation::InstrumentationStackFrame>* stack = in ~InstrumentationStackPopper()122 std::map<uintptr_t, instrumentation::InstrumentationStackFrame>* stack = in PopFramesTo()142 const InstrumentationStackFrame& frame = i->second; in PopFramesTo()343 const InstrumentationStackFrame& frame = it->second; in InstrumentationInstallStack()387 InstrumentationStackFrame instrumentation_frame( in InstrumentationInstallStack()410 std::vector<InstrumentationStackFrame> shadow_stack_; in InstrumentationInstallStack()534 std::map<uintptr_t, instrumentation::InstrumentationStackFrame>* stack = in InstrumentationRestoreStack()1373 std::map<uintptr_t, instrumentation::InstrumentationStackFrame>* stack = in PushInstrumentationStackFrame()1396 instrumentation::InstrumentationStackFrame instrumentation_frame( in PushInstrumentationStackFrame()1474 InstrumentationStackFrame instrumentation_frame = it->second; in PopInstrumentationStackFrame()[all …]
770 struct InstrumentationStackFrame { struct771 InstrumentationStackFrame(mirror::Object* this_object, in InstrumentationStackFrame() argument
63 struct InstrumentationStackFrame;1086 std::map<uintptr_t, instrumentation::InstrumentationStackFrame>* GetInstrumentationStack() in GetInstrumentationStack()1780 std::map<uintptr_t, instrumentation::InstrumentationStackFrame>* instrumentation_stack; in PACKED()
905 const std::map<uintptr_t, instrumentation::InstrumentationStackFrame>& in WalkStack()909 const instrumentation::InstrumentationStackFrame& instrumentation_frame = it->second; in WalkStack()
2306 new std::map<uintptr_t, instrumentation::InstrumentationStackFrame>; in Thread()