Home
last modified time | relevance | path

Searched refs:InterpreterPushArgsAndConstruct (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Dcode-factory.cc355 Callable CodeFactory::InterpreterPushArgsAndConstruct(Isolate* isolate) { in InterpreterPushArgsAndConstruct() function in v8::internal::CodeFactory
356 return Callable(isolate->builtins()->InterpreterPushArgsAndConstruct(), in InterpreterPushArgsAndConstruct()
Dcode-factory.h112 static Callable InterpreterPushArgsAndConstruct(Isolate* isolate);
Dinterface-descriptors.h80 V(InterpreterPushArgsAndConstruct) \
Dbuiltins.h191 V(InterpreterPushArgsAndConstruct, BUILTIN, UNINITIALIZED, kNoExtraICState) \
/external/v8/src/compiler/
Dinterpreter-assembler.cc449 Callable callable = CodeFactory::InterpreterPushArgsAndConstruct(isolate()); in CallConstruct()
/external/v8/src/interpreter/
Dinterpreter.cc1163 Callable ic = CodeFactory::InterpreterPushArgsAndConstruct(isolate_); in DoNew()