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
defs:currentRegion
(Results
1 - 6
of
6
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/
H
A
D
space.cpp
240
Region *
currentRegion
= GetRegionList().GetFirst();
in Sweep()
local
H
A
D
linear_space.cpp
89
auto
currentRegion
= GetCurrentRegion();
in Expand()
local
121
auto
currentRegion
= GetCurrentRegion();
in ResetAllocator()
local
281
auto
currentRegion
= GetCurrentRegion();
Expand()
local
333
auto
currentRegion
= GetCurrentRegion();
GetAllocatedSizeSinceGC()
local
485
auto
currentRegion
= GetCurrentRegion();
GetAllocatedSizeSinceGC()
local
[all...]
H
A
D
sparse_space.cpp
569
Region *
currentRegion
= GetCurrentRegion();
in Stop()
local
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H
A
D
shared_space.cpp
481
Region *
currentRegion
= GetCurrentRegion();
in Stop()
local
515
auto
currentRegion
= GetCurrentRegion();
in Expand()
local
624
Region *
currentRegion
= GetRegionList().GetFirst();
in Sweep()
local
[all...]
/arkcompiler/ets_runtime/ecmascript/serializer/
H
A
D
base_deserializer.cpp
597
Region *
currentRegion
= space->GetCurrentRegion();
in AllocateMultiRegion()
local
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H
A
D
snapshot_processor.cpp
1865
auto
currentRegion
= Region::ObjectAddressToRange(newObj);
in EncodeTaggedObject()
local
Completed in 8 milliseconds