Searched defs:cur_quick_frame (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dstack.h462 uint32_t GetVReg(mirror::ArtMethod** cur_quick_frame, const DexFile::CodeItem* code_item, argument
466 DCHECK_EQ(cur_quick_frame, GetCurrentQuickFrame());
467 byte* vreg_addr = reinterpret_cast<byte*>(cur_quick_frame) + offset;
H A Dthread.cc2066 mirror::ArtMethod** cur_quick_frame = GetCurrentQuickFrame(); local
2067 DCHECK(cur_quick_frame != NULL);
2078 ref = reinterpret_cast<mirror::Object*>(GetVReg(cur_quick_frame, code_item,

Completed in 46 milliseconds