Searched defs:NewObject (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
| D | heap_dump_test.cpp | 194 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/ |
| D | ets_napi.h | 207 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
|
| D | ets_napi_native_interface.cpp | 2613 NO_UB_SANITIZE static ets_object NewObject(EtsEnv *env, ets_class cls, ets_method pMethod, ...) in NewObject() function
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSGen.cpp | 2565 void ETSGen::NewObject(const ir::AstNode *const node, const util::StringView name, VReg athis) in NewObject() function in ark::es2panda::compiler::ETSGen
|
| D | pandagen.cpp | 1098 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/ |
| D | pandagen.cpp | 1407 void PandaGen::NewObject(const ir::AstNode *node, VReg startReg, size_t argCount) in NewObject() function in panda::es2panda::compiler::PandaGen
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_factory.cpp | 1779 TaggedObject *ObjectFactory::NewObject(const JSHandle<JSHClass> &hclass) in NewObject() function in panda::ecmascript::ObjectFactory
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 3446 JSTaggedValue RuntimeStubs::NewObject(EcmaRuntimeCallInfo *info) in NewObject() function in panda::ecmascript::RuntimeStubs
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_expo.cpp | 2539 uintptr_t ObjectRef::NewObject(const EcmaVM *vm) in NewObject() function in panda::ObjectRef
|