Searched refs:VRegB_35c (Results 1 – 15 of 15) sorted by relevance
385 os << "}, type@" << VRegB_35c(); in DumpString()396 uint32_t method_idx = VRegB_35c(); in DumpString()405 uint32_t vtable_offset = VRegB_35c(); in DumpString()414 uint32_t call_site_idx = VRegB_35c(); in DumpString()423 os << "}, thing@" << VRegB_35c(); in DumpString()
275 case k35c: return VRegB_35c(); in VRegB()370 inline uint16_t Instruction::VRegB_35c() const { in VRegB_35c() function
427 uint16_t VRegB_35c() 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()
518 dex::TypeIndex type_index(instruction.VRegB_35c()); 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()
103 CheckMethod(inst->VRegB_35c(), resolver, method.GetReference()); in CollectAccesses()
588 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_35c(), kDirect); in ThrowNullPointerExceptionFromDexPC()594 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_35c(), kVirtual); in ThrowNullPointerExceptionFromDexPC()600 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_35c(), kInterface); in ThrowNullPointerExceptionFromDexPC()
50 return IsRange(inst.Opcode()) ? inst.VRegB_3rc() : inst.VRegB_35c(); in DexMethodIndex()438 ++types_accessed[inst->VRegB_35c()]; in ProcessDexFile()
467 is_range ? inst->VRegB_3rc() : inst->VRegB_35c()); in CompileInvokeVirtual()
149 uint32_t method_index = invoke_direct->VRegB_35c(); in GetTargetConstructor()
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()4420 type_idx = dex::TypeIndex(inst->VRegB_35c()); in VerifyNewArray()
2268 method_idx = instruction.VRegB_35c(); in ProcessDexInstruction()2320 uint16_t call_site_idx = instruction.VRegB_35c(); in ProcessDexInstruction()2876 dex::TypeIndex type_index(instruction.VRegB_35c()); in ProcessDexInstruction()
1377 called_method.index = (is_range) ? instr.VRegB_3rc() : instr.VRegB_35c(); in artQuickResolutionTrampoline()2661 dex_method_idx = instr.VRegB_35c(); in artInvokeInterfaceTrampoline()
1442 uint32_t called_method_index = iter->VRegB_35c(); in MethodContainsRSensitiveAccess()