Lines Matching refs:instr
330 const Instruction* instr = Instruction::At(&code->insns_[throw_dex_pc]);
331 switch (instr->Opcode()) {
333 ThrowNullPointerExceptionForMethodAccess(throw_location, instr->VRegB_35c(), kDirect);
336 ThrowNullPointerExceptionForMethodAccess(throw_location, instr->VRegB_3rc(), kDirect);
339 ThrowNullPointerExceptionForMethodAccess(throw_location, instr->VRegB_35c(), kVirtual);
342 ThrowNullPointerExceptionForMethodAccess(throw_location, instr->VRegB_3rc(), kVirtual);
345 ThrowNullPointerExceptionForMethodAccess(throw_location, instr->VRegB_35c(), kInterface);
348 ThrowNullPointerExceptionForMethodAccess(throw_location, instr->VRegB_3rc(), kInterface);
375 Runtime::Current()->GetClassLinker()->ResolveField(instr->VRegC_22c(),
406 Runtime::Current()->GetClassLinker()->ResolveField(instr->VRegC_22c(),
460 instr->DumpString(&dex_file).c_str()).c_str());