HomeSort by relevance Sort by last modified time
    Searched refs:InstrumentationStackFrame (Results 1 - 5 of 5) sorted by null

  /art/runtime/
instrumentation.cc 221 InstrumentationStackFrame instrumentation_frame(GetThisObject(), m, 0, GetFrameId(),
236 const InstrumentationStackFrame& frame =
263 const InstrumentationStackFrame& frame =
274 InstrumentationStackFrame instrumentation_frame(GetThisObject(), m, return_pc, GetFrameId(),
284 const InstrumentationStackFrame& current = *it;
297 std::deque<InstrumentationStackFrame>* const instrumentation_stack_;
298 std::vector<InstrumentationStackFrame> shadow_stack_;
371 for (const InstrumentationStackFrame& instrumentation_frame : *instrumentation_stack_) {
403 std::deque<instrumentation::InstrumentationStackFrame>* const instrumentation_stack_;
411 std::deque<instrumentation::InstrumentationStackFrame>* stack = thread->GetInstrumentationStack()
    [all...]
instrumentation.h 469 struct InstrumentationStackFrame {
470 InstrumentationStackFrame(mirror::Object* this_object, mirror::ArtMethod* method,
stack.cc 493 static instrumentation::InstrumentationStackFrame& GetInstrumentationStackFrame(Thread* thread,
558 const instrumentation::InstrumentationStackFrame& instrumentation_frame =
thread.h 735 std::deque<instrumentation::InstrumentationStackFrame>* GetInstrumentationStack() {
    [all...]
thread.cc     [all...]

Completed in 156 milliseconds