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:Contains
(Results
1 - 25
of
29
) sorted by relevance
1
2
/arkcompiler/runtime_core/static_core/runtime/tests/
H
A
D
stack_like_allocator_test.cpp
182
ASSERT_FALSE(alloc.
Contains
(invalidAddr)); // NOLINT(clang-analyzer-unix.Malloc)
in TEST_F()
185
ASSERT_TRUE(alloc.
Contains
(addr1Inside));
in TEST_F()
186
ASSERT_FALSE(alloc.
Contains
(invalidAddr)); // NOLINT(clang-analyzer-unix.Malloc)
in TEST_F()
189
ASSERT_FALSE(alloc.
Contains
(addr1Inside));
in TEST_F()
190
ASSERT_FALSE(alloc.
Contains
(invalidAddr));
in TEST_F()
195
ASSERT_TRUE(alloc.
Contains
(addr1Inside));
in TEST_F()
196
ASSERT_TRUE(alloc.
Contains
(addr2Inside));
in TEST_F()
197
ASSERT_FALSE(alloc.
Contains
(invalidAddr));
in TEST_F()
H
A
D
frame_allocator_test.cpp
191
ASSERT_FALSE(alloc.
Contains
(invalidAddr));
in CheckAddrInsideAllocator()
196
ASSERT_TRUE(alloc.
Contains
(addr1Inside));
in CheckAddrInsideAllocator()
197
ASSERT_FALSE(alloc.
Contains
(invalidAddr));
in CheckAddrInsideAllocator()
200
ASSERT_FALSE(alloc.
Contains
(addr1Inside));
in CheckAddrInsideAllocator()
201
ASSERT_FALSE(alloc.
Contains
(invalidAddr));
in CheckAddrInsideAllocator()
208
ASSERT_TRUE(alloc.
Contains
(addr1Inside));
in CheckAddrInsideAllocator()
209
ASSERT_TRUE(alloc.
Contains
(addr2Inside));
in CheckAddrInsideAllocator()
210
ASSERT_FALSE(alloc.
Contains
(invalidAddr));
in CheckAddrInsideAllocator()
/arkcompiler/runtime_core/static_core/verification/util/
H
A
D
addr_map.h
164
return addrRange_.
Contains
(addr);
in IsInAddressSpace()
169
if (!addrRange_.
Contains
(addrFrom) || !addrRange_.
Contains
(addrTo)) {
in Mark()
179
if (!addrRange_.
Contains
(addrFrom) || !addrRange_.
Contains
(addrTo)) {
in Clear()
189
if (!addrRange_.
Contains
(addrFrom) || !addrRange_.
Contains
(addrTo)) {
in HasMarks()
H
A
D
range.h
119
bool
Contains
(Int point) const
in Contains()
function in ark::verifier::Range
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H
A
D
condition_chain_cache.cpp
28
static bool
Contains
(const ConditionChain *chain0, const ConditionChain *chain1)
in Contains()
function
53
return
Contains
(chain0, chain1) &&
Contains
(chain1, chain0);
in Equal()
H
A
D
condition_chain.h
103
bool
Contains
(const BasicBlock *bb) const
in Contains()
function in ark::compiler::ConditionChain
H
A
D
licm_conditions.cpp
131
if (!chain->
Contains
(pred) && pred != singlePredSucc) {
in IsHoistPhiAvailable()
159
if (!chain->
Contains
(pred)) {
in SamePhiInputFromChain()
327
phiInst->AppendInput(chain->
Contains
(pred) ? oneCnst : zeroCnst);
in AddPhiInst()
357
if (chain->
Contains
(bb)) {
in UpdateMultiplePredecessorsSuccessorsPreds()
/arkcompiler/toolchain/tooling/base/
H
A
D
pt_json.cpp
63
ASSERT(key != nullptr && !
Contains
(key));
in Add()
96
ASSERT(key != nullptr && !
Contains
(key));
in Add()
114
ASSERT(key != nullptr && !
Contains
(key));
in Add()
132
ASSERT(key != nullptr && !
Contains
(key));
in Add()
231
ASSERT(key != nullptr &&
Contains
(key));
in Remove()
237
bool PtJson::
Contains
(const char *key) const
in Contains()
function in panda::ecmascript::tooling::PtJson
H
A
D
pt_json.h
72
bool
Contains
(const char *key) const;
H
A
D
pt_params.cpp
549
if (!params.
Contains
("urlRegex")) {
in AddRequireParams()
552
if (!params.
Contains
("scriptHash")) {
in AddRequireParams()
555
if (!params.
Contains
("columnNumber")) {
in AddRequireParams()
558
if (!params.
Contains
("condition")) {
in AddRequireParams()
/arkcompiler/runtime_core/libpandabase/mem/
H
A
D
mem_range.h
55
bool
Contains
(const MemRange &other) const
in Contains()
function in panda::mem::MemRange
60
bool
Contains
(uintptr_t addr) const
in Contains()
function in panda::mem::MemRange
/arkcompiler/runtime_core/static_core/libpandabase/mem/
H
A
D
mem_range.h
53
bool
Contains
(const MemRange &other) const
in Contains()
function in ark::mem::final
58
bool
Contains
(uintptr_t addr) const
in Contains()
function in ark::mem::final
H
A
D
stack_like_allocator-inl.h
94
ASSERT(
Contains
(mem));
in Free()
112
inline bool StackLikeAllocator<ALIGNMENT, MAX_SIZE>::
Contains
(void *mem)
in Contains()
function in ark::mem::StackLikeAllocator
H
A
D
stack_like_allocator.h
44
bool
Contains
(void *mem);
/arkcompiler/runtime_core/compiler/optimizer/analysis/
H
A
D
liveness_analyzer.h
42
bool
Contains
(const LiveRange &other) const
in Contains()
function in panda::compiler::LiveRange
47
bool
Contains
(LifeNumber number) const
in Contains()
function in panda::compiler::LiveRange
139
} else if (!live_ranges_.front().
Contains
(live_range)) {
in AppendRange()
162
if (live_ranges_.front().
Contains
(live_ranges_[i])) {
in AppendGroupRange()
165
} else if (live_ranges_.front().
Contains
(live_ranges_[i].GetBegin())) {
in AppendGroupRange()
478
if (GetBlockLiveRange(bb).
Contains
(ln)) {
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H
A
D
liveness_analyzer.h
43
bool
Contains
(const LiveRange &other) const
in Contains()
function in ark::compiler::LiveRange
48
bool
Contains
(LifeNumber number) const
in Contains()
function in ark::compiler::LiveRange
143
} else if (!liveRanges_.back().
Contains
(liveRange)) {
in AppendRange()
168
if (firstRange.
Contains
(liveRanges_.back())) {
in AppendGroupRange()
170
} else if (firstRange.
Contains
(liveRanges_.back().GetBegin())) {
in AppendGroupRange()
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H
A
D
mem_hooks.h
58
bool
Contains
(uintptr_t addr) const
in Contains()
function in ark::os::unix::mem_hooks::PandaHooks::AddrRange
H
A
D
mem_hooks.cpp
75
return !ignoreCodeRange_.
Contains
(ToUintPtr(caller));
in ShouldCountAllocation()
/arkcompiler/runtime_core/static_core/runtime/mem/
H
A
D
frame_allocator.h
62
bool
Contains
(void *mem);
H
A
D
heap_verifier.cpp
254
if (memRange.
Contains
(ToUintPtr(object))) {
in InCollectableSpace()
265
if (memRange.
Contains
(ToUintPtr(object))) {
in InAliveSpace()
H
A
D
frame_allocator-inl.h
233
inline bool FrameAllocator<ALIGNMENT, USE_MEMSET>::
Contains
(void *mem)
in Contains()
function in ark::mem::FrameAllocator
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H
A
D
utils.h
135
bool
Contains
(const std::vector<T> &container, const T &data)
/arkcompiler/runtime_core/compiler/tests/
H
A
D
liveness_analyzer_new_test.cpp
563
* @tc.desc: Verify the
Contains
function.
571
EXPECT_TRUE(live_range.
Contains
(live_range));
in HWTEST_F()
573
EXPECT_FALSE(live_range.
Contains
(number));
in HWTEST_F()
/arkcompiler/toolchain/tooling/test/
H
A
D
pt_json_test.cpp
135
ASSERT_TRUE(child1->
Contains
("ch"));
in HWTEST_F_L0()
139
ASSERT_TRUE(child2->
Contains
("ch"));
in HWTEST_F_L0()
/arkcompiler/runtime_core/static_core/verification/util/tests/
H
A
D
set_operations_property_test.cpp
43
RC_CLASSIFY(i.
Contains
(size), std::to_string(i));
in ClassifySize()
Completed in 13 milliseconds
1
2