Lines Matching refs:code_pointer
159 const void* code_pointer = m->GetQuickOatCodePointer(sizeof(void*)); in GetVReg() local
160 DCHECK(code_pointer != nullptr); in GetVReg()
161 const VmapTable vmap_table(m->GetVmapTable(code_pointer, sizeof(void*))); in GetVReg()
162 QuickMethodFrameInfo frame_info = m->GetQuickFrameInfo(code_pointer); in GetVReg()
213 const void* code_pointer = m->GetQuickOatCodePointer(sizeof(void*)); in GetVRegPair() local
214 DCHECK(code_pointer != nullptr); in GetVRegPair()
215 const VmapTable vmap_table(m->GetVmapTable(code_pointer, sizeof(void*))); in GetVRegPair()
216 QuickMethodFrameInfo frame_info = m->GetQuickFrameInfo(code_pointer); in GetVRegPair()
260 const void* code_pointer = m->GetQuickOatCodePointer(sizeof(void*)); in SetVReg() local
261 DCHECK(code_pointer != nullptr); in SetVReg()
262 const VmapTable vmap_table(m->GetVmapTable(code_pointer, sizeof(void*))); in SetVReg()
263 QuickMethodFrameInfo frame_info = m->GetQuickFrameInfo(code_pointer); in SetVReg()
324 const void* code_pointer = m->GetQuickOatCodePointer(sizeof(void*)); in SetVRegPair() local
325 DCHECK(code_pointer != nullptr); in SetVRegPair()
326 const VmapTable vmap_table(m->GetVmapTable(code_pointer, sizeof(void*))); in SetVRegPair()
327 QuickMethodFrameInfo frame_info = m->GetQuickFrameInfo(code_pointer); in SetVRegPair()