Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-factory.h135 static Callable FastNewSloppyArguments(Isolate* isolate,
Dcode-factory.cc399 Callable CodeFactory::FastNewSloppyArguments(Isolate* isolate, in FastNewSloppyArguments() function in v8::internal::CodeFactory
Dinterface-descriptors.h36 V(FastNewSloppyArguments) \
Dcode-stubs.h51 V(FastNewSloppyArguments) \
914 DEFINE_CALL_INTERFACE_DESCRIPTOR(FastNewSloppyArguments);
915 DEFINE_PLATFORM_CODE_STUB(FastNewSloppyArguments, PlatformCodeStub);
/external/v8/src/compiler/
Djs-create-lowering.cc303 Callable callable = CodeFactory::FastNewSloppyArguments(isolate()); in ReduceJSCreateArguments()
/external/v8/src/interpreter/
Dinterpreter.cc2310 Callable callable = CodeFactory::FastNewSloppyArguments(isolate_, true); in DoCreateMappedArguments()