Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc106 std::deque<instrumentation::InstrumentationStackFrame>* stack = self_->GetInstrumentationStack(); in ~InstrumentationStackPopper()
114 std::deque<instrumentation::InstrumentationStackFrame>* stack = self_->GetInstrumentationStack(); in PopFramesTo()
129 InstrumentationStackFrame frame = stack->at(frames_to_remove_); in PopFramesTo()
291 InstrumentationStackFrame instrumentation_frame(GetThisObject(), m, 0, GetFrameId(), in InstrumentationInstallStack()
307 const InstrumentationStackFrame& frame = in InstrumentationInstallStack()
326 const InstrumentationStackFrame& frame = in InstrumentationInstallStack()
354 InstrumentationStackFrame instrumentation_frame( in InstrumentationInstallStack()
368 const InstrumentationStackFrame& current = *it; in InstrumentationInstallStack()
386 std::deque<InstrumentationStackFrame>* const instrumentation_stack_; in InstrumentationInstallStack()
387 std::vector<InstrumentationStackFrame> shadow_stack_; in InstrumentationInstallStack()
[all …]
Dinstrumentation.h730 struct InstrumentationStackFrame { struct
731 InstrumentationStackFrame(mirror::Object* this_object, in InstrumentationStackFrame() argument
Dthread.h61 struct InstrumentationStackFrame;
1038 std::deque<instrumentation::InstrumentationStackFrame>* GetInstrumentationStack() { in GetInstrumentationStack()
1677 std::deque<instrumentation::InstrumentationStackFrame>* instrumentation_stack; in PACKED()
Dstack.cc860 const instrumentation::InstrumentationStackFrame& instrumentation_frame = in WalkStack()
Dthread.cc2290 tlsPtr_.instrumentation_stack = new std::deque<instrumentation::InstrumentationStackFrame>; in Thread()
4018 for (instrumentation::InstrumentationStackFrame& frame : *GetInstrumentationStack()) { in VisitRoots()
/art/runtime/jit/
Djit_code_cache.cc1431 for (const instrumentation::InstrumentationStackFrame& frame in Run()