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:slots_
(Results
1 - 8
of
8
) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
H
A
D
ref_block.cpp
21
slots_
= START_VALUE;
in RefBlock()
27
slots_
= START_VALUE;
in Reset()
50
slots_
|= static_cast<uint64_t>(1U) << index;
in Remove()
119
auto res = Ffs(
slots_
) - 1;
in GetFreeIndex()
135
slots_
&= ~(static_cast<uint64_t>(1U) << index);
in Set()
145
return ((
slots_
>> index) & 1U) == 0;
in IsBusyIndex()
H
A
D
ref_block.h
85
SlotBitMap
slots_
{START_VALUE};
103
return
slots_
== FINAL_VALUE;
in IsFull()
108
return
slots_
== START_VALUE;
in IsEmpty()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H
A
D
reg_alloc_stat.h
35
return
slots_
;
in GetSlotCount()
45
size_t
slots_
= 0;
member in panda::compiler::RegAllocStat
H
A
D
reg_alloc_stat.cpp
43
slots_
= static_cast<size_t>(std::count(used_slots.begin(), used_slots.end(), true));
in RegAllocStat()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H
A
D
reg_alloc_stat.h
35
return
slots_
;
in GetSlotCount()
45
size_t
slots_
= 0;
member in ark::compiler::RegAllocStat
H
A
D
reg_alloc_stat.cpp
44
slots_
= static_cast<size_t>(std::count(usedSlots.begin(), usedSlots.end(), true));
in RegAllocStat()
/arkcompiler/runtime_core/static_core/runtime/
H
A
D
compiler.cpp
830
if (
slots_
.find(method) ==
slots_
.end()) {
in AddTableSlot()
831
slots_
[method][key] = 0;
in AddTableSlot()
834
auto &table =
slots_
.at(method);
in AddTableSlot()
844
ASSERT(
slots_
.find(method) !=
slots_
.end());
in GetTableSlot()
845
auto &table =
slots_
.at(method);
in GetTableSlot()
H
A
D
compiler.h
80
PandaMap<RuntimeInterface::MethodPtr, PandaMap<std::pair<uint32_t, SlotKind>, uintptr_t>>
slots_
;
member in ark::UnresolvedTypesWrapper
Completed in 7 milliseconds