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:WAITING
(Results
1 - 7
of
7
) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/tests/
H
A
D
compilation_status_test.cpp
99
ASSERT_EQ(method->AtomicSetCompilationStatus(status, Method::
WAITING
), true);
in TEST_F()
101
ASSERT_EQ(status, Method::
WAITING
);
in TEST_F()
/arkcompiler/runtime_core/static_core/runtime/
H
A
D
compiler_queue_counter_priority.h
112
ctx.GetMethod()->AtomicSetCompilationStatus(Method::
WAITING
,
184
ctx.GetMethod()->AtomicSetCompilationStatus(Method::
WAITING
,
in UpdateQueue()
H
A
D
compiler_thread_pool_worker.cpp
83
if (compilerCtx.GetMethod()->AtomicSetCompilationStatus(Method::
WAITING
, Method::COMPILATION)) {
in InPlaceCompileMethod()
H
A
D
compiler_task_manager_worker.cpp
95
if (runner.GetContext().GetMethod()->AtomicSetCompilationStatus(Method::
WAITING
, Method::COMPILATION)) {
in BackgroundCompileMethod()
H
A
D
compiler.cpp
866
if (method->AtomicSetCompilationStatus(ctxOsr ? Method::COMPILED : Method::NOT_COMPILED, Method::
WAITING
)) {
in CompileMethod()
872
for (; (status == Method::
WAITING
) || (status == Method::COMPILATION);
in CompileMethod()
/arkcompiler/runtime_core/static_core/runtime/include/
H
A
D
method-inl.h
493
if (!(status == FAILED || status ==
WAITING
|| status == COMPILATION)) {
in DecrementHotnessCounter()
510
if (status ==
WAITING
) {
in DecrementHotnessCounter()
H
A
D
method.h
72
WAITING
,
enumerator
Completed in 6 milliseconds