Home
last modified time | relevance | path

Searched refs:CallBuiltinRuntimeWithNewTarget (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp362 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/
Dhcr_circuit_builder.cpp95 GateRef CircuitBuilder::CallBuiltinRuntimeWithNewTarget(GateRef glue, GateRef depend, const std::ve… in CallBuiltinRuntimeWithNewTarget() function in panda::ecmascript::kungfu::CircuitBuilder
Dcircuit_builder.h384 …GateRef CallBuiltinRuntimeWithNewTarget(GateRef glue, GateRef depend, const std::vector<GateRef> &…
Dstub_builder-inl.h266 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()
Dstub_builder.h152 … GateRef CallBuiltinRuntimeWithNewTarget(GateRef glue, const std::initializer_list<GateRef>& args,