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

  /art/runtime/
instrumentation.cc 221 InstrumentationStackFrame instrumentation_frame(GetThisObject(), m, 0, GetFrameId(),
224 LOG(INFO) << "Pushing shadow frame " << instrumentation_frame.Dump();
226 shadow_stack_.push_back(instrumentation_frame);
274 InstrumentationStackFrame instrumentation_frame(GetThisObject(), m, return_pc, GetFrameId(),
277 LOG(INFO) << "Pushing frame " << instrumentation_frame.Dump();
285 if (instrumentation_frame.frame_id_ >= current.frame_id_) {
289 instrumentation_stack_->insert(it, instrumentation_frame);
381 for (const InstrumentationStackFrame& instrumentation_frame : *instrumentation_stack_) {
382 if (instrumentation_frame.frame_id_ == frameId) {
386 if (instrumentation_frame.interpreter_entry_)
1163 InstrumentationStackFrame instrumentation_frame = stack->front(); local
1244 InstrumentationStackFrame instrumentation_frame = stack->front(); local
    [all...]
stack.cc 826 const instrumentation::InstrumentationStackFrame& instrumentation_frame = local
    [all...]

Completed in 88 milliseconds