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:Available
(Results
1 - 15
of
15
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/
H
A
D
free_object_set.cpp
81
if (freeObject_->
Available
() >= size) {
in ObtainSmallFreeObject()
85
available_ -= curFreeObject->
Available
();
in ObtainSmallFreeObject()
87
ASAN_UNPOISON_MEMORY_REGION(curFreeObject, curFreeObject->
Available
());
in ObtainSmallFreeObject()
105
if (curFreeObject->
Available
() >= size) {
in ObtainLargeFreeObject()
113
available_ -= curFreeObject->
Available
();
in ObtainLargeFreeObject()
114
ASAN_UNPOISON_MEMORY_REGION(curFreeObject, curFreeObject->
Available
());
in ObtainLargeFreeObject()
134
if (freeObject_->
Available
() >= size) {
in LookupSmallFreeObject()
154
if (curFreeObject->
Available
() >= size) {
in LookupLargeFreeObject()
H
A
D
tlab_allocator-inl.h
39
if (youngAllocator_.
Available
() != 0) {
in Finalize()
40
FreeObject::FillFreeObject(heap_, youngAllocator_.GetTop(), youngAllocator_.
Available
());
in Finalize()
115
if (youngAllocator_.
Available
() != 0) {
in ExpandYoung()
116
FreeObject::FillFreeObject(heap_, youngAllocator_.GetTop(), youngAllocator_.
Available
());
in ExpandYoung()
125
if (youngAllocator_.
Available
() != 0) {
in ExpandYoung()
126
FreeObject::FillFreeObject(heap_, youngAllocator_.GetTop(), youngAllocator_.
Available
());
in ExpandYoung()
H
A
D
thread_local_allocation_buffer.h
42
size_t
Available
() const
in Available()
function in panda::ecmascript::ThreadLocalAllocationBuffer
44
return bpAllocator_.
Available
();
in Available()
77
if (bpAllocator_.
Available
() >= tlabWasteLimit_) {
in NeedNewTlab()
H
A
D
thread_local_allocation_buffer.cpp
27
size_t remainSize =
Available
();
in FillBumpPointer()
H
A
D
free_object_list.cpp
63
if (current->
Available
() < size) {
in Allocate()
80
available_ -= object->
Available
();
in Allocate()
242
available_ += set->
Available
();
in AddSet()
275
available_ -= set->
Available
();
in RemoveSet()
H
A
D
allocator-inl.h
132
if (remainSize <= bpAllocator_.
Available
()) {
in Allocate()
147
auto size = bpAllocator_.
Available
();
in FreeBumpPoint()
158
size_t size = bpAllocator_.
Available
();
in FillBumpPointer()
253
return freeList_->GetFreeObjectSize() + bpAllocator_.
Available
();
in GetAvailableSize()
H
A
D
free_object_set.h
50
inline size_t
Available
() const
in Available()
function in panda::ecmascript::FreeObjectSet
H
A
D
jit_fort_memdesc.h
86
inline uint32_t
Available
() const
in Available()
function in panda::ecmascript::MemDesc
H
A
D
allocator.h
72
size_t
Available
() const
in Available()
function in panda::ecmascript::BumpPointerAllocator
H
A
D
linear_space.cpp
151
objSize = freeObject->
Available
();
in IterateOverObjects()
418
<< allocator_.
Available
();
in SetWaterLine()
H
A
D
sparse_space.cpp
306
objSize = freeObject->
Available
();
in IterateOverObjects()
726
objSize = freeObject->
Available
();
in CheckMachineCodeObject()
H
A
D
parallel_evacuator.cpp
525
objSize = freeObject->
Available
();
in UpdateNewRegionReference()
/arkcompiler/ets_runtime/ecmascript/
H
A
D
free_object.h
38
return
Available
() == 0;
in IsEmpty()
48
return reinterpret_cast<uintptr_t>(this) +
Available
();
in GetEnd()
58
uint32_t
Available
() const;
H
A
D
free_object.cpp
52
uint32_t FreeObject::
Available
() const
in Available()
function in panda::ecmascript::FreeObject
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H
A
D
shared_space.cpp
349
objSize = freeObject->
Available
();
in IterateOverObjects()
550
size_t size = allocator_.
Available
();
in IterateOverObjects()
571
objSize = freeObject->
Available
();
in IterateOverObjects()
Completed in 9 milliseconds