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

  /art/runtime/
stack.cc 179 byte* vreg_addr = reinterpret_cast<byte*>(GetCurrentQuickFrame()) + offset;
198 mirror::ArtMethod** sp = GetCurrentQuickFrame();
205 mirror::ArtMethod** sp = GetCurrentQuickFrame();
stack.h 466 DCHECK_EQ(cur_quick_frame, GetCurrentQuickFrame());
536 mirror::ArtMethod** GetCurrentQuickFrame() const {
545 mirror::ArtMethod** sp = GetCurrentQuickFrame();
instrumentation.cc 113 if (GetCurrentQuickFrame() == NULL) {
197 if (GetCurrentQuickFrame() == NULL) {
thread.cc     [all...]

Completed in 65 milliseconds