Home
last modified time | relevance | path

Searched refs:ROOT_VM (Results 1 - 19 of 19) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
H A Dsnapshot_global_data.h103 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 Dsnapshot_env.cpp56 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 Dgc_root_type.h29 ROOT_VM, member in ark::mem::RootType
H A Dgc_root_type.cpp41 case RootType::ROOT_VM: in operator <<()
42 os << "ROOT_VM"; in operator <<()
/arkcompiler/ets_runtime/ecmascript/
H A Decma_context.cpp922 v(Root::ROOT_VM, ObjectSlot(reinterpret_cast<uintptr_t>(&globalEnv_))); in Iterate()
924 v(Root::ROOT_VM, ObjectSlot(reinterpret_cast<uintptr_t>(&regexpCache_))); in Iterate()
927 v(Root::ROOT_VM, ObjectSlot(reinterpret_cast<uintptr_t>(&regexpGlobal_))); 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>(&microJobQueue_))); 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 Dtagged_dictionary.cpp472 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 Druntime.h225 v(Root::ROOT_VM, begin, end); in IterateCachedStringRoot()
H A Djs_thread.cpp356 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 Decma_vm.cpp640 rv(Root::ROOT_VM, ObjectSlot(ToUintPtr(&internalNativeMethods_.front())), in Iterate()
H A Dglobal_env_constants.h787 visitor(ecmascript::Root::ROOT_VM, ObjectSlot(ToUintPtr(BeginSlot())), ObjectSlot(ToUintPtr(EndSlot()))); in VisitRangeSlot()
/arkcompiler/ets_runtime/ecmascript/serializer/
H A Dserialize_chunk.h92 v(Root::ROOT_VM, ObjectSlot(slot));
/arkcompiler/runtime_core/static_core/runtime/
H A Dpanda_vm.cpp41 visitor(mem::GCRoot(mem::RootType::ROOT_VM, obj)); in VisitVmRoots()
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
H A Dpgo_type_manager.cpp25 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 Dvisitor.h28 ROOT_VM, member in panda::ecmascript::Root
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_vm.cpp654 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 Djs_shared_module_manager.cpp38 v(Root::ROOT_VM, slot); in Iterate()
H A Djs_module_manager.cpp685 v(Root::ROOT_VM, slot); in Iterate()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Daot_file_manager.cpp55 v(Root::ROOT_VM, ObjectSlot(reinterpret_cast<uintptr_t>(&eachCpPair.second))); in Iterate()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp1910 visitor(Root::ROOT_VM, ObjectSlot(node->GetValueAddr())); in Iterate()

Completed in 23 milliseconds