Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp194 JSHandle<JSObject> NewObject(uint32_t size, JSType type, JSHandle<JSTaggedValue> proto) in NewObject() function in panda::test::HeapDumpTestHelper
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi.h207 ets_object (*NewObject)(EtsEnv *env, ets_class cls, ets_method p_method, ...); member
607 ets_object NewObject(ets_class cls, ets_method p_method, ...) in NewObject() function
Dets_napi_native_interface.cpp2613 NO_UB_SANITIZE static ets_object NewObject(EtsEnv *env, ets_class cls, ets_method pMethod, ...) in NewObject() function
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp2565 void ETSGen::NewObject(const ir::AstNode *const node, const util::StringView name, VReg athis) in NewObject() function in ark::es2panda::compiler::ETSGen
Dpandagen.cpp1098 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.cpp1407 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.cpp1779 TaggedObject *ObjectFactory::NewObject(const JSHandle<JSHClass> &hclass) in NewObject() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp3446 JSTaggedValue RuntimeStubs::NewObject(EcmaRuntimeCallInfo *info) in NewObject() function in panda::ecmascript::RuntimeStubs
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2539 uintptr_t ObjectRef::NewObject(const EcmaVM *vm) in NewObject() function in panda::ObjectRef