Home
last modified time | relevance | path

Searched defs:classes_ (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/hotreload/
Dhotreload.h113 PandaVector<ClassContainment> classes_; // NOLINT(misc-non-private-member-variables-in-classes) variable
/arkcompiler/runtime_core/static_core/runtime/profilesaver/
Dprofile_dump_info.h110 mutable PandaUnorderedSet<uint32_t> classes_; member
/arkcompiler/runtime_core/static_core/compiler/tests/
Dinlining_test.cpp651 std::vector<RuntimeInterface::ClassPtr> classes_; member in ark::compiler::InlineCachesMock