/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
H A D | snapshot_global_data.h | 103 v(Root::ROOT_VM, ObjectSlot(reinterpret_cast<uintptr_t>(&data_))); in Iterate() 104 v(Root::ROOT_VM, ObjectSlot(reinterpret_cast<uintptr_t>(&curSnapshotCpArray_))); in Iterate() 105 v(Root::ROOT_VM, ObjectSlot(reinterpret_cast<uintptr_t>(&symbolInfo_))); in Iterate() 106 v(Root::ROOT_VM, ObjectSlot(reinterpret_cast<uintptr_t>(&hclassInfo_))); in Iterate() 107 v(Root::ROOT_VM, ObjectSlot(reinterpret_cast<uintptr_t>(&arrayInfo_))); in Iterate() 108 v(Root::ROOT_VM, ObjectSlot(reinterpret_cast<uintptr_t>(&constantIndexInfo_))); in Iterate() 109 v(Root::ROOT_VM, ObjectSlot(reinterpret_cast<uintptr_t>(&protoTransTableInfo_))); in Iterate()
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
H A D | snapshot_env.cpp | 56 v(Root::ROOT_VM, slot); in Iterate() 64 v(Root::ROOT_VM, slot); in Iterate()
|
/arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
H A D | gc_root_type.h | 29 ROOT_VM, member in ark::mem::RootType
|
H A D | gc_root_type.cpp | 41 case RootType::ROOT_VM: in operator <<() 42 os << "ROOT_VM"; in operator <<()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | ecma_context.cpp | 922 v(Root::ROOT_VM, ObjectSlot(reinterpret_cast<uintptr_t>(&globalEnv_))); in Iterate() 924 v(Root::ROOT_VM, ObjectSlot(reinterpret_cast<uintptr_t>(®expCache_))); in Iterate() 927 v(Root::ROOT_VM, ObjectSlot(reinterpret_cast<uintptr_t>(®expGlobal_))); in Iterate() 930 v(Root::ROOT_VM, ObjectSlot(reinterpret_cast<uintptr_t>(&numberToStringResultCache_))); in Iterate() 933 v(Root::ROOT_VM, ObjectSlot(reinterpret_cast<uintptr_t>(&stringSplitResultCache_))); in Iterate() 936 v(Root::ROOT_VM, ObjectSlot(reinterpret_cast<uintptr_t>(&stringToListResultCache_))); in Iterate() 939 v(Root::ROOT_VM, ObjectSlot(reinterpret_cast<uintptr_t>(µJobQueue_))); in Iterate() 942 v(Root::ROOT_VM, ObjectSlot(reinterpret_cast<uintptr_t>(&pointerToIndexDictionary_))); in Iterate() 976 rv(Root::ROOT_VM, ObjectSlot(ToUintPtr(&joinStack_.front())), in Iterate() 983 rv(Root::ROOT_VM, star in Iterate() [all...] |
H A D | tagged_dictionary.cpp | 472 v(Root::ROOT_VM, ObjectSlot(reinterpret_cast<uintptr_t>(&protoTransitionTable_))); in Iterate() 474 v(Root::ROOT_VM, ObjectSlot(reinterpret_cast<uintptr_t>(&iter.first))); in Iterate() 475 v(Root::ROOT_VM, ObjectSlot(reinterpret_cast<uintptr_t>(&iter.second))); in Iterate() 478 v(Root::ROOT_VM, ObjectSlot(reinterpret_cast<uintptr_t>(&iter.first))); in Iterate() 479 v(Root::ROOT_VM, ObjectSlot(reinterpret_cast<uintptr_t>(&iter.second))); in Iterate()
|
H A D | runtime.h | 225 v(Root::ROOT_VM, begin, end); in IterateCachedStringRoot()
|
H A D | js_thread.cpp | 356 visitor(Root::ROOT_VM, ObjectSlot(ToUintPtr(&glueData_.exception_))); in Iterate() 359 Root::ROOT_VM, ObjectSlot(glueData_.builtinEntries_.Begin()), ObjectSlot(glueData_.builtinEntries_.End())); in Iterate()
|
H A D | ecma_vm.cpp | 640 rv(Root::ROOT_VM, ObjectSlot(ToUintPtr(&internalNativeMethods_.front())), in Iterate()
|
H A D | global_env_constants.h | 787 visitor(ecmascript::Root::ROOT_VM, ObjectSlot(ToUintPtr(BeginSlot())), ObjectSlot(ToUintPtr(EndSlot()))); in VisitRangeSlot()
|
/arkcompiler/ets_runtime/ecmascript/serializer/ |
H A D | serialize_chunk.h | 92 v(Root::ROOT_VM, ObjectSlot(slot));
|
/arkcompiler/runtime_core/static_core/runtime/ |
H A D | panda_vm.cpp | 41 visitor(mem::GCRoot(mem::RootType::ROOT_VM, obj)); in VisitVmRoots()
|
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/ |
H A D | pgo_type_manager.cpp | 25 v(Root::ROOT_VM, ObjectSlot(reinterpret_cast<uintptr_t>(&(hclassIter.second)))); in Iterate() 30 v(Root::ROOT_VM, ObjectSlot(reinterpret_cast<uintptr_t>(&(iter)))); in Iterate()
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | visitor.h | 28 ROOT_VM, member in panda::ecmascript::Root
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
H A D | ets_vm.cpp | 654 visitor(mem::GCRoot(mem::RootType::ROOT_VM, doubleToStringCache_->GetCoreType())); in VisitVmRoots() 655 visitor(mem::GCRoot(mem::RootType::ROOT_VM, floatToStringCache_->GetCoreType())); in VisitVmRoots() 656 visitor(mem::GCRoot(mem::RootType::ROOT_VM, longToStringCache_->GetCoreType())); in VisitVmRoots()
|
/arkcompiler/ets_runtime/ecmascript/module/ |
H A D | js_shared_module_manager.cpp | 38 v(Root::ROOT_VM, slot); in Iterate()
|
H A D | js_module_manager.cpp | 685 v(Root::ROOT_VM, slot); in Iterate()
|
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
H A D | aot_file_manager.cpp | 55 v(Root::ROOT_VM, ObjectSlot(reinterpret_cast<uintptr_t>(&eachCpPair.second))); in Iterate()
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
H A D | pgo_profiler.cpp | 1910 visitor(Root::ROOT_VM, ObjectSlot(node->GetValueAddr())); in Iterate()
|