Lines Matching refs:code_item
43 const DexFile::CodeItem* code_item = m->GetCodeItem(); in GetThisObject() local
44 CHECK(code_item != NULL) << PrettyMethod(m); in GetThisObject()
45 uint16_t reg = code_item->registers_size_ - code_item->ins_size_; in GetThisObject()
128 const DexFile::CodeItem* code_item = m->GetCodeItem(); in GetThisObject() local
129 if (code_item == NULL) { in GetThisObject()
134 uint16_t reg = code_item->registers_size_ - code_item->ins_size_; in GetThisObject()
179 const DexFile::CodeItem* code_item = m->GetCodeItem(); in GetVReg() local
180 DCHECK(code_item != nullptr) << PrettyMethod(m); // Can't be NULL or how would we compile in GetVReg()
182 *val = *GetVRegAddr(cur_quick_frame_, code_item, frame_info.CoreSpillMask(), in GetVReg()
232 const DexFile::CodeItem* code_item = m->GetCodeItem(); in GetVRegPair() local
233 DCHECK(code_item != nullptr) << PrettyMethod(m); // Can't be NULL or how would we compile in GetVRegPair()
235 uint32_t* addr = GetVRegAddr(cur_quick_frame_, code_item, frame_info.CoreSpillMask(), in GetVRegPair()
289 const DexFile::CodeItem* code_item = m->GetCodeItem(); in SetVReg() local
290 DCHECK(code_item != nullptr) << PrettyMethod(m); // Can't be NULL or how would we compile in SetVReg()
292 uint32_t* addr = GetVRegAddr(cur_quick_frame_, code_item, frame_info.CoreSpillMask(), in SetVReg()
351 const DexFile::CodeItem* code_item = m->GetCodeItem(); in SetVRegPair() local
352 DCHECK(code_item != nullptr) << PrettyMethod(m); // Can't be NULL or how would we compile in SetVRegPair()
354 uint32_t* addr = GetVRegAddr(cur_quick_frame_, code_item, frame_info.CoreSpillMask(), in SetVRegPair()