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

/art/compiler/optimizing/
H A Dnodes.h4317 uint32_t number_of_other_inputs,
4328 number_of_arguments + number_of_other_inputs,
4362 0u /* number_of_other_inputs */,
4388 0u /* number_of_other_inputs */,
4314 HInvoke(InstructionKind kind, ArenaAllocator* allocator, uint32_t number_of_arguments, uint32_t number_of_other_inputs, DataType::Type return_type, uint32_t dex_pc, uint32_t dex_method_index, ArtMethod* resolved_method, InvokeType invoke_type) argument

Completed in 46 milliseconds