Home
last modified time | relevance | path

Searched refs:DispatchBuiltins (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h631 …inline GateRef DispatchBuiltins(GateRef glue, GateRef builtinsId, const std::initializer_list<Gate…
Dstub_builder.cpp5759 … ret = DispatchBuiltins(glue, builtinId, { glue, nativeCode, func, Undefined(), thisValue, numArgs, in CallFastPath()
5763 ret = DispatchBuiltins(glue, builtinId, { glue, nativeCode, func, Undefined(), in CallFastPath()
5767 … ret = DispatchBuiltins(glue, builtinId, { glue, nativeCode, func, Undefined(), thisValue, in CallFastPath()
5771 … ret = DispatchBuiltins(glue, builtinId, { glue, nativeCode, func, Undefined(), thisValue, in CallFastPath()
Dstub_builder-inl.h2324 inline GateRef StubBuilder::DispatchBuiltins(GateRef glue, GateRef builtinsId, in DispatchBuiltins() function