Lines Matching refs:Code
107 const DexFile::CodeItem* code = MethodHelper(caller_method).GetCodeItem();
108 CHECK_LT(dex_pc, code->insns_size_in_code_units_);
109 const Instruction* instr = Instruction::At(&code->insns_[dex_pc]);
110 Instruction::Code instr_code = instr->Opcode();
128 const void* code = method->GetEntryPointFromCompiledCode();
132 if (UNLIKELY(code == NULL)) {
134 LOG(FATAL) << "Code was NULL in method: " << PrettyMethod(method)
140 uint64_t code_uint = reinterpret_cast<uint32_t>(code);
162 const void* code = method->GetEntryPointFromCompiledCode();
166 if (UNLIKELY(code == NULL)) {
168 LOG(FATAL) << "Code was NULL in method: " << PrettyMethod(method)
174 uint64_t code_uint = reinterpret_cast<uint32_t>(code);