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:IsReserved
(Results
1 - 15
of
15
) sorted by relevance
/third_party/node/deps/v8/src/heap/cppgc/
H
A
D
virtual-memory.h
36
bool
IsReserved
() const { return start_ != nullptr; }
in IsReserved()
function in cppgc::internal::VirtualMemory
39
DCHECK(
IsReserved
());
in address()
44
DCHECK(
IsReserved
());
in size()
H
A
D
virtual-memory.cc
29
if (
IsReserved
()) {
42
DCHECK(!
IsReserved
());
H
A
D
caged-heap.cc
42
if (memory.
IsReserved
()) return memory;
in ReserveCagedHeap()
/third_party/node/deps/v8/src/utils/
H
A
D
allocation.h
228
DCHECK(!
IsReserved
());
236
bool
IsReserved
() const { return region_.begin() != kNullAddress; }
in IsReserved()
function in v8::internal::final
250
DCHECK(
IsReserved
());
in address()
255
DCHECK(
IsReserved
());
in end()
260
// meaningful when
IsReserved
() returns true.
362
bool
IsReserved
() const {
in IsReserved()
function in v8::internal::VirtualMemoryCage
363
DCHECK_EQ(base_ != kNullAddress, reservation_.
IsReserved
());
in IsReserved()
365
return reservation_.
IsReserved
();
in IsReserved()
H
A
D
allocation.cc
267
if (
IsReserved
()) {
in ~VirtualMemory()
287
DCHECK(
IsReserved
());
in Release()
302
DCHECK(
IsReserved
());
in Free()
315
DCHECK(
IsReserved
());
in FreeReadOnly()
354
DCHECK(!reservation_.
IsReserved
());
in InitReservation()
382
if (!reservation.
IsReserved
()) return false;
in InitReservation()
402
if (!padded_reservation.
IsReserved
()) return false;
in InitReservation()
438
if (!reservation.
IsReserved
()) return false;
in InitReservation()
470
if (
IsReserved
()) {
in Free()
/third_party/node/deps/v8/src/init/
H
A
D
isolate-allocator.cc
125
CHECK(GetProcessWidePtrComprCage()->
IsReserved
());
in IsolateAllocator()
139
if (isolate_ptr_compr_cage_.reservation()->
IsReserved
()) {
in ~IsolateAllocator()
168
CHECK(isolate_ptr_compr_cage_.
IsReserved
());
in CommitPagesForIsolate()
/third_party/node/deps/v8/src/heap/
H
A
D
memory-allocator.cc
249
if (!reservation.
IsReserved
()) return HandleAllocationFailure();
in AllocateAlignedMemory()
261
if (!reservation.
IsReserved
()) return HandleAllocationFailure();
in AllocateAlignedMemory()
404
DCHECK(reservation->
IsReserved
());
in PartialFreeMemory()
428
reservation->
IsReserved
() ? reservation->size() : chunk->size();
in UnregisterSharedBasicMemoryChunk()
438
reservation->
IsReserved
() ? reservation->size() : chunk->size();
in UnregisterBasicMemoryChunk()
471
if (reservation->
IsReserved
()) {
in FreeReadOnlyPage()
501
DCHECK(reservation->
IsReserved
());
in PerformFreeMemory()
H
A
D
code-range.cc
163
if (
IsReserved
()) {
in Free()
H
A
D
spaces.cc
130
if (!reservation->
IsReserved
()) return 0;
in ShrinkToHighWaterMark()
/third_party/node/deps/v8/src/zone/
H
A
D
accounting-allocator.cc
39
if (memory.
IsReserved
()) {
in ReserveAddressSpace()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
H
A
D
Instruction.h
296
CycleSegment(unsigned StartCycle, unsigned EndCycle, bool
IsReserved
= false)
in CycleSegment()
297
: Begin(StartCycle), End(EndCycle), Reserved(
IsReserved
) {}
in CycleSegment()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H
A
D
LiveIntervals.cpp
277
bool
IsReserved
= false;
in computeRegUnitRange()
local
290
IsReserved
|= IsRootReserved;
in computeRegUnitRange()
292
assert(
IsReserved
== MRI->isReservedRegUnit(Unit) &&
in computeRegUnitRange()
297
if (!
IsReserved
) {
in computeRegUnitRange()
/third_party/node/deps/v8/src/wasm/
H
A
D
wasm-code-manager.cc
732
if (!new_mem.
IsReserved
()) {
in AllocateForCodeInRegion()
2003
if (!mem.
IsReserved
()) return {};
in TryAllocate()
2216
if (code_space.
IsReserved
()) break;
in NewNativeModule()
2468
DCHECK(code_space.
IsReserved
());
in FreeNativeModule()
2481
DCHECK(!code_space.
IsReserved
());
in FreeNativeModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H
A
D
ELFObjectWriter.cpp
536
bool
IsReserved
= !Base || Symbol.isCommon();
in writeSymbol()
local
569
IsReserved
);
in writeSymbol()
/third_party/protobuf/src/google/protobuf/compiler/js/
H
A
D
js_generator.cc
89
bool
IsReserved
(const std::string& ident) {
in IsReserved()
function
507
if (
IsReserved
(name)) {
in JSObjectFieldName()
Completed in 22 milliseconds