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:ClearBit
(Results
1 - 14
of
14
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/
H
A
D
remembered_set.h
60
void
ClearBit
(uintptr_t begin, uintptr_t addr)
in ClearBit()
function in panda::ecmascript::RememberedSet
62
GCBitsetData()->
ClearBit
((addr - begin) >> TAGGED_TYPE_SIZE_LOG);
in ClearBit()
H
A
D
region-inl.h
173
packedData_.markGCBitset_->
ClearBit
((addrPtr & DEFAULT_REGION_MASK) >> TAGGED_TYPE_SIZE_LOG);
in ClearMark()
376
set->
ClearBit
(ToUintPtr(this), addr);
in ClearNewToEdenRSet()
388
set->
ClearBit
(ToUintPtr(this), addr);
in ClearOldToNewRSet()
H
A
D
jit_fort.h
126
ClearBit
((addr & DEFAULT_REGION_MASK) >> TAGGED_TYPE_SIZE_LOG);
in ClearMark()
H
A
D
gc_bitset.h
99
void
ClearBit
(uintptr_t offset)
in ClearBit()
function in panda::ecmascript::GCBitset
/arkcompiler/runtime_core/libpandabase/tests/
H
A
D
bit_vector_test.cpp
289
vector.
ClearBit
(3000);
in TestModification()
319
vector.
ClearBit
(105);
in HWTEST_F()
324
vector.
ClearBit
(45);
in HWTEST_F()
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H
A
D
bit_vector_test.cpp
293
vector.
ClearBit
(3000U);
in TestModification()
323
vector.
ClearBit
(105U);
in TEST_F()
328
vector.
ClearBit
(45U);
in TEST_F()
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
frame_states.h
40
void
ClearBit
(size_t index)
in ClearBit()
function in panda::ecmascript::kungfu::FrameLiveOut
42
liveout_.
ClearBit
(index);
in ClearBit()
H
A
D
frame_states.cpp
111
liveOutResult_->
ClearBit
(accumulatorIndex_);
in MergeFromCatchBB()
144
liveOutResult_->
ClearBit
(accumulatorIndex_);
in ComputeLiveOut()
191
liveOutResult_->
ClearBit
(accumulatorIndex_);
in ComputeLiveOutBC()
195
liveOutResult_->
ClearBit
(out);
in ComputeLiveOutBC()
/arkcompiler/ets_runtime/ecmascript/compiler/base/
H
A
D
bit_set.h
81
void
ClearBit
(size_t offset)
in ClearBit()
function in panda::ecmascript::kungfu::BitSet
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H
A
D
bitmap.h
84
void
ClearBit
(size_t bitOffset)
in ClearBit()
function in ark::mem::Bitmap
486
ClearBit
(AddrToBitOffset(ToPointerType(addr)));
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H
A
D
liveness_analyzer.h
498
bits_.
ClearBit
(index);
/arkcompiler/runtime_core/libpandabase/utils/
H
A
D
bit_vector.h
246
* - set/clear bits with automatic resizing (SetBit/
ClearBit
)
414
void
ClearBit
(size_t index)
in ClearBit()
function in panda::final
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H
A
D
bit_vector.h
256
* - set/clear bits with automatic resizing (SetBit/
ClearBit
)
430
void
ClearBit
(size_t index)
in ClearBit()
function in ark::final
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H
A
D
escape.cpp
439
liveIns.
ClearBit
(inst->GetId());
Completed in 15 milliseconds