Searched refs:FastCallOptimized (Results 1 – 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | common_stubs.cpp | 864 result = FastCallOptimized(glue, code, in GenerateCircuit()
|
D | gate_meta_data.h | 375 V(FastCallOptimized, FAST_CALL_OPTIMIZED, GateFlags::NONE_FLAG, 0, 1, value) \
|
D | stub_builder.cpp | 5340 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()
|
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-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 | 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> &…
|