Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-factory.h92 static Callable FastNewClosure(Isolate* isolate, LanguageMode language_mode,
Dcode-factory.cc265 Callable CodeFactory::FastNewClosure(Isolate* isolate, in FastNewClosure() function in v8::internal::CodeFactory
Dinterface-descriptors.h26 V(FastNewClosure) \
Dcode-stubs.h78 V(FastNewClosure) \
696 DEFINE_CALL_INTERFACE_DESCRIPTOR(FastNewClosure);
697 DEFINE_HYDROGEN_CODE_STUB(FastNewClosure, HydrogenCodeStub);
/external/v8/test/unittests/compiler/
Djs-typed-lowering-unittest.cc1048 IsCall(_, IsHeapConstant(CodeFactory::FastNewClosure( in TEST_F()
/external/v8/src/compiler/
Djs-typed-lowering.cc1825 Callable callable = CodeFactory::FastNewClosure( in ReduceJSCreateClosure()