HomeSort by relevance Sort by last modified time
    Searched refs:InstrumentationStackFrame (Results 1 - 6 of 6) 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;
299 std::deque<InstrumentationStackFrame>* const instrumentation_stack_;
300 std::vector<InstrumentationStackFrame> shadow_stack_;
381 for (const InstrumentationStackFrame& instrumentation_frame : *instrumentation_stack_) {
413 std::deque<instrumentation::InstrumentationStackFrame>* const instrumentation_stack_;
421 std::deque<instrumentation::InstrumentationStackFrame>* stack = thread->GetInstrumentationStack()
    [all...]
instrumentation.h 660 struct InstrumentationStackFrame {
661 InstrumentationStackFrame(mirror::Object* this_object, ArtMethod* method,
thread.h     [all...]
stack.cc     [all...]
thread.cc     [all...]
  /art/runtime/jit/
jit_code_cache.cc     [all...]

Completed in 74 milliseconds