Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-interpreter.cc63 Handle<Code> Builtins::InterpreterPushArgsAndConstruct( in InterpreterPushArgsAndConstruct() function in v8::internal::Builtins
71 return InterpreterPushArgsAndConstruct(); in InterpreterPushArgsAndConstruct()
Dbuiltins.h157 ASM(InterpreterPushArgsAndConstruct) \
914 Handle<Code> InterpreterPushArgsAndConstruct(InterpreterPushArgsMode mode);
/external/v8/src/
Dcode-factory.cc465 Callable CodeFactory::InterpreterPushArgsAndConstruct( in InterpreterPushArgsAndConstruct() function in v8::internal::CodeFactory
467 return Callable(isolate->builtins()->InterpreterPushArgsAndConstruct(mode), in InterpreterPushArgsAndConstruct()
Dcode-factory.h189 static Callable InterpreterPushArgsAndConstruct(Isolate* isolate,
Dinterface-descriptors.h93 V(InterpreterPushArgsAndConstruct) \
/external/v8/src/interpreter/
Dinterpreter-assembler.cc787 Callable callable_function = CodeFactory::InterpreterPushArgsAndConstruct( in Construct()
890 Callable callable = CodeFactory::InterpreterPushArgsAndConstruct( in Construct()
910 Callable callable = CodeFactory::InterpreterPushArgsAndConstruct( in ConstructWithSpread()