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:IsHeapSpace
(Results
1 - 12
of
12
) sorted by relevance
/arkcompiler/runtime_core/libpandabase/mem/
H
A
D
base_mem_stats.cpp
27
ASSERT(!
IsHeapSpace
(type_mem));
in RecordAllocateRaw()
51
ASSERT(!
IsHeapSpace
(type_mem));
in RecordFreeRaw()
82
if (
IsHeapSpace
(type)) {
in GetAllocatedHeap()
96
if (
IsHeapSpace
(type)) {
in GetFreedHeap()
H
A
D
space.h
45
constexpr bool
IsHeapSpace
(SpaceType space_type)
in IsHeapSpace()
function
/arkcompiler/runtime_core/static_core/libpandabase/mem/
H
A
D
base_mem_stats.cpp
26
ASSERT(!
IsHeapSpace
(typeMem));
in RecordAllocateRaw()
50
ASSERT(!
IsHeapSpace
(typeMem));
in RecordFreeRaw()
81
if (
IsHeapSpace
(type)) {
in GetAllocatedHeap()
95
if (
IsHeapSpace
(type)) {
in GetFreedHeap()
H
A
D
space.h
50
constexpr bool
IsHeapSpace
(SpaceType spaceType)
in IsHeapSpace()
function
H
A
D
mmap_mem_pool-inl.h
311
ASSERT(!
IsHeapSpace
(spaceType));
in AllocRawMemNonObjectImpl()
328
ASSERT(
IsHeapSpace
(type));
in AllocRawMemObjectImpl()
351
ASSERT(!
IsHeapSpace
(type));
in AllocRawMemImpl()
464
ASSERT(!
IsHeapSpace
(poolSpaceType));
in FreePoolUnsafe()
473
if (
IsHeapSpace
(poolSpaceType)) {
in FreePoolUnsafe()
/arkcompiler/runtime_core/libpandabase/tests/
H
A
D
mem_space_test.cpp
28
HWTEST(MemSpaceTest,
IsHeapSpace
, testing::ext::TestSize.Level0)
in HWTEST()
30
ASSERT_TRUE(
IsHeapSpace
(SpaceType::SPACE_TYPE_OBJECT));
in HWTEST()
/arkcompiler/runtime_core/static_core/runtime/mem/
H
A
D
mem_stats.cpp
36
ASSERT(
IsHeapSpace
(typeMem));
in RecordAllocateObjects()
52
ASSERT(
IsHeapSpace
(typeMem));
in RecordYoungMovedObjects()
68
ASSERT(
IsHeapSpace
(typeMem));
in RecordTenuredMovedObjects()
87
ASSERT(
IsHeapSpace
(typeMem));
in RecordFreeObjects()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H
A
D
g1-object-pointer-handlers.h
66
ASSERT_PRINT(
IsHeapSpace
(PoolManager::GetMmapMemPool()->GetSpaceTypeForAddr(obj)),
in ProcessObjectPointerInternal()
H
A
D
card_handler.h
82
ASSERT_PRINT(
IsHeapSpace
(PoolManager::GetMmapMemPool()->GetSpaceTypeForAddr(startAddress)),
in Handle()
H
A
D
g1-gc.cpp
1118
ASSERT(
IsHeapSpace
(PoolManager::GetMmapMemPool()->GetSpaceTypeForAddr(object)));
in InGCSweepRange()
2353
ASSERT_DO(
IsHeapSpace
(PoolManager::GetMmapMemPool()->GetSpaceTypeForAddr(ToVoidPtr(addr))),
in CacheRefsFromDirtyCards()
/arkcompiler/runtime_core/static_core/runtime/tests/
H
A
D
mem_stats_test.cpp
377
if (
IsHeapSpace
(type)) {
in FillMemStatsForConcurrency()
387
if (
IsHeapSpace
(type)) {
in FillMemStatsForConcurrency()
424
if (
IsHeapSpace
(type)) {
in TEST_F()
H
A
D
g1gc_test.cpp
1647
ASSERT_TRUE(
IsHeapSpace
(requestedSpaceType));
in PinUnpinTest()
1907
ASSERT_TRUE(
IsHeapSpace
(requestedSpaceType));
in AllocatePinnedObjectTest()
Completed in 14 milliseconds