Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.h67 GateRef CreateObjectHavingMethod(GateRef glue, GateRef literal, GateRef currentEnv);
Dinterpreter_stub.cpp4609 GateRef res = newBuilder.CreateObjectHavingMethod(glue, result, currentEnv); in DECLARE_ASM_HANDLER()
4622 GateRef res = newBuilder.CreateObjectHavingMethod(glue, result, currentEnv); in DECLARE_ASM_HANDLER()
5257 GateRef res = newBuilder.CreateObjectHavingMethod(glue, result, acc); in DECLARE_ASM_HANDLER()
Dnew_object_stub_builder.cpp368 GateRef NewObjectStubBuilder::CreateObjectHavingMethod(GateRef glue, GateRef literal, GateRef curre… in CreateObjectHavingMethod() function in panda::ecmascript::kungfu::NewObjectStubBuilder
Dtyped_hcr_lowering.cpp3348 ret = builder_.CallRuntime(glue, RTSTUB_ID(CreateObjectHavingMethod), in LowerTypedCreateObjWithBuffer()
Dslowpath_lowering.cpp1620 …GateRef result = LowerCallRuntime(gate, RTSTUB_ID(CreateObjectHavingMethod), { obj, lexEnv }, true… in LowerCreateObjectWithBuffer()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stub_list.h376 V(CreateObjectHavingMethod) \
Druntime_stubs.cpp2477 DEF_RUNTIME_STUBS(CreateObjectHavingMethod) in DEF_RUNTIME_STUBS() argument
2479 RUNTIME_STUBS_HEADER(CreateObjectHavingMethod); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h102 …static JSTaggedValue CreateObjectHavingMethod(JSThread *thread, ObjectFactory *factory, JSObject *…
Dslow_runtime_stub.cpp604 JSTaggedValue SlowRuntimeStub::CreateObjectHavingMethod(JSThread *thread, ObjectFactory *factory, J… in CreateObjectHavingMethod() function in panda::ecmascript::SlowRuntimeStub
607 INTERPRETER_TRACE(thread, CreateObjectHavingMethod); in CreateObjectHavingMethod()
Dinterpreter-inl.cpp3800 JSTaggedValue res = SlowRuntimeStub::CreateObjectHavingMethod(thread, factory, result, env); in RunInternal()
4651 …JSTaggedValue res = SlowRuntimeStub::CreateObjectHavingMethod(thread, factory, result, state->env); in RunInternal()
4665 …JSTaggedValue res = SlowRuntimeStub::CreateObjectHavingMethod(thread, factory, result, state->env); in RunInternal()
Dinterpreter_assembly.cpp4021 JSTaggedValue res = SlowRuntimeStub::CreateObjectHavingMethod(thread, factory, result, env); in HandleDeprecatedCreateobjecthavingmethodPrefImm16()
7647 …JSTaggedValue res = SlowRuntimeStub::CreateObjectHavingMethod(thread, factory, result, state->env); in HandleCreateobjectwithbufferImm16Id16()
7668 …JSTaggedValue res = SlowRuntimeStub::CreateObjectHavingMethod(thread, factory, result, state->env); in HandleCreateobjectwithbufferImm8Id16()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dpandagen.h182 void CreateObjectHavingMethod(const ir::AstNode *node, uint32_t idx);
Dpandagen.cpp1325 void PandaGen::CreateObjectHavingMethod(const ir::AstNode *node, uint32_t idx) in CreateObjectHavingMethod() function in ark::es2panda::compiler::PandaGen
DJSCompiler.cpp897 pg->CreateObjectHavingMethod(expr, bufIdx); in CompileStaticProperties()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h185 V(CreateObjectHavingMethod) \
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs.cpp878 GateRef res = CallRuntime(glue, RTSTUB_ID(CreateObjectHavingMethod), { result, currentEnv }); in GenerateCircuit()
897 GateRef res = CallRuntime(glue, RTSTUB_ID(CreateObjectHavingMethod), { result, currentEnv }); in GenerateCircuit()
5394 GateRef res = CallRuntime(glue, RTSTUB_ID(CreateObjectHavingMethod), { result, acc }); in GenerateCircuit()