Searched refs:number_of_vreg_arguments (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | builder.cc | 324 uint32_t number_of_vreg_arguments, in BuildInvoke() argument 354 for (size_t i = start_index; i < number_of_vreg_arguments; i++, argument_index++) { in BuildInvoke() 607 uint32_t number_of_vreg_arguments = instruction.VRegA_35c(); in AnalyzeDexInstruction() local 610 …if (!BuildInvoke(instruction, dex_offset, method_idx, number_of_vreg_arguments, false, args, -1)) { in AnalyzeDexInstruction() 619 uint32_t number_of_vreg_arguments = instruction.VRegA_3rc(); in AnalyzeDexInstruction() local 622 number_of_vreg_arguments, true, nullptr, register_index)) { in AnalyzeDexInstruction()
|
D | builder.h | 105 uint32_t number_of_vreg_arguments,
|