Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dpandagen.h185 void CreateObjectHavingMethod(const ir::AstNode *node, uint32_t idx);
Dpandagen.cpp1285 void PandaGen::CreateObjectHavingMethod(const ir::AstNode *node, uint32_t idx) in CreateObjectHavingMethod() function in panda::es2panda::compiler::PandaGen
DJSCompiler.cpp1039 pg->CreateObjectHavingMethod(expr, bufIdx); in CompileStaticProperties()
/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.h3785 JSTaggedValue res = SlowRuntimeStub::CreateObjectHavingMethod(thread, factory, result, env); in RunInternal()
4622 …JSTaggedValue res = SlowRuntimeStub::CreateObjectHavingMethod(thread, factory, result, state->env); in RunInternal()
4636 …JSTaggedValue res = SlowRuntimeStub::CreateObjectHavingMethod(thread, factory, result, state->env); in RunInternal()
Dinterpreter_assembly.cpp3989 JSTaggedValue res = SlowRuntimeStub::CreateObjectHavingMethod(thread, factory, result, env); in HandleDeprecatedCreateobjecthavingmethodPrefImm16()
7437 …JSTaggedValue res = SlowRuntimeStub::CreateObjectHavingMethod(thread, factory, result, state->env); in HandleCreateobjectwithbufferImm16Id16()
7458 …JSTaggedValue res = SlowRuntimeStub::CreateObjectHavingMethod(thread, factory, result, state->env); in HandleCreateobjectwithbufferImm8Id16()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h306 V(CreateObjectHavingMethod) \
Druntime_stubs.cpp2224 DEF_RUNTIME_STUBS(CreateObjectHavingMethod) in DEF_RUNTIME_STUBS() argument
2226 RUNTIME_STUBS_HEADER(CreateObjectHavingMethod); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h184 V(CreateObjectHavingMethod) \
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp4120 GateRef res = CallRuntime(glue, RTSTUB_ID(CreateObjectHavingMethod), { result, currentEnv }); in DECLARE_ASM_HANDLER()
4132 GateRef res = CallRuntime(glue, RTSTUB_ID(CreateObjectHavingMethod), { result, currentEnv }); in DECLARE_ASM_HANDLER()
4700 GateRef res = CallRuntime(glue, RTSTUB_ID(CreateObjectHavingMethod), { result, acc }); in DECLARE_ASM_HANDLER()
Dtyped_hcr_lowering.cpp3055 ret = builder_.CallRuntime(glue, RTSTUB_ID(CreateObjectHavingMethod), in LowerTypedCreateObjWithBuffer()
Dslowpath_lowering.cpp1561 …GateRef result = LowerCallRuntime(gate, RTSTUB_ID(CreateObjectHavingMethod), { obj, lexEnv }, true… in LowerCreateObjectWithBuffer()