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

  /art/runtime/
instrumentation.cc 194 InstrumentationStackFrame instrumentation_frame(GetThisObject(), m, 0, GetFrameId(),
197 LOG(INFO) << "Pushing shadow frame " << instrumentation_frame.Dump();
199 shadow_stack_.push_back(instrumentation_frame);
247 InstrumentationStackFrame instrumentation_frame(GetThisObject(), m, return_pc, GetFrameId(),
250 LOG(INFO) << "Pushing frame " << instrumentation_frame.Dump();
258 if (instrumentation_frame.frame_id_ >= current.frame_id_) {
262 instrumentation_stack_->insert(it, instrumentation_frame);
354 for (const InstrumentationStackFrame& instrumentation_frame : *instrumentation_stack_) {
355 if (instrumentation_frame.frame_id_ == frameId) {
359 if (instrumentation_frame.interpreter_entry_)
1074 InstrumentationStackFrame instrumentation_frame = stack->front(); local
1143 InstrumentationStackFrame instrumentation_frame = stack->front(); local
    [all...]
stack.cc 870 const instrumentation::InstrumentationStackFrame& instrumentation_frame = local
    [all...]

Completed in 492 milliseconds