Home
last modified time | relevance | path

Searched refs:AllocateFunctionWithMapAndContext (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-async.cc36 Node* const on_resolve = AllocateFunctionWithMapAndContext( in Await()
44 Node* const on_reject = AllocateFunctionWithMapAndContext( in Await()
Dbuiltins-promise.cc86 AllocateFunctionWithMapAndContext(map, resolve_info, promise_context); in CreatePromiseResolvingFunctions()
90 AllocateFunctionWithMapAndContext(map, reject_info, promise_context); in CreatePromiseResolvingFunctions()
153 Node* executor = AllocateFunctionWithMapAndContext( in NewPromiseCapability()
1581 Node* const then_finally = AllocateFunctionWithMapAndContext( in CreatePromiseFinallyFunctions()
1585 Node* const catch_finally = AllocateFunctionWithMapAndContext( in CreatePromiseFinallyFunctions()
1613 Node* const value_thunk = AllocateFunctionWithMapAndContext( in CreateValueThunkFunction()
1675 AllocateFunctionWithMapAndContext(map, thrower_info, thrower_context); in CreateThrowerFunction()
Dbuiltins-async-iterator.cc238 return AllocateFunctionWithMapAndContext(map, on_fulfilled_shared, in CreateUnwrapClosure()
/external/v8/src/
Dcode-stub-assembler.h1245 Node* AllocateFunctionWithMapAndContext(Node* map, Node* shared_info,
Dcode-stub-assembler.cc8323 Node* CodeStubAssembler::AllocateFunctionWithMapAndContext(Node* map, in AllocateFunctionWithMapAndContext() function in v8::internal::CodeStubAssembler