Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
H A Dheap_dump_test.cpp190 JSHandle<JSObject> NewObject(uint32_t size, JSType type, JSHandle<JSTaggedValue> proto) in NewObject() function in panda::test::HeapDumpTestHelper
[all...]
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSGen.cpp2592 void ETSGen::NewObject(const ir::AstNode *const node, const util::StringView name, VReg athis) in NewObject() function in ETSGen
H A Dpandagen.cpp1144 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/
H A Dpandagen.cpp1393 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/
H A Druntime_stubs.cpp3489 JSTaggedValue RuntimeStubs::NewObject(EcmaRuntimeCallInfo *info) in NewObject() function in panda::ecmascript::RuntimeStubs
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
H A Dets_napi_native_interface.cpp2613 NO_UB_SANITIZE static ets_object NewObject(EtsEnv *env, ets_class cls, ets_method pMethod, ...) in NewObject() function
H A 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
/arkcompiler/ets_runtime/ecmascript/
H A Dobject_factory.cpp1709 TaggedObject *ObjectFactory::NewObject(const JSHandle<JSHClass> &hclass) in NewObject() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp2450 uintptr_t ObjectRef::NewObject(const EcmaVM *vm) in NewObject() function in panda::ObjectRef

Completed in 51 milliseconds