Searched refs:VRegB_3rc (Results 1 – 14 of 14) sorted by relevance
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()
276 case k3rc: return VRegB_3rc(); in VRegB()375 inline uint16_t Instruction::VRegB_3rc() const { in VRegB_3rc() function
428 uint16_t VRegB_3rc() const;
149 const uint32_t method_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c(); in DoInvoke()359 const uint32_t call_site_idx = is_range ? inst->VRegB_3rc() : inst->VRegB_35c(); in DoInvokeCustom()644 instr->VRegB_3rc() : instr->VRegB_35c(); in IsStringInit()
1778 uint16_t type_idx = is_range ? inst->VRegB_3rc() : inst->VRegB_35c(); in DoFilledNewArray()
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()
112 CheckMethod(inst->VRegB_3rc(), resolver, method.GetReference()); in CollectAccesses()
591 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_3rc(), kDirect); in ThrowNullPointerExceptionFromDexPC()597 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_3rc(), kVirtual); in ThrowNullPointerExceptionFromDexPC()603 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_3rc(), kInterface); in ThrowNullPointerExceptionFromDexPC()
50 return IsRange(inst.Opcode()) ? inst.VRegB_3rc() : inst.VRegB_35c(); in DexMethodIndex()442 ++types_accessed[inst->VRegB_3rc()]; in ProcessDexFile()
467 is_range ? inst->VRegB_3rc() : inst->VRegB_35c()); in CompileInvokeVirtual()
2987 uint32_t method_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c(); in CodeFlowVerifyInstruction()3067 uint32_t method_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c(); in CodeFlowVerifyInstruction()3124 uint32_t method_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c(); in CodeFlowVerifyInstruction()3182 const uint32_t call_site_idx = is_range ? inst->VRegB_3rc() : inst->VRegB_35c(); in CodeFlowVerifyInstruction()4423 type_idx = dex::TypeIndex(inst->VRegB_3rc()); in VerifyNewArray()
2294 method_idx = instruction.VRegB_3rc(); in ProcessDexInstruction()2328 uint16_t call_site_idx = instruction.VRegB_3rc(); in ProcessDexInstruction()2886 dex::TypeIndex type_index(instruction.VRegB_3rc()); in ProcessDexInstruction()
1377 called_method.index = (is_range) ? instr.VRegB_3rc() : instr.VRegB_35c(); in artQuickResolutionTrampoline()2664 dex_method_idx = instr.VRegB_3rc(); in artInvokeInterfaceTrampoline()
1452 uint32_t called_method_index = iter->VRegB_3rc(); in MethodContainsRSensitiveAccess()