Home
last modified time | relevance | path

Searched defs:mm (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/ets_runtime/test/aottest/builtin_inlining/set/Add/
DbuiltinSetAdd copy.ts270 let mm = new Set([1]); variable
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/set/Delete/
DbuiltinSetDelete.ts264 let mm = new Set([1]); variable
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/map/Delete/
DbuiltinMapDelete.ts249 let mm = new Map([[1, 2]]); variable
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/map/Clear/
DbuiltinMapClear.ts258 let mm = new Map([[1, 2]]); variable
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/set/Clear/
DbuiltinSetClear.ts282 let mm = new Set([1]); variable
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/map/Get/
DbuiltinMapGet.ts265 let mm = new Map([[1, 2]]) variable
/arkcompiler/ets_frontend/merge_abc/src/
Dmain.cpp94 panda::proto::ProtoMemManager mm; in main() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Dmemory_manager.cpp83 void MemoryManager::Destroy(MemoryManager *mm) in Destroy()
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_vm.cpp57 mem::MemoryManager *mm = CreateMM(ctx, runtime->GetInternalAllocator(), options); in Create() local
82 PandaCoreVM::PandaCoreVM(Runtime *runtime, const RuntimeOptions &options, mem::MemoryManager *mm) in PandaCoreVM()
/arkcompiler/ets_frontend/ets2panda/aot/
Dmain.cpp165 ark::es2panda::aot::MemManager mm; in main() local
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_namespace.cpp103 JSHandle<SourceTextModule> mm(thread, moduleNamespace->GetModule()); in GetProperty() local
355 JSHandle<SourceTextModule> mm(thread, moduleNamespace->GetModule()); in ValidateKeysAvailable() local
Djs_module_source_text.cpp495 for (auto mm : stack) { in HandleInstantiateException() local
898 for (auto mm : stack) { in HandleEvaluateResult() local
1204 for (auto mm : stack) { in HandleConcurrentEvaluateResult() local
/arkcompiler/ets_frontend/es2panda/aot/
Dmain.cpp343 panda::es2panda::aot::MemManager mm; in main() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vm.cpp95 auto mm = CreateMM(runtime, options); in Create() local
151 PandaEtsVM::PandaEtsVM(Runtime *runtime, const RuntimeOptions &options, mem::MemoryManager *mm) in PandaEtsVM()
/arkcompiler/ets_runtime/test/moduletest/arraysort/
Darraysort.js240 Array.prototype.sort.call("mm", Uint8Array);
/arkcompiler/ets_runtime/test/moduletest/stubbuilder/
Dstubbuilder.js584 var obj2={"mm":2,"nn":3}; property
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument