Searched defs:objects (Results 1 – 14 of 14) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/xgc/ |
| D | mark_js2sts_test.js | 17 let objects = new Array(); variable
|
| /arkcompiler/ets_runtime/test/moduletest/arrayreducecase/ |
| D | arrayreducecase.js | 23 const objects = [{ x: 1 }, { x: 2 }, { x: 3 }]; variable
|
| /arkcompiler/runtime_core/static_core/runtime/mem/refstorage/ |
| D | global_object_storage.cpp | 106 auto objects = PandaVector<ObjectHeader *>(allocator_->Adapter()); in GetAllObjects() local
|
| D | global_object_storage.h | 329 auto objects = PandaVector<ObjectHeader *>(allocator_->Adapter()); in GetAllObjects() local
|
| D | reference_storage.cpp | 317 auto objects = globalStorage_->GetAllObjects(); in GetAllObjects() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_typeapi_create.cpp | 76 void TypeCreatorCtx::SaveObjects(EtsCoroutine *coro, VMHandle<EtsArray> &objects, ClassLinkerContex… in SaveObjects()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/ |
| D | rawheap_translate.cpp | 333 std::vector<uint64_t> objects(header[1]); in ParseStringTable() local 366 void RawHeapTranslateV1::SetNodeStringId(const std::vector<uint64_t> &objects, StringId strId) in SetNodeStringId() 664 std::vector<uint32_t> objects(header[1]); in ParseStringTable() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | g1gc_fullgc_test.cpp | 213 void G1GCFullGCTest::MakeObjectsAlive(const ObjVec &objects, int every) in MakeObjectsAlive() 242 void G1GCFullGCTest::MakeObjectsPermAlive(const ObjVec &objects, int every) in MakeObjectsPermAlive()
|
| D | mem_stats_gen_gc_test.cpp | 433 void MemStatsGenGCTest::MakeObjectsAlive(const ObjVec &objects, int every) in MakeObjectsAlive() 461 void MemStatsGenGCTest::MakeObjectsPermAlive(const ObjVec &objects, int every) in MakeObjectsPermAlive()
|
| D | string_table_test.cpp | 303 PandaVector<VMHandle<ObjectHeader>> objects; in InternTooLongString() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/ |
| D | eslint.config.mjs | 117 objects: 'never', property
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_TypeCreator.cpp | 167 EtsString *TypeAPITypeCreatorCtxCommit(EtsLong ctxPtr, EtsArray *objects, EtsRuntimeLinker *targetL… in TypeAPITypeCreatorCtxCommit()
|
| /arkcompiler/ets_runtime/test/moduletest/builtins/ |
| D | builtinsreflect.js | 41 var objects = [ variable
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/optimizations/interop_js/ |
| D | interop_intrinsic_optimization.cpp | 230 uint64_t objects = 0; in FindForbiddenLoops() local
|