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

/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h2405 class HInvokeFunction FINAL : public HBinaryCall {
2407 DECLARE_INSTRUCTION_WITH_CONTEXT_FACTORY_P2(HInvokeFunction, HValue*, int);
2409 HInvokeFunction(HValue* context, function in class:v8::FINAL::FINAL
2422 static HInvokeFunction* New(Zone* zone,
2427 return new(zone) HInvokeFunction(context, function,
2443 HInvokeFunction(HValue* context, HValue* function, int argument_count) function in class:v8::FINAL::FINAL

Completed in 103 milliseconds