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

  /art/runtime/
instrumentation.cc 291 InstrumentationStackFrame instrumentation_frame(GetThisObject(), m, 0, GetFrameId(),
294 LOG(INFO) << "Pushing shadow frame " << instrumentation_frame.Dump();
296 shadow_stack_.push_back(instrumentation_frame);
354 InstrumentationStackFrame instrumentation_frame(
361 LOG(INFO) << "Pushing frame " << instrumentation_frame.Dump();
369 if (instrumentation_frame.frame_id_ >= current.frame_id_) {
373 instrumentation_stack_->insert(it, instrumentation_frame);
468 for (const InstrumentationStackFrame& instrumentation_frame : *instrumentation_stack_) {
469 if (instrumentation_frame.frame_id_ == frameId) {
473 if (instrumentation_frame.interpreter_entry_)
1457 InstrumentationStackFrame instrumentation_frame = stack->front(); local
    [all...]
stack.cc 860 const instrumentation::InstrumentationStackFrame& instrumentation_frame = local
    [all...]

Completed in 175 milliseconds