Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:classes_
(Results
1 - 5
of
5
) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/jit/
H
A
D
profiling_data.h
50
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
D
profile_dump_info.h
82
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
D
hotreload.cpp
92
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
D
hotreload.h
113
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
D
inlining_test.cpp
636
: 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