Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dhcr_opcodes.h56 V(FastCallOptimized, FAST_CALL_OPTIMIZED, GateFlags::NONE_FLAG, 0, 1, value)
Dhcr_circuit_builder.cpp150 meta = circuit_->FastCallOptimized(numValuesIn, isNoGC); in Call()
298 GateRef CircuitBuilder::FastCallOptimized(GateRef glue, GateRef code, GateRef depend, const std::ve… in FastCallOptimized() function in panda::ecmascript::kungfu::CircuitBuilder
Dcommon_stubs.cpp955 result = FastCallOptimized(glue, code, in GenerateCircuit()
Dstub_builder.cpp6955 result = FastCallOptimized(glue, code, { glue, func, thisValue}); in JSCallDispatch()
6963 result = FastCallOptimized(glue, code, { glue, func, thisValue, data[0] }); in JSCallDispatch()
6971 … result = FastCallOptimized(glue, code, { glue, func, thisValue, data[0], data[1] }); in JSCallDispatch()
6979 … result = FastCallOptimized(glue, code, { glue, func, thisValue, data[0], data[1], data[2] }); in JSCallDispatch()
7001 result = FastCallOptimized(glue, code, { glue, func, data[0] }); in JSCallDispatch()
7005 result = FastCallOptimized(glue, code, { glue, func, data[0], data[1] }); in JSCallDispatch()
7009 … result = FastCallOptimized(glue, code, { glue, func, data[0], data[1], data[2], data[3] }); in JSCallDispatch()
Dcircuit_builder.h376 …GateRef FastCallOptimized(GateRef glue, GateRef code, GateRef depend, const std::vector<GateRef> &…
Dstub_builder-inl.h234 inline GateRef StubBuilder::FastCallOptimized(GateRef glue, GateRef code, const std::initializer_li… in FastCallOptimized() function
236 …GateRef result = env_->GetBuilder()->FastCallOptimized(glue, code, Gate::InvalidGateRef, args, Cir… in FastCallOptimized()
Dstub_builder.h146 … GateRef FastCallOptimized(GateRef glue, GateRef code, const std::initializer_list<GateRef>& args);