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:GetRootsRegsMask
(Results
1 - 9
of
9
) sorted by relevance
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H
A
D
reg_alloc_resolver.h
69
save_state->
GetRootsRegsMask
().set(location.GetValue());
in AddLocationToRoots()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H
A
D
reg_alloc_resolver.h
76
saveState->
GetRootsRegsMask
().set(location.GetValue());
in AddLocationToRoots()
/arkcompiler/runtime_core/compiler/tests/
H
A
D
reg_alloc_common_test.cpp
226
auto roots = save_state->
GetRootsRegsMask
();
in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/code_info/
H
A
D
code_info_builder.cpp
55
uint32_t regsRoots = ss->
GetRootsRegsMask
().to_ulong();
in BeginStackMap()
/arkcompiler/runtime_core/static_core/compiler/tests/
H
A
D
reg_alloc_common_test.cpp
266
auto roots = saveState->
GetRootsRegsMask
();
in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H
A
D
codegen.h
263
inst->GetSaveState()->
GetRootsRegsMask
().reset(i);
in CallEntrypointFinalize()
H
A
D
codegen.cpp
1119
auto &rootsMask = inst->GetSaveState()->
GetRootsRegsMask
();
in SaveRegistersForImplicitRuntime()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H
A
D
inst.h
2470
auto &
GetRootsRegsMask
()
in GetRootsRegsMask()
function in ConditionMixin::SpillFillInst
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H
A
D
inst.h
3918
auto &
GetRootsRegsMask
()
in GetRootsRegsMask()
function in DynObjectAccessType::SpillFillInst
Completed in 22 milliseconds