Home
last modified time | relevance | path

Searched refs:FastCallOptimized (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcommon_stubs.cpp864 result = FastCallOptimized(glue, code, in GenerateCircuit()
Dgate_meta_data.h375 V(FastCallOptimized, FAST_CALL_OPTIMIZED, GateFlags::NONE_FLAG, 0, 1, value) \
Dstub_builder.cpp5340 result = FastCallOptimized(glue, code, { glue, func, thisValue}); in JSCallDispatch()
5348 result = FastCallOptimized(glue, code, { glue, func, thisValue, data[0] }); in JSCallDispatch()
5356 … result = FastCallOptimized(glue, code, { glue, func, thisValue, data[0], data[1] }); in JSCallDispatch()
5364 … result = FastCallOptimized(glue, code, { glue, func, thisValue, data[0], data[1], data[2] }); in JSCallDispatch()
5386 result = FastCallOptimized(glue, code, { glue, func, data[0] }); in JSCallDispatch()
5390 result = FastCallOptimized(glue, code, { glue, func, data[0], data[1] }); in JSCallDispatch()
5394 … result = FastCallOptimized(glue, code, { glue, func, data[0], data[1], data[2], data[3] }); in JSCallDispatch()
Dcircuit_builder.cpp943 GateRef CircuitBuilder::FastCallOptimized(GateRef glue, GateRef code, GateRef depend, const std::ve… in FastCallOptimized() function in panda::ecmascript::kungfu::CircuitBuilder
1052 meta = circuit_->FastCallOptimized(numValuesIn, isNoGC); in Call()
Dstub_builder-inl.h221 inline GateRef StubBuilder::FastCallOptimized(GateRef glue, GateRef code, const std::initializer_li… in FastCallOptimized() function
223 …GateRef result = env_->GetBuilder()->FastCallOptimized(glue, code, Gate::InvalidGateRef, args, Cir… in FastCallOptimized()
Dstub_builder.h136 … GateRef FastCallOptimized(GateRef glue, GateRef code, const std::initializer_list<GateRef>& args);
Dcircuit_builder.h391 …GateRef FastCallOptimized(GateRef glue, GateRef code, GateRef depend, const std::vector<GateRef> &…