Searched refs:InterpreterPushArgsAndConstruct (Results 1 – 6 of 6) sorted by relevance
355 Callable CodeFactory::InterpreterPushArgsAndConstruct(Isolate* isolate) { in InterpreterPushArgsAndConstruct() function in v8::internal::CodeFactory356 return Callable(isolate->builtins()->InterpreterPushArgsAndConstruct(), in InterpreterPushArgsAndConstruct()
112 static Callable InterpreterPushArgsAndConstruct(Isolate* isolate);
80 V(InterpreterPushArgsAndConstruct) \
191 V(InterpreterPushArgsAndConstruct, BUILTIN, UNINITIALIZED, kNoExtraICState) \
449 Callable callable = CodeFactory::InterpreterPushArgsAndConstruct(isolate()); in CallConstruct()
1163 Callable ic = CodeFactory::InterpreterPushArgsAndConstruct(isolate_); in DoNew()