Searched refs:DispatchBuiltins (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | stub_builder.h | 631 …inline GateRef DispatchBuiltins(GateRef glue, GateRef builtinsId, const std::initializer_list<Gate…
|
D | stub_builder.cpp | 5759 … 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()
|
D | stub_builder-inl.h | 2324 inline GateRef StubBuilder::DispatchBuiltins(GateRef glue, GateRef builtinsId, in DispatchBuiltins() function
|