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:IsFree
(Results
1 - 21
of
21
) sorted by relevance
/third_party/node/deps/v8/src/heap/cppgc/
H
A
D
object-poisoner.h
25
if (header.
IsFree
() || header.IsMarked()) return true;
in VisitHeapObjectHeader()
H
A
D
pointer-policies.cc
75
DCHECK(!header->
IsFree
());
in CheckPointerImpl()
H
A
D
heap-object-header.h
104
bool
IsFree
() const;
304
bool HeapObjectHeader::
IsFree
() const {
in IsFree()
function in cppgc::internal::HeapObjectHeader
H
A
D
remembered-set.cc
44
DCHECK(!header.
IsFree
());
in VisitRememberedSlots()
H
A
D
marking-verifier.cc
105
DCHECK(!header.
IsFree
());
in VisitHeapObjectHeader()
H
A
D
heap-statistics-collector.cc
166
if (header.
IsFree
()) return true;
in VisitHeapObjectHeader()
H
A
D
heap-base.cc
44
if (header.
IsFree
()) return true;
in VisitHeapObjectHeader()
H
A
D
heap-page.cc
111
if (header->
IsFree
()) return nullptr;
in TryObjectHeaderFromInnerAddress()
H
A
D
compactor.cc
338
if (header->
IsFree
()) {
in CompactPage()
H
A
D
marking-state.h
88
DCHECK(!header.
IsFree
<AccessMode::kAtomic>());
in MarkNoPush()
H
A
D
sweeper.cc
322
if (header->
IsFree
<kAtomicAccess>()) {
in SweepNormalPage()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H
A
D
LoopUnrollPass.cpp
284
unsigned
IsFree
: 1;
member
414
assert(Cost.
IsFree
&& "Loop PHIs shouldn't be evaluated as they "
in analyzeLoopUnrollCost()
430
if (!Cost.
IsFree
) {
in analyzeLoopUnrollCost()
529
bool
IsFree
= Analyzer.visit(I);
in analyzeLoopUnrollCost()
local
531
(unsigned)
IsFree
,
in analyzeLoopUnrollCost()
536
if (
IsFree
)
in analyzeLoopUnrollCost()
H
A
D
LICM.cpp
1337
bool
IsFree
= isFreeInLoop(I, CurLoop, TTI);
in isNotUsedOrFreeInLoop()
local
1355
if (
IsFree
) {
in isNotUsedOrFreeInLoop()
/third_party/node/deps/v8/src/base/
H
A
D
region-allocator.h
113
bool
IsFree
(Address address, size_t size);
H
A
D
region-allocator.cc
326
bool RegionAllocator::
IsFree
(Address address, size_t size) {
in IsFree()
function in v8::base::RegionAllocator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
H
A
D
MSFBuilder.cpp
327
bool
IsFree
=
in commitFpm()
local
329
uint8_t Mask = uint8_t(
IsFree
) << I;
in commitFpm()
/third_party/gptfdisk/
H
A
D
gpt.h
190
int
IsFree
(uint64_t sector, uint32_t *partNum = NULL);
H
A
D
gpttext.cc
255
} while (
IsFree
(sector) == 0);
in CreatePartition()
273
} while (
IsFree
(sector) == 0);
in CreatePartition()
H
A
D
gpt.cc
1988
if (
IsFree
(startSector) && (startSector <= endSector)) {
in CreatePartition()
2193
sectorOK =
IsFree
(testSector++);
in Align()
2205
sectorOK =
IsFree
(testSector--);
in Align()
2412
if (Align(&endPlus) &&
IsFree
(endPlus - 1) && (endPlus > start)) {
in FindLastInFree()
2453
int GPTData::
IsFree
(uint64_t sector, uint32_t *partNum) {
in IsFree()
function in GPTData
2472
} // GPTData::
IsFree
()
in IsFree()
H
A
D
gptcurses.cc
443
if (!
IsFree
(lastAligned))
in MakeNewPart()
/third_party/node/deps/v8/src/heap/cppgc-js/
H
A
D
cpp-snapshot.cc
565
if (header.
IsFree
()) return true;
in VisitHeapObjectHeader()
Completed in 23 milliseconds