Home | History | Annotate | Download | only in src

Lines Matching refs:HInvokeFunction

2294 class HInvokeFunction V8_FINAL : public HBinaryCall {
2296 DECLARE_INSTRUCTION_WITH_CONTEXT_FACTORY_P2(HInvokeFunction, HValue*, int);
2298 HInvokeFunction(HValue* context,
2308 static HInvokeFunction* New(Zone* zone,
2313 return new(zone) HInvokeFunction(context, function,
2325 HInvokeFunction(HValue* context, HValue* function, int argument_count)