Home
last modified time | relevance | path

Searched defs:NewObject (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi.h215 ets_object (*NewObject)(EtsEnv *env, ets_class cls, ets_method p_method, ...); member
638 ets_object NewObject(ets_class cls, ets_method p_method, ...) in NewObject() function
Dets_napi_native_interface.cpp2616 NO_UB_SANITIZE static ets_object NewObject(EtsEnv *env, ets_class cls, ets_method pMethod, ...) in NewObject() function
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp389 JSHandle<JSObject> NewObject(uint32_t size, JSType type, JSHandle<JSTaggedValue> proto) in NewObject() function in panda::test::HeapDumpTestHelper
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp3063 void ETSGen::NewObject(const ir::AstNode *const node, const util::StringView name, VReg athis) in NewObject() function in ark::es2panda::compiler::ETSGen
Dpandagen.cpp1099 void PandaGen::NewObject(const ir::AstNode *node, VReg startReg, size_t argCount) in NewObject() function in ark::es2panda::compiler::PandaGen
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1421 void PandaGen::NewObject(const ir::AstNode *node, VReg startReg, size_t argCount) in NewObject() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp1830 TaggedObject *ObjectFactory::NewObject(const JSHandle<JSHClass> &hclass) in NewObject() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp3594 JSTaggedValue RuntimeStubs::NewObject(EcmaRuntimeCallInfo *info) in DEF_RUNTIME_STUBS() function in panda::ecmascript::RuntimeStubs
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2612 uintptr_t ObjectRef::NewObject(const EcmaVM *vm) in NewObject() function in panda::ObjectRef