Home
last modified time | relevance | path

Searched refs:number_of_arguments (Results 1 – 2 of 2) sorted by relevance

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