| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | pandagen.h | 185 void CreateObjectHavingMethod(const ir::AstNode *node, uint32_t idx);
|
| D | pandagen.cpp | 1285 void PandaGen::CreateObjectHavingMethod(const ir::AstNode *node, uint32_t idx) in CreateObjectHavingMethod() function in panda::es2panda::compiler::PandaGen
|
| D | JSCompiler.cpp | 1039 pg->CreateObjectHavingMethod(expr, bufIdx); in CompileStaticProperties()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.h | 101 …static JSTaggedValue CreateObjectHavingMethod(JSThread *thread, ObjectFactory *factory, JSObject *…
|
| D | slow_runtime_stub.cpp | 621 JSTaggedValue SlowRuntimeStub::CreateObjectHavingMethod(JSThread *thread, ObjectFactory *factory, J… in CreateObjectHavingMethod() function in panda::ecmascript::SlowRuntimeStub 624 INTERPRETER_TRACE(thread, CreateObjectHavingMethod); in CreateObjectHavingMethod()
|
| D | interpreter-inl.h | 3785 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()
|
| D | interpreter_assembly.cpp | 3989 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/ |
| D | runtime_stubs.h | 306 V(CreateObjectHavingMethod) \
|
| D | runtime_stubs.cpp | 2224 DEF_RUNTIME_STUBS(CreateObjectHavingMethod) in DEF_RUNTIME_STUBS() argument 2226 RUNTIME_STUBS_HEADER(CreateObjectHavingMethod); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | runtime_call_id.h | 184 V(CreateObjectHavingMethod) \
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub.cpp | 4120 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()
|
| D | typed_hcr_lowering.cpp | 3055 ret = builder_.CallRuntime(glue, RTSTUB_ID(CreateObjectHavingMethod), in LowerTypedCreateObjWithBuffer()
|
| D | slowpath_lowering.cpp | 1561 …GateRef result = LowerCallRuntime(gate, RTSTUB_ID(CreateObjectHavingMethod), { obj, lexEnv }, true… in LowerCreateObjectWithBuffer()
|