Home
last modified time | relevance | path

Searched refs:ROOT_VM (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dvisitor.h28 ROOT_VM, enumerator
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_env.cpp95 v(Root::ROOT_VM, ObjectSlot(reinterpret_cast<uintptr_t>(&(objectVector_.data()[i])))); in Iterate()
/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp654 v(Root::ROOT_VM, ObjectSlot(reinterpret_cast<uintptr_t>(&globalEnv_))); in Iterate()
655 v(Root::ROOT_VM, ObjectSlot(reinterpret_cast<uintptr_t>(&regexpCache_))); in Iterate()
656 v(Root::ROOT_VM, ObjectSlot(reinterpret_cast<uintptr_t>(&microJobQueue_))); in Iterate()
681 rv(Root::ROOT_VM, ObjectSlot(ToUintPtr(&joinStack_.front())), in Iterate()
Decma_vm.cpp476 rv(Root::ROOT_VM, ObjectSlot(ToUintPtr(&internalNativeMethods_.front())), in Iterate()
Djs_thread.cpp216 visitor(Root::ROOT_VM, ObjectSlot(ToUintPtr(&glueData_.exception_))); in Iterate()
Dglobal_env_constants.h544 …visitor(ecmascript::Root::ROOT_VM, ObjectSlot(ToUintPtr(BeginSlot())), ObjectSlot(ToUintPtr(EndSlo… in GLOBAL_ENV_CONSTANT_SPECIAL()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h610 v(Root::ROOT_VM, ObjectSlot(reinterpret_cast<uintptr_t>(&element_))); in Iterate()
634 v(Root::ROOT_VM, ObjectSlot(reinterpret_cast<uintptr_t>(&ihc_))); in Iterate()
711 v(Root::ROOT_VM, ObjectSlot(reinterpret_cast<uintptr_t>(&snapshotCPList_))); in Iterate()
Dts_manager.cpp524 v(Root::ROOT_VM, ObjectSlot(reinterpret_cast<uintptr_t>(&globalModuleTable_))); in Iterate()
525 v(Root::ROOT_VM, ObjectSlot(reinterpret_cast<uintptr_t>(&curCP_))); in Iterate()
532 …v(Root::ROOT_VM, ObjectSlot(reinterpret_cast<uintptr_t>(&resolvedExportTable_.at(exportTable.first… in Iterate()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.cpp646 v(Root::ROOT_VM, ObjectSlot(reinterpret_cast<uintptr_t>(&resolvedModules_))); in Iterate()
647 v(Root::ROOT_VM, ObjectSlot(reinterpret_cast<uintptr_t>(&cachedEmptyModule_))); in Iterate()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp47 v(Root::ROOT_VM, ObjectSlot(reinterpret_cast<uintptr_t>(&iter.second.at(curCP.first)))); in Iterate()