Searched refs:VRegB_3rc (Results 1 – 10 of 10) sorted by relevance
336 ThrowNullPointerExceptionForMethodAccess(throw_location, instr->VRegB_3rc(), kDirect); in ThrowNullPointerExceptionFromDexPC()342 ThrowNullPointerExceptionForMethodAccess(throw_location, instr->VRegB_3rc(), kVirtual); in ThrowNullPointerExceptionFromDexPC()348 ThrowNullPointerExceptionForMethodAccess(throw_location, instr->VRegB_3rc(), kInterface); in ThrowNullPointerExceptionFromDexPC()
595 uint32_t method_idx = VRegB_3rc(); in DumpString()602 uint32_t method_idx = VRegB_3rc(); in DumpString()609 (VRegC_3rc() + VRegA_3rc() - 1), VRegB_3rc()); in DumpString()
235 inline uint16_t Instruction::VRegB_3rc() const { in VRegB_3rc() function
265 uint16_t VRegB_3rc() const;
119 dex_method_idx = instr->VRegB_3rc(); in artInvokeInterfaceTrampoline()
513 dex_method_idx = (is_range) ? instr->VRegB_3rc() : instr->VRegB_35c(); in artQuickResolutionTrampoline()
242 uint32_t method_idx = is_range ? inst->VRegB_3rc() : inst->VRegB_35c(); in CompileInvokeVirtual()
374 uint32_t dex_method_idx = (is_range) ? instr->VRegB_3rc() : instr->VRegB_35c(); in artPortableResolutionTrampoline()
2136 uint32_t method_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c(); in CodeFlowVerifyInstruction()2160 uint32_t method_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c(); in CodeFlowVerifyInstruction()2228 uint32_t method_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c(); in CodeFlowVerifyInstruction()2285 uint32_t method_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c(); in CodeFlowVerifyInstruction()2992 const uint32_t method_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c(); in VerifyInvocationArgs()3136 uint16_t vtable_index = is_range ? inst->VRegB_3rc() : inst->VRegB_35c(); in GetQuickInvokedMethod()3244 type_idx = inst->VRegB_3rc(); in VerifyNewArray()3955 dex_cache_->GetResolvedMethod(is_range ? inst->VRegB_3rc() : inst->VRegB_35c()); in GenerateDevirtMap()
427 uint32_t method_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c(); in DoInvoke()542 uint32_t vtable_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c(); in DoInvokeVirtualQuick()925 uint16_t type_idx = is_range ? inst->VRegB_3rc() : inst->VRegB_35c(); in DoFilledNewArray()