| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | new_object_stub_builder.h | 67 GateRef CreateObjectHavingMethod(GateRef glue, GateRef literal, GateRef currentEnv);
|
| D | interpreter_stub.cpp | 4609 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()
|
| D | new_object_stub_builder.cpp | 368 GateRef NewObjectStubBuilder::CreateObjectHavingMethod(GateRef glue, GateRef literal, GateRef curre… in CreateObjectHavingMethod() function in panda::ecmascript::kungfu::NewObjectStubBuilder
|
| D | typed_hcr_lowering.cpp | 3348 ret = builder_.CallRuntime(glue, RTSTUB_ID(CreateObjectHavingMethod), in LowerTypedCreateObjWithBuffer()
|
| D | slowpath_lowering.cpp | 1620 …GateRef result = LowerCallRuntime(gate, RTSTUB_ID(CreateObjectHavingMethod), { obj, lexEnv }, true… in LowerCreateObjectWithBuffer()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stub_list.h | 376 V(CreateObjectHavingMethod) \
|
| D | runtime_stubs.cpp | 2477 DEF_RUNTIME_STUBS(CreateObjectHavingMethod) in DEF_RUNTIME_STUBS() argument 2479 RUNTIME_STUBS_HEADER(CreateObjectHavingMethod); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.h | 102 …static JSTaggedValue CreateObjectHavingMethod(JSThread *thread, ObjectFactory *factory, JSObject *…
|
| D | slow_runtime_stub.cpp | 604 JSTaggedValue SlowRuntimeStub::CreateObjectHavingMethod(JSThread *thread, ObjectFactory *factory, J… in CreateObjectHavingMethod() function in panda::ecmascript::SlowRuntimeStub 607 INTERPRETER_TRACE(thread, CreateObjectHavingMethod); in CreateObjectHavingMethod()
|
| D | interpreter-inl.cpp | 3800 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()
|
| D | interpreter_assembly.cpp | 4021 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/ |
| D | pandagen.h | 182 void CreateObjectHavingMethod(const ir::AstNode *node, uint32_t idx);
|
| D | pandagen.cpp | 1325 void PandaGen::CreateObjectHavingMethod(const ir::AstNode *node, uint32_t idx) in CreateObjectHavingMethod() function in ark::es2panda::compiler::PandaGen
|
| D | JSCompiler.cpp | 897 pg->CreateObjectHavingMethod(expr, bufIdx); in CompileStaticProperties()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | runtime_call_id.h | 185 V(CreateObjectHavingMethod) \
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_stubs.cpp | 878 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()
|