Searched refs:FastCallOptimized (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | gate_meta_data.h | 375 V(FastCallOptimized, FAST_CALL_OPTIMIZED, GateFlags::NONE_FLAG, 0, 1, value) \
|
| D | common_stubs.cpp | 864 result = FastCallOptimized(glue, code, in GenerateCircuit()
|
| D | stub_builder.cpp | 5335 result = FastCallOptimized(glue, code, { glue, func, thisValue}); in JSCallDispatch() 5343 result = FastCallOptimized(glue, code, { glue, func, thisValue, data[0] }); in JSCallDispatch() 5351 … result = FastCallOptimized(glue, code, { glue, func, thisValue, data[0], data[1] }); in JSCallDispatch() 5359 … result = FastCallOptimized(glue, code, { glue, func, thisValue, data[0], data[1], data[2] }); in JSCallDispatch() 5381 result = FastCallOptimized(glue, code, { glue, func, data[0] }); in JSCallDispatch() 5385 result = FastCallOptimized(glue, code, { glue, func, data[0], data[1] }); in JSCallDispatch() 5389 … result = FastCallOptimized(glue, code, { glue, func, data[0], data[1], data[2], data[3] }); in JSCallDispatch()
|
| D | stub_builder-inl.h | 221 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()
|
| D | circuit_builder.cpp | 943 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()
|
| D | stub_builder.h | 136 … GateRef FastCallOptimized(GateRef glue, GateRef code, const std::initializer_list<GateRef>& args);
|
| D | circuit_builder.h | 391 …GateRef FastCallOptimized(GateRef glue, GateRef code, GateRef depend, const std::vector<GateRef> &…
|