Searched refs:CallBuiltinRuntimeWithNewTarget (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_stubs.cpp | 362 res = CallBuiltinRuntimeWithNewTarget(glue, args, name.c_str()); in DECLARE_BUILTINS() 444 res = CallBuiltinRuntimeWithNewTarget(glue, in DECLARE_BUILTINS() 547 …res = CallBuiltinRuntimeWithNewTarget(glue, { glue, nativeCode, func, thisValue, numArgs, argv, ne… in DECLARE_BUILTINS() 676 …res = CallBuiltinRuntimeWithNewTarget(glue, { glue, nativeCode, func, thisValue, numArgs, argv, ne… in DECLARE_BUILTINS()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | hcr_circuit_builder.cpp | 95 GateRef CircuitBuilder::CallBuiltinRuntimeWithNewTarget(GateRef glue, GateRef depend, const std::ve… in CallBuiltinRuntimeWithNewTarget() function in panda::ecmascript::kungfu::CircuitBuilder
|
| D | circuit_builder.h | 384 …GateRef CallBuiltinRuntimeWithNewTarget(GateRef glue, GateRef depend, const std::vector<GateRef> &…
|
| D | stub_builder-inl.h | 266 inline GateRef StubBuilder::CallBuiltinRuntimeWithNewTarget(GateRef glue, const std::initializer_li… in CallBuiltinRuntimeWithNewTarget() function 269 …GateRef result = env_->GetBuilder()->CallBuiltinRuntimeWithNewTarget(glue, Gate::InvalidGateRef, a… in CallBuiltinRuntimeWithNewTarget()
|
| D | stub_builder.h | 152 … GateRef CallBuiltinRuntimeWithNewTarget(GateRef glue, const std::initializer_list<GateRef>& args,
|