Searched refs:InstrumentationStackFrame (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | instrumentation.cc | 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() 324 InstrumentationStackFrame instrumentation_frame(GetThisObject().Ptr(), in InstrumentationInstallStack() 343 const InstrumentationStackFrame& frame = it->second; in InstrumentationInstallStack() 387 InstrumentationStackFrame instrumentation_frame( in InstrumentationInstallStack() 409 std::map<uintptr_t, InstrumentationStackFrame>* const instrumentation_stack_; in InstrumentationInstallStack() 410 std::vector<InstrumentationStackFrame> shadow_stack_; in InstrumentationInstallStack() 494 const InstrumentationStackFrame& instrumentation_frame = it->second; in InstrumentationRestoreStack() 526 std::map<uintptr_t, instrumentation::InstrumentationStackFrame>* const instrumentation_stack_; in InstrumentationRestoreStack() [all …]
|
D | instrumentation.h | 770 struct InstrumentationStackFrame { struct 771 InstrumentationStackFrame(mirror::Object* this_object, in InstrumentationStackFrame() function
|
D | thread.h | 62 struct InstrumentationStackFrame; 1073 std::map<uintptr_t, instrumentation::InstrumentationStackFrame>* GetInstrumentationStack() in GetInstrumentationStack() 1756 std::map<uintptr_t, instrumentation::InstrumentationStackFrame>* instrumentation_stack; in PACKED()
|
D | stack.cc | 931 const std::map<uintptr_t, instrumentation::InstrumentationStackFrame>& in WalkStack() 935 const instrumentation::InstrumentationStackFrame& instrumentation_frame = it->second; in WalkStack()
|
D | thread.cc | 2296 new std::map<uintptr_t, instrumentation::InstrumentationStackFrame>; in Thread()
|