Searched refs:ROOT_VM (Results 1 – 10 of 10) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | visitor.h | 28 ROOT_VM, enumerator
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
D | snapshot_env.cpp | 95 v(Root::ROOT_VM, ObjectSlot(reinterpret_cast<uintptr_t>(&(objectVector_.data()[i])))); in Iterate()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | ecma_context.cpp | 654 v(Root::ROOT_VM, ObjectSlot(reinterpret_cast<uintptr_t>(&globalEnv_))); in Iterate() 655 v(Root::ROOT_VM, ObjectSlot(reinterpret_cast<uintptr_t>(®expCache_))); in Iterate() 656 v(Root::ROOT_VM, ObjectSlot(reinterpret_cast<uintptr_t>(µJobQueue_))); in Iterate() 681 rv(Root::ROOT_VM, ObjectSlot(ToUintPtr(&joinStack_.front())), in Iterate()
|
D | ecma_vm.cpp | 476 rv(Root::ROOT_VM, ObjectSlot(ToUintPtr(&internalNativeMethods_.front())), in Iterate()
|
D | js_thread.cpp | 216 visitor(Root::ROOT_VM, ObjectSlot(ToUintPtr(&glueData_.exception_))); in Iterate()
|
D | global_env_constants.h | 544 …visitor(ecmascript::Root::ROOT_VM, ObjectSlot(ToUintPtr(BeginSlot())), ObjectSlot(ToUintPtr(EndSlo… in GLOBAL_ENV_CONSTANT_SPECIAL()
|
/arkcompiler/ets_runtime/ecmascript/ts_types/ |
D | ts_manager.h | 610 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()
|
D | ts_manager.cpp | 524 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/ |
D | js_module_manager.cpp | 646 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/ |
D | aot_file_manager.cpp | 47 v(Root::ROOT_VM, ObjectSlot(reinterpret_cast<uintptr_t>(&iter.second.at(curCP.first)))); in Iterate()
|