Home
last modified time | relevance | path

Searched refs:InstrumentationStackFrame (Results 1 – 5 of 5) sorted by relevance

/aosp12/art/runtime/
H A Dinstrumentation.cc113 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 …]
H A Dinstrumentation.h770 struct InstrumentationStackFrame { struct
771 InstrumentationStackFrame(mirror::Object* this_object, in InstrumentationStackFrame() argument
H A Dthread.h63 struct InstrumentationStackFrame;
1086 std::map<uintptr_t, instrumentation::InstrumentationStackFrame>* GetInstrumentationStack() in GetInstrumentationStack()
1780 std::map<uintptr_t, instrumentation::InstrumentationStackFrame>* instrumentation_stack; in PACKED()
H A Dstack.cc905 const std::map<uintptr_t, instrumentation::InstrumentationStackFrame>& in WalkStack()
909 const instrumentation::InstrumentationStackFrame& instrumentation_frame = it->second; in WalkStack()
H A Dthread.cc2306 new std::map<uintptr_t, instrumentation::InstrumentationStackFrame>; in Thread()