Searched refs:FastCallOptimized (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | hcr_opcodes.h | 56 V(FastCallOptimized, FAST_CALL_OPTIMIZED, GateFlags::NONE_FLAG, 0, 1, value)
|
| D | hcr_circuit_builder.cpp | 150 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
|
| D | common_stubs.cpp | 955 result = FastCallOptimized(glue, code, in GenerateCircuit()
|
| D | stub_builder.cpp | 6955 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()
|
| D | circuit_builder.h | 376 …GateRef FastCallOptimized(GateRef glue, GateRef code, GateRef depend, const std::vector<GateRef> &…
|
| D | stub_builder-inl.h | 234 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()
|
| D | stub_builder.h | 146 … GateRef FastCallOptimized(GateRef glue, GateRef code, const std::initializer_list<GateRef>& args);
|