Home
last modified time | relevance | path

Searched refs:classes_ (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/jit/
H A Dprofiling_data.h50 std::fill(classes_.begin(), classes_.end(), nullptr); in Init()
55 for (uint32_t i = 0; i < classes_.size();) { in UpdateInlineCaches()
56 auto *classAtomic = reinterpret_cast<std::atomic<Class *> *>(&(classes_[i])); in UpdateInlineCaches()
57 // Atomic with acquire order reason: data race with classes_ with dependecies on reads after the load which in UpdateInlineCaches()
76 auto *classAtomic = reinterpret_cast<std::atomic<Class *> *>(&(classes_[0])); in UpdateInlineCaches()
77 // Atomic with release order reason: data race with classes_ with dependecies on writes before the store which in UpdateInlineCaches()
99 for (uint32_t i = 0; i < classes_.size();) { in GetClassesCopy()
100 auto *classAtomic = reinterpret_cast<std::atomic<Class *> const *>(&(classes_[i])); in GetClassesCopy()
101 // Atomic with acquire order reason: data race with classes_ wit in GetClassesCopy()
[all...]
/arkcompiler/runtime_core/static_core/runtime/profilesaver/
H A Dprofile_dump_info.h82 classes_.insert(begin, end); in AddClasses()
87 classes_.insert(classindex); in AddClass()
103 return classes_; in GetClasses()
110 mutable PandaUnorderedSet<uint32_t> classes_; member
/arkcompiler/runtime_core/static_core/runtime/hotreload/
H A Dhotreload.cpp92 for (auto &hCls : classes_) { in ProcessHotreload()
122 for (auto &hCls : classes_) { in ProcessHotreload()
156 for (auto &hCls : classes_) { in ~ArkHotreloadBase()
177 for (const auto &hCls : classes_) { in ValidateClassesHotreloadPossibility()
646 for (const auto &hCls : classes_) { in AddObsoleteClassesToRuntime()
653 classes_.clear(); in AddObsoleteClassesToRuntime()
H A Dhotreload.h113 PandaVector<ClassContainment> classes_; // NOLINT(misc-non-private-member-variables-in-classes) member in ark::hotreload::ArkHotreloadBase
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dinlining_test.cpp636 : kind_ {kind}, classes_ {classes} in InlineCachesMock()
643 for (auto klass : classes_) {
651 std::vector<RuntimeInterface::ClassPtr> classes_; member in ark::compiler::InlineCachesMock

Completed in 4 milliseconds