Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_builder.cc2566 uint32_t number_of_vreg_arguments = instruction.GetVarArgs(args); in ProcessDexInstruction() local
2567 VarArgsInstructionOperands operands(args, number_of_vreg_arguments); in ProcessDexInstruction()
2602 uint32_t number_of_vreg_arguments = instruction.GetVarArgs(args); in ProcessDexInstruction() local
2603 VarArgsInstructionOperands operands(args, number_of_vreg_arguments); in ProcessDexInstruction()
2617 uint32_t number_of_vreg_arguments = instruction.GetVarArgs(args); in ProcessDexInstruction() local
2618 VarArgsInstructionOperands operands(args, number_of_vreg_arguments); in ProcessDexInstruction()
3173 uint32_t number_of_vreg_arguments = instruction.GetVarArgs(args); in ProcessDexInstruction() local
3174 VarArgsInstructionOperands operands(args, number_of_vreg_arguments); in ProcessDexInstruction()