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:TestBit
(Results
1 - 12
of
12
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
frame_states.cpp
106
bool accumulatorIsLive = liveOutResult_->
TestBit
(accumulatorIndex_);
in MergeFromCatchBB()
298
if (liveout->
TestBit
(i)) {
in AdvanceToNextBc()
357
if (liveout->
TestBit
(i)) {
in UpdateFrameValues()
429
if (liveout->
TestBit
(envIndex_)) {
in InitEntryBB()
439
if (liveout->
TestBit
(i)) {
in InitEntryBB()
455
if (!liveOut->
TestBit
(i)) {
in InitEntryBB()
462
if (liveOut->
TestBit
(envIndex_)) {
in InitEntryBB()
696
if (liveout->
TestBit
(i)) {
in MergeAssignment()
703
} else if (loopAssignment->
TestBit
(i)) {
in MergeAssignment()
712
bool changedInLoop = loopAssignment != nullptr && loopAssignment->
TestBit
(
in MergeAssignment()
[all...]
H
A
D
frame_states.h
45
bool
TestBit
(size_t index) const
in TestBit()
function in panda::ecmascript::kungfu::FrameLiveOut
47
return liveout_.
TestBit
(index);
in TestBit()
H
A
D
induction_variable_analysis.cpp
218
if (!loop.loopBodys->
TestBit
(region->GetId()) && loop.loopHead != region) {
in TryReplaceOutOfLoopUses()
H
A
D
graph_linearizer.cpp
379
if (loopInfo.loopBodys->
TestBit
(i)) {
in PrintLoop()
429
if (!loopInfo.loopBodys->
TestBit
(pred->GetId())) {
in PropagateLoopBody()
505
if (loopInfo != nullptr && !loopInfo->loopBodys->
TestBit
(succ->GetId())) {
in ComputeLoopTree()
/arkcompiler/ets_runtime/ecmascript/mem/
H
A
D
remembered_set.h
77
bool
TestBit
(uintptr_t begin, uintptr_t addr) const
in TestBit()
function in panda::ecmascript::RememberedSet
79
return GCBitsetData()->
TestBit
((addr - begin) >> TAGGED_TYPE_SIZE_LOG);
in TestBit()
H
A
D
region-inl.h
185
return packedData_.markGCBitset_->
TestBit
((addrPtr & DEFAULT_REGION_MASK) >> TAGGED_TYPE_SIZE_LOG);
in Test()
197
return set->
TestBit
(ToUintPtr(this), addr);
in TestNewToEden()
209
return set->
TestBit
(ToUintPtr(this), addr);
in TestOldToNew()
220
return packedData_.localToShareSet_->
TestBit
(ToUintPtr(this), addr);
in TestLocalToShare()
H
A
D
jit_fort.h
131
return
TestBit
((addr & DEFAULT_REGION_MASK) >> TAGGED_TYPE_SIZE_LOG);
in Test()
H
A
D
gc_bitset.h
125
bool
TestBit
(uintptr_t offset) const
in TestBit()
function in panda::ecmascript::GCBitset
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H
A
D
sparse_datainfo.h
78
bool
TestBit
(uint32 bitNO) const
in TestBit()
function in maplebe::SparseDataInfo
H
A
D
datainfo.h
50
bool
TestBit
(uint32 bitNO) const
in TestBit()
function in maplebe::DataInfo
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H
A
D
bitmap.h
95
bool
TestBit
(size_t bitOffset) const
in TestBit()
function in ark::mem::Bitmap
503
return
TestBit
(AddrToBitOffset(ToPointerType(addr)));
513
return
TestBit
(AddrToBitOffset(ToPointerType(addr)));
/arkcompiler/ets_runtime/ecmascript/compiler/base/
H
A
D
bit_set.h
61
bool
TestBit
(size_t offset) const
in TestBit()
function in panda::ecmascript::kungfu::BitSet
Completed in 10 milliseconds