Searched refs:FastNewContext (Results 1 – 6 of 6) sorted by relevance
91 static Callable FastNewContext(Isolate* isolate, int slot_count);
258 Callable CodeFactory::FastNewContext(Isolate* isolate, int slot_count) { in FastNewContext() function in v8::internal::CodeFactory
27 V(FastNewContext) \
79 V(FastNewContext) \718 DEFINE_CALL_INTERFACE_DESCRIPTOR(FastNewContext);719 DEFINE_HYDROGEN_CODE_STUB(FastNewContext, HydrogenCodeStub);
1144 CodeFactory::FastNewContext(isolate(), 32).code()), in TEST_F()
1979 Callable callable = CodeFactory::FastNewContext(isolate, slot_count); in ReduceJSCreateFunctionContext()