Searched defs:NewObject (Results 1 – 7 of 7) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
D | ETSGen.cpp | 2510 void ETSGen::NewObject(const ir::AstNode *const node, const VReg ctor, const util::StringView name) in NewObject() function in panda::es2panda::compiler::ETSGen
|
D | pandagen.cpp | 1104 void PandaGen::NewObject(const ir::AstNode *node, VReg startReg, size_t argCount) in NewObject() function in panda::es2panda::compiler::PandaGen
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
D | ets_napi.h | 209 ets_object (*NewObject)(EtsEnv *env, ets_class cls, ets_method p_method, ...); member 608 ets_object NewObject(ets_class cls, ets_method p_method, ...) in NewObject() function
|
D | ets_napi_native_interface.cpp | 2549 NO_UB_SANITIZE static ets_object NewObject(EtsEnv *env, ets_class cls, ets_method pMethod, ...) in NewObject() function
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
D | pandagen.cpp | 1382 void PandaGen::NewObject(const ir::AstNode *node, VReg startReg, size_t argCount) in NewObject() function in panda::es2panda::compiler::PandaGen
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs.cpp | 2940 JSTaggedValue RuntimeStubs::NewObject(EcmaRuntimeCallInfo *info) in NewObject() function in panda::ecmascript::RuntimeStubs
|
/arkcompiler/ets_runtime/ecmascript/ |
D | object_factory.cpp | 1477 TaggedObject *ObjectFactory::NewObject(const JSHandle<JSHClass> &hclass) in NewObject() function in panda::ecmascript::ObjectFactory
|