Home
last modified time | relevance | path

Searched refs:VRegB_3rc (Results 1 – 12 of 12) sorted by relevance

/art/libdexfile/dex/
Ddex_instruction.cc438 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()
Ddex_instruction-inl.h276 case k3rc: return VRegB_3rc(); in VRegB()
375 inline uint16_t Instruction::VRegB_3rc() const { in VRegB_3rc() function
Ddex_instruction.h428 uint16_t VRegB_3rc() const;
/art/runtime/interpreter/
Dinterpreter_common.h177 const uint32_t method_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c(); in DoInvoke()
268 const uint32_t vtable_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c(); in DoInvokeVirtualQuick()
593 instr->VRegB_3rc() : instr->VRegB_35c(); in IsStringInit()
Dinterpreter_common.cc1125 const uint32_t call_site_idx = is_range ? inst->VRegB_3rc() : inst->VRegB_35c(); in DoInvokeCustom()
1441 uint16_t type_idx = is_range ? inst->VRegB_3rc() : inst->VRegB_35c(); in DoFilledNewArray()
/art/tools/veridex/
Dflow_analysis.cc517 dex::TypeIndex type_index(instruction.VRegB_3rc()); in ProcessDexInstruction()
680 uint32_t id = is_range ? instruction.VRegB_3rc() : instruction.VRegB_35c(); in AnalyzeInvoke()
738 uint32_t id = is_range ? instruction.VRegB_3rc() : instruction.VRegB_35c(); in AnalyzeInvoke()
Dhidden_api_finder.cc128 inst->VRegB_3rc(), resolver, MethodReference(&dex_file, it.GetMemberIndex())); in CollectAccesses()
/art/runtime/
Dcommon_throws.cc594 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_3rc(), kDirect); in ThrowNullPointerExceptionFromDexPC()
600 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_3rc(), kVirtual); in ThrowNullPointerExceptionFromDexPC()
606 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_3rc(), kInterface); in ThrowNullPointerExceptionFromDexPC()
/art/compiler/dex/
Ddex_to_dex_compiler.cc467 is_range ? inst->VRegB_3rc() : inst->VRegB_35c()); in CompileInvokeVirtual()
/art/runtime/verifier/
Dmethod_verifier.cc2924 uint32_t method_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c(); in CodeFlowVerifyInstruction()
3002 uint32_t method_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c(); in CodeFlowVerifyInstruction()
3057 uint32_t method_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c(); in CodeFlowVerifyInstruction()
3112 const uint32_t call_site_idx = is_range ? inst->VRegB_3rc() : inst->VRegB_35c(); in CodeFlowVerifyInstruction()
4408 type_idx = dex::TypeIndex(inst->VRegB_3rc()); in VerifyNewArray()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1371 called_method.index = (is_range) ? instr.VRegB_3rc() : instr.VRegB_35c(); in artQuickResolutionTrampoline()
2658 dex_method_idx = instr.VRegB_3rc(); in artInvokeInterfaceTrampoline()
/art/compiler/optimizing/
Dinstruction_builder.cc2144 method_idx = instruction.VRegB_3rc(); in ProcessDexInstruction()
2747 dex::TypeIndex type_index(instruction.VRegB_3rc()); in ProcessDexInstruction()