Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.cc508 uint16_t number_of_inputs,
1197 uint16_t number_of_inputs, in DoCallCommon() argument
1229 num_regs = number_of_inputs; in DoCallCommon()
1232 DCHECK_EQ(string_init ? number_of_inputs - 1 : number_of_inputs, accessor.InsSize()); in DoCallCommon()
1236 num_regs = number_of_inputs; in DoCallCommon()
1260 number_of_inputs--; in DoCallCommon()
1273 DCHECK_GE(num_regs, number_of_inputs); in DoCallCommon()
1274 size_t first_dest_reg = num_regs - number_of_inputs; in DoCallCommon()
1375 DCHECK_EQ(num_regs, first_dest_reg + number_of_inputs); in DoCallCommon()
1383 number_of_inputs); in DoCallCommon()
[all …]
/art/compiler/optimizing/
Dnodes_vector.h78 size_t number_of_inputs, in HVecOperation() argument
85 number_of_inputs, in HVecOperation()
266 size_t number_of_inputs, in HVecMemoryOperation() argument
273 number_of_inputs, in HVecMemoryOperation()
277 DCHECK_GE(number_of_inputs, 2u); in HVecMemoryOperation()
Dnodes.h2589 size_t number_of_inputs, in HVariableInputSizeInstruction() argument
2592 inputs_(number_of_inputs, allocator->Adapter(kind)) {} in HVariableInputSizeInstruction()
2706 size_t number_of_inputs,
2714 number_of_inputs, in HVariableInputSizeInstruction() argument