Home
last modified time | relevance | path

Searched refs:CreateObjectHavingMethod (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h101 …static JSTaggedValue CreateObjectHavingMethod(JSThread *thread, ObjectFactory *factory, JSObject *…
Dslow_runtime_stub.cpp621 JSTaggedValue SlowRuntimeStub::CreateObjectHavingMethod(JSThread *thread, ObjectFactory *factory, J… in CreateObjectHavingMethod() function in panda::ecmascript::SlowRuntimeStub
624 INTERPRETER_TRACE(thread, CreateObjectHavingMethod); in CreateObjectHavingMethod()
Dinterpreter-inl.h3729 JSTaggedValue res = SlowRuntimeStub::CreateObjectHavingMethod(thread, factory, result, env); in RunInternal()
4514 …JSTaggedValue res = SlowRuntimeStub::CreateObjectHavingMethod(thread, factory, result, state->env); in RunInternal()
4528 …JSTaggedValue res = SlowRuntimeStub::CreateObjectHavingMethod(thread, factory, result, state->env); in RunInternal()
Dinterpreter_assembly.cpp3950 JSTaggedValue res = SlowRuntimeStub::CreateObjectHavingMethod(thread, factory, result, env); in HandleDeprecatedCreateobjecthavingmethodPrefImm16()
7336 …JSTaggedValue res = SlowRuntimeStub::CreateObjectHavingMethod(thread, factory, result, state->env); in HandleCreateobjectwithbufferImm16Id16()
7359 …JSTaggedValue res = SlowRuntimeStub::CreateObjectHavingMethod(thread, factory, result, state->env); in HandleCreateobjectwithbufferImm8Id16()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h257 V(CreateObjectHavingMethod) \
Druntime_stubs.cpp1668 DEF_RUNTIME_STUBS(CreateObjectHavingMethod) in DEF_RUNTIME_STUBS() argument
1670 RUNTIME_STUBS_HEADER(CreateObjectHavingMethod); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h174 V(CreateObjectHavingMethod) \
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp3856 GateRef res = CallRuntime(glue, RTSTUB_ID(CreateObjectHavingMethod), { result, currentEnv }); in DECLARE_ASM_HANDLER()
3868 GateRef res = CallRuntime(glue, RTSTUB_ID(CreateObjectHavingMethod), { result, currentEnv }); in DECLARE_ASM_HANDLER()
4452 GateRef res = CallRuntime(glue, RTSTUB_ID(CreateObjectHavingMethod), { result, acc }); in DECLARE_ASM_HANDLER()
Dslowpath_lowering.cpp1479 …GateRef result = LowerCallRuntime(gate, RTSTUB_ID(CreateObjectHavingMethod), { obj, lexEnv }, true… in LowerCreateObjectWithBuffer()