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

/art/compiler/optimizing/
H A Dnodes.h172 // The maximum number of virtual registers arguments passed to a HInvoke in this graph.
1128 class HInvoke : public HInstruction { class in namespace:art
1130 HInvoke(ArenaAllocator* arena, function in class:art::HInvoke
1165 DISALLOW_COPY_AND_ASSIGN(HInvoke);
1168 class HInvokeStatic : public HInvoke {
1175 : HInvoke(arena, number_of_arguments, return_type, dex_pc),

Completed in 9 milliseconds