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

  /art/runtime/
instrumentation.cc 193 InstrumentationStackFrame instrumentation_frame(GetThisObject(), m, 0, GetFrameId(),
208 const InstrumentationStackFrame& frame =
235 const InstrumentationStackFrame& frame =
246 InstrumentationStackFrame instrumentation_frame(GetThisObject(), m, return_pc, GetFrameId(),
256 const InstrumentationStackFrame& current = *it;
271 std::deque<InstrumentationStackFrame>* const instrumentation_stack_;
272 std::vector<InstrumentationStackFrame> shadow_stack_;
353 for (const InstrumentationStackFrame& instrumentation_frame : *instrumentation_stack_) {
385 std::deque<instrumentation::InstrumentationStackFrame>* const instrumentation_stack_;
393 std::deque<instrumentation::InstrumentationStackFrame>* stack = thread->GetInstrumentationStack()
    [all...]
instrumentation.h 604 struct InstrumentationStackFrame {
605 InstrumentationStackFrame(mirror::Object* this_object, ArtMethod* method,
stack.cc 611 static instrumentation::InstrumentationStackFrame& GetInstrumentationStackFrame(Thread* thread,
    [all...]
thread.h     [all...]
thread.cc     [all...]
  /art/runtime/jit/
jit_code_cache.cc 480 for (const instrumentation::InstrumentationStackFrame& frame
482 // The 'method_' in InstrumentationStackFrame is the one that has return_pc_ in
    [all...]

Completed in 368 milliseconds