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:AllocatedSize
(Results
1 - 21
of
21
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H
A
D
Memory.h
34
MemoryBlock() : Address(nullptr),
AllocatedSize
(0) {}
in MemoryBlock()
36
: Address(addr),
AllocatedSize
(allocatedSize) {}
in MemoryBlock()
40
size_t allocatedSize() const { return
AllocatedSize
; }
in allocatedSize()
44
size_t
AllocatedSize
; ///< Size, in bytes of the memory area
member in llvm::sys::MemoryBlock
/third_party/node/deps/v8/src/heap/cppgc/
H
A
D
free-list.cc
148
if (!entry || entry->
AllocatedSize
() < allocation_size) break;
in Allocate()
157
return {entry, entry->
AllocatedSize
()};
in Allocate()
174
size += entry->
AllocatedSize
();
in Size()
191
reinterpret_cast<Address>(entry) + entry->
AllocatedSize
()))
in ContainsForTesting()
220
entry_size += entry->
AllocatedSize
();
in CollectStatistics()
H
A
D
heap-object-header.h
78
inline size_t
AllocatedSize
() const;
211
AllocatedSize
<mode>();
in ObjectEnd()
222
size_t HeapObjectHeader::
AllocatedSize
() const {
in AllocatedSize()
function in cppgc::internal::HeapObjectHeader
247
DCHECK_GT(
AllocatedSize
<mode>(), sizeof(HeapObjectHeader));
in ObjectSize()
248
return
AllocatedSize
<mode>() - sizeof(HeapObjectHeader);
in ObjectSize()
253
return
AllocatedSize
<mode>() == kLargeObjectSizeInHeader;
in IsLargeObject()
H
A
D
explicit-management.cc
52
const size_t header_size = header.
AllocatedSize
();
in FreeUnreferencedObject()
82
DCHECK_GE(new_size, header.
AllocatedSize
() + kAllocationGranularity);
in Grow()
101
DCHECK_GE(header.
AllocatedSize
(), new_size + kAllocationGranularity);
in Shrink()
153
const size_t old_size = header.
AllocatedSize
();
in Resize()
H
A
D
heap-page.h
121
const size_t size = p_->
AllocatedSize
();
in operator ++()
286
header->
AllocatedSize
<AccessMode::kAtomic>());
in ObjectHeaderFromInnerAddressImpl()
H
A
D
heap-statistics-collector.cc
177
: header.
AllocatedSize
();
in VisitHeapObjectHeader()
H
A
D
sweeper.cc
320
const size_t size = header->
AllocatedSize
();
in SweepNormalPage()
418
const size_t size = header->
AllocatedSize
();
in FinalizePage()
H
A
D
compactor.cc
334
size_t size = header->
AllocatedSize
();
in CompactPage()
H
A
D
marking-state.h
349
: header.
AllocatedSize
<AccessMode::kAtomic>());
in AccountMarkedBytes()
/third_party/node/deps/v8/src/objects/
H
A
D
fixed-array.h
219
int
AllocatedSize
();
328
int
AllocatedSize
();
401
int
AllocatedSize
();
H
A
D
fixed-array-inl.h
243
inline int FixedArray::
AllocatedSize
() { return SizeFor(length(kAcquireLoad)); }
in AllocatedSize()
function in v8::internal::FixedArray
244
inline int WeakFixedArray::
AllocatedSize
() {
in AllocatedSize()
function in v8::internal::WeakFixedArray
247
inline int WeakArrayList::
AllocatedSize
() { return SizeFor(capacity()); }
in AllocatedSize()
function in v8::internal::WeakArrayList
H
A
D
string.h
749
int
AllocatedSize
();
796
int
AllocatedSize
();
H
A
D
string-inl.h
1062
inline int SeqOneByteString::
AllocatedSize
() {
in AllocatedSize()
function in v8::internal::SeqOneByteString
1065
inline int SeqTwoByteString::
AllocatedSize
() {
in AllocatedSize()
function in v8::internal::SeqTwoByteString
H
A
D
scope-info.cc
616
//
AllocatedSize
() is generated by Torque and represents the size in bytes of
in length()
619
return (
AllocatedSize
() - HeapObject::kHeaderSize) / kTaggedSize;
in length()
H
A
D
objects.cc
2287
return TypeName::unchecked_cast(*this).
AllocatedSize
(); \
in SizeFromMap()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H
A
D
cord_rep_flat.h
128
size_t
AllocatedSize
() const { return TagToAllocatedSize(tag); }
in AllocatedSize()
function
H
A
D
cordz_info.cc
177
size_t size = rep.rep->flat()->
AllocatedSize
();
in CountLinearReps()
H
A
D
cordz_info_statistics_test.cc
125
return rep->
AllocatedSize
();
in SizeOf()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H
A
D
InlineCost.cpp
221
uint64_t
AllocatedSize
= 0;
member in __anon23907::CallAnalyzer
724
AllocatedSize
= SaturatingMultiplyAdd(
in visitAlloca()
726
AllocatedSize
);
in visitAlloca()
734
AllocatedSize
=
in visitAlloca()
735
SaturatingAdd(DL.getTypeAllocSize(Ty).getFixedSize(),
AllocatedSize
);
in visitAlloca()
1800
AllocatedSize
> InlineConstants::TotalAllocaSizeRecursiveCaller) {
in analyzeBlock()
/third_party/node/deps/v8/src/heap/cppgc-js/
H
A
D
cpp-snapshot.cc
438
new EmbedderNode(header.GetName(), header.
AllocatedSize
())}));
in AddNode()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H
A
D
cord.cc
513
*total_mem_usage += maybe_sub_size + rep->flat()->
AllocatedSize
();
in RepMemoryUsageDataEdge()
533
*total_mem_usage += rep->flat()->
AllocatedSize
();
in RepMemoryUsageLeaf()
Completed in 49 milliseconds