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

  /art/runtime/
instrumentation.cc 223 LOG(INFO) << " Skipping upcall. Frame " << GetFrameId();
230 InstrumentationStackFrame instrumentation_frame(GetThisObject(), m, 0, GetFrameId(),
296 GetFrameId(), // A runtime method still gets a frame id.
392 LOG(INFO) << " Ignoring a shadow frame. Frame " << GetFrameId()
399 LOG(INFO) << " Skipping upcall. Frame " << GetFrameId();
405 const size_t frameId = GetFrameId();
    [all...]
stack.cc 181 size_t frame_id = const_cast<StackVisitor*>(this)->GetFrameId();
406 const size_t frame_id = GetFrameId();
442 const size_t frame_id = GetFrameId();
562 LOG(INFO) << "Frame Id=" << GetFrameId() << " " << DescribeLocation();
    [all...]
stack.h 175 size_t GetFrameId() REQUIRES_SHARED(Locks::mutator_lock_) {
quick_exception_handler.cc 124 size_t frame_id = GetFrameId();
360 const size_t frame_id = GetFrameId();
thread.cc 313 size_t GetFrameId() const { return frame_id_; }
341 if (record->GetFrameId() == frame_id) {
397 if (head->GetFrameId() == frame_id) {
406 if (record->GetFrameId() == frame_id) {
    [all...]
debugger.cc     [all...]
  /art/openjdkjvmti/
ti_stack.cc     [all...]

Completed in 161 milliseconds