Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-factory.h91 static Callable FastNewContext(Isolate* isolate, int slot_count);
Dcode-factory.cc258 Callable CodeFactory::FastNewContext(Isolate* isolate, int slot_count) { in FastNewContext() function in v8::internal::CodeFactory
Dinterface-descriptors.h27 V(FastNewContext) \
Dcode-stubs.h79 V(FastNewContext) \
718 DEFINE_CALL_INTERFACE_DESCRIPTOR(FastNewContext);
719 DEFINE_HYDROGEN_CODE_STUB(FastNewContext, HydrogenCodeStub);
/external/v8/test/unittests/compiler/
Djs-typed-lowering-unittest.cc1144 CodeFactory::FastNewContext(isolate(), 32).code()), in TEST_F()
/external/v8/src/compiler/
Djs-typed-lowering.cc1979 Callable callable = CodeFactory::FastNewContext(isolate, slot_count); in ReduceJSCreateFunctionContext()