Searched refs:VRegB_3rc (Results 1 – 15 of 15) sorted by relevance
124 : inst->VRegB_3rc()); in NterpGetShortyFromInvokeCustom()166 method_index = inst->VRegB_3rc(); in NterpGetMethod()172 method_index = inst->VRegB_3rc(); in NterpGetMethod()178 method_index = inst->VRegB_3rc(); in NterpGetMethod()184 method_index = inst->VRegB_3rc(); in NterpGetMethod()190 method_index = inst->VRegB_3rc(); in NterpGetMethod()502 uint16_t type_idx = is_range ? inst->VRegB_3rc() : inst->VRegB_35c(); in DoFilledNewArray()
438 uint32_t method_idx = VRegB_3rc(); in DumpString()446 uint32_t method_idx = VRegB_3rc(); in DumpString()454 uint32_t call_site_idx = VRegB_3rc(); in DumpString()462 << "thing@" << VRegB_3rc(); in DumpString()
318 case k3rc: return VRegB_3rc(); in VRegB()417 inline uint16_t Instruction::VRegB_3rc() const { in VRegB_3rc() function
434 uint16_t VRegB_3rc() const;
593 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_3rc(), kDirect); in ThrowNullPointerExceptionFromDexPC()599 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_3rc(), kVirtual); in ThrowNullPointerExceptionFromDexPC()605 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_3rc(), kSuper); in ThrowNullPointerExceptionFromDexPC()611 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_3rc(), kInterface); in ThrowNullPointerExceptionFromDexPC()
525 dex::TypeIndex type_index(instruction.VRegB_3rc()); in ProcessDexInstruction()688 uint32_t id = is_range ? instruction.VRegB_3rc() : instruction.VRegB_35c(); in AnalyzeInvoke()746 uint32_t id = is_range ? instruction.VRegB_3rc() : instruction.VRegB_35c(); in AnalyzeInvoke()
108 CheckMethod(inst->VRegB_3rc(), resolver, method.GetReference()); in CollectAccesses()
50 return IsRange(inst.Opcode()) ? inst.VRegB_3rc() : inst.VRegB_35c(); in DexMethodIndex()442 ++types_accessed[inst->VRegB_3rc()]; in ProcessDexFile()
244 const uint32_t method_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c(); in DoInvoke()459 const uint32_t call_site_idx = is_range ? inst->VRegB_3rc() : inst->VRegB_35c(); in DoInvokeCustom()1035 instr->VRegB_3rc() : instr->VRegB_35c(); in IsStringInit()
1457 uint16_t type_idx = is_range ? inst->VRegB_3rc() : inst->VRegB_35c(); in DoFilledNewArray()
467 is_range ? inst->VRegB_3rc() : inst->VRegB_35c()); in CompileInvokeVirtual()
2994 uint32_t method_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c(); in CodeFlowVerifyInstruction()3074 uint32_t method_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c(); in CodeFlowVerifyInstruction()3131 uint32_t method_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c(); in CodeFlowVerifyInstruction()3189 const uint32_t call_site_idx = is_range ? inst->VRegB_3rc() : inst->VRegB_35c(); in CodeFlowVerifyInstruction()4428 type_idx = dex::TypeIndex(inst->VRegB_3rc()); in VerifyNewArray()
2316 method_idx = instruction.VRegB_3rc(); in ProcessDexInstruction()2350 uint16_t call_site_idx = instruction.VRegB_3rc(); in ProcessDexInstruction()2908 dex::TypeIndex type_index(instruction.VRegB_3rc()); in ProcessDexInstruction()
1296 called_method.index = (is_range) ? instr.VRegB_3rc() : instr.VRegB_35c(); in artQuickResolutionTrampoline()2432 dex_method_idx = instr.VRegB_3rc(); in artInvokeInterfaceTrampoline()
1452 uint32_t called_method_index = iter->VRegB_3rc(); in MethodContainsRSensitiveAccess()