Searched defs:number_of_other_inputs (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dnodes.h3765 uint32_t number_of_other_inputs,
3773 inputs_(number_of_arguments + number_of_other_inputs,
3815 0u /* number_of_other_inputs */,
3763 HInvoke(ArenaAllocator* arena, uint32_t number_of_arguments, uint32_t number_of_other_inputs, Primitive::Type return_type, uint32_t dex_pc, uint32_t dex_method_index, InvokeType original_invoke_type) argument

Completed in 92 milliseconds