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:EdenSpace
(Results
1 - 4
of
4
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/
H
A
D
linear_space.cpp
173
EdenSpace
::
EdenSpace
(Heap *heap, size_t initialCapacity, size_t maximumCapacity)
in EdenSpace()
function in panda::ecmascript::EdenSpace
188
EdenSpace
::~
EdenSpace
()
in ~EdenSpace()
193
void
EdenSpace
::Initialize()
in Initialize()
197
LOG_GC(ERROR) << "
EdenSpace
::Initialize: region is nullptr";
in Initialize()
205
void
EdenSpace
::Restart()
in Restart()
214
uintptr_t
EdenSpace
::AllocateSync(size_t size)
in AllocateSync()
220
uintptr_t
EdenSpace
::Allocate(size_t size)
in Allocate()
252
Region *
EdenSpace
[all...]
H
A
D
linear_space.h
78
class
EdenSpace
: public LinearSpace {
class
80
EdenSpace
(Heap *heap, size_t initialCapacity, size_t maximumCapacity);
81
~
EdenSpace
() override;
82
NO_COPY_SEMANTIC(
EdenSpace
);
83
NO_MOVE_SEMANTIC(
EdenSpace
);
H
A
D
heap.h
915
EdenSpace
*GetEdenSpace() const
in GetEdenSpace()
1665
EdenSpace
*edenSpace_ {nullptr};
H
A
D
heap.cpp
707
edenSpace_ = new
EdenSpace
(this, edenSpaceCapacity, edenSpaceCapacity);
in Initialize()
Completed in 8 milliseconds