Home
last modified time | relevance | path

Searched refs:VRegA_35c (Results 1 – 8 of 8) sorted by relevance

/art/libdexfile/dex/
Ddex_instruction.cc384 DumpArgs(VRegA_35c()); in DumpString()
397 DumpArgs(VRegA_35c()); in DumpString()
406 DumpArgs(VRegA_35c()); in DumpString()
415 DumpArgs(VRegA_35c()); in DumpString()
422 DumpArgs(VRegA_35c()); in DumpString()
Ddex_instruction.h352 uint4_t VRegA_35c() const { in VRegA_35c() function
353 return VRegA_35c(Fetch16(0)); in VRegA_35c()
388 uint4_t VRegA_35c(uint16_t inst_data) const;
Ddex_instruction-inl.h82 case k35c: return VRegA_35c(); in VRegA()
198 inline uint4_t Instruction::VRegA_35c(uint16_t inst_data) const { in VRegA_35c() function
/art/runtime/interpreter/
Dinterpreter_common.h244 (is_range) ? inst->VRegA_3rc(inst_data) : inst->VRegA_35c(inst_data); in DoInvoke()
366 VarArgsInstructionOperands operands(args, inst->VRegA_35c()); in DoInvokeCustom()
Dinterpreter_common.cc1744 (is_range) ? inst->VRegA_3rc(inst_data) : inst->VRegA_35c(inst_data); in DoCall()
1769 const int32_t length = is_range ? inst->VRegA_3rc() : inst->VRegA_35c(); in DoFilledNewArray()
/art/compiler/dex/
Dinline_method_analyser.cc167 size_t number_of_args = invoke_direct->VRegA_35c(); in CountForwardedConstructorArguments()
319 instruction.VRegA_35c() <= code_item->InsSize()) { in DoAnalyseConstructor()
/art/tools/dexanalyze/
Ddexanalyze_experiments.cc46 return IsRange(inst.Opcode()) ? inst.VRegA_3rc() : inst.VRegA_35c(); in NumberOfArgs()
/art/runtime/verifier/
Dmethod_verifier.cc4443 uint32_t arg_count = (is_range) ? inst->VRegA_3rc() : inst->VRegA_35c(); in VerifyNewArray()