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

/art/compiler/optimizing/
H A Dbuilder.cc335 const size_t number_of_arguments = strlen(descriptor) - (is_instance_call ? 0 : 1); local
339 arena_, number_of_arguments, return_type, dex_offset, method_idx);
376 DCHECK_EQ(argument_index, number_of_arguments);
H A Dnodes.h1131 uint32_t number_of_arguments,
1134 : inputs_(arena, number_of_arguments),
1137 inputs_.SetSize(number_of_arguments);
1171 uint32_t number_of_arguments,
1175 : HInvoke(arena, number_of_arguments, return_type, dex_pc),
1130 HInvoke(ArenaAllocator* arena, uint32_t number_of_arguments, Primitive::Type return_type, uint32_t dex_pc) argument
1170 HInvokeStatic(ArenaAllocator* arena, uint32_t number_of_arguments, Primitive::Type return_type, uint32_t dex_pc, uint32_t index_in_dex_cache) argument

Completed in 1717 milliseconds