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:bytes
(Results
1 - 25
of
30
) sorted by relevance
1
2
/arkcompiler/ets_runtime/ecmascript/mem/
H
A
D
mem_controller_utils.h
26
static inline BytesAndDuration MakeBytesAndDuration(uint64_t
bytes
, double duration)
in MakeBytesAndDuration()
argument
H
A
D
mem_controller_utils.cpp
38
uint64_t
bytes
= sum.first;
in CalculateAverageSpeed()
local
H
A
D
heap_region_allocator.h
37
void IncreaseAnnoMemoryUsage(size_t
bytes
)
in IncreaseAnnoMemoryUsage()
argument
45
void DecreaseAnnoMemoryUsage(size_t
bytes
)
in DecreaseAnnoMemoryUsage()
argument
H
A
D
native_area_allocator.h
89
void IncreaseNativeMemoryUsage(size_t
bytes
)
in IncreaseNativeMemoryUsage()
argument
97
void DecreaseNativeMemoryUsage(size_t
bytes
)
in DecreaseNativeMemoryUsage()
argument
H
A
D
space.h
160
void IncreaseCommitted(size_t
bytes
)
in IncreaseCommitted()
argument
165
void DecreaseCommitted(size_t
bytes
)
in DecreaseCommitted()
argument
170
void IncreaseObjectSize(size_t
bytes
)
in IncreaseObjectSize()
argument
175
void DecreaseObjectSize(size_t
bytes
)
in DecreaseObjectSize()
argument
H
A
D
mem_controller.cpp
242
uint64_t
bytes
= sum.first;
in CalculateAverageSpeed()
local
/arkcompiler/runtime_core/static_core/libpandafile/
H
A
D
file_writer.cpp
44
bool FileWriter::WriteBytes(const std::vector<uint8_t> &
bytes
)
in WriteBytes()
argument
/arkcompiler/runtime_core/libpandabase/tests/
H
A
D
type_converter_tests.cpp
79
uint64_t
bytes
= left_part_bytes * 1024 + right_part_bytes;
in HWTEST()
local
/arkcompiler/runtime_core/libpandafile/
H
A
D
file_writer.cpp
48
bool FileWriter::WriteBytes(const std::vector<uint8_t> &
bytes
)
in WriteBytes()
argument
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H
A
D
type_converter_tests.cpp
83
uint64_t
bytes
= leftPartBytes * 1024U + rightPartBytes;
in TEST()
local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
H
A
D
final_field_native_test.cpp
104
const char *
bytes
= env->GetStringUTFChars(str, nullptr);
in TEST_F()
local
/arkcompiler/runtime_core/verifier/tests/
H
A
D
utils.cpp
37
std::vector<unsigned char>
bytes
;
in ConvertToLittleEndian()
local
/arkcompiler/ets_runtime/ecmascript/stackmap/litecg/
H
A
D
litecg_stackmap_type.cpp
18
static int64_t DecodeSLEB128(const std::vector<uint8_t> &
bytes
, size_t &index)
in DecodeSLEB128()
argument
/arkcompiler/runtime_core/libpandabase/utils/
H
A
D
type_converter.cpp
119
ValueUnit MemoryConverter(uint64_t
bytes
)
in MemoryConverter()
argument
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H
A
D
type_converter.cpp
117
ValueUnit MemoryConverter(uint64_t
bytes
)
in MemoryConverter()
argument
/arkcompiler/ets_runtime/ecmascript/serializer/
H
A
D
serialize_data.h
137
bool AllocateBuffer(size_t
bytes
)
in AllocateBuffer()
argument
/arkcompiler/runtime_core/static_core/irtoc/backend/
H
A
D
dwarf_builder.cpp
256
auto
bytes
= reinterpret_cast<const char *>(dwarf_get_section_bytes(dwarf_, i, &elfIdx, &len, &error));
in Finalize()
local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
H
A
D
mempool_allocator.h
40
virtual void *Alloc(size_t
bytes
)
in Alloc()
argument
/arkcompiler/runtime_core/libpandabase/mem/
H
A
D
mmap_mem_pool-inl.h
99
size_t
bytes
= 0;
in GetAllSize()
local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H
A
D
ets_string_builder.cpp
164
auto
bytes
= n << 1UL;
in ReconstructStringAsUtf16()
local
/arkcompiler/runtime_core/static_core/runtime/tests/
H
A
D
g1gc_fullgc_test.cpp
408
[[maybe_unused]] size_t
bytes
;
in TEST_F()
local
468
[[maybe_unused]] size_t
bytes
;
in TEST_F()
local
[all...]
/arkcompiler/runtime_core/static_core/libpandabase/mem/
H
A
D
mmap_mem_pool-inl.h
141
size_t
bytes
= 0;
in GetAllSize()
local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H
A
D
g1_analytics.cpp
25
void G1Analytics::ReportEvacuatedBytes(size_t
bytes
)
in ReportEvacuatedBytes()
argument
/arkcompiler/runtime_core/static_core/runtime/mem/
H
A
D
heap_space.cpp
53
inline void HeapSpace::ObjectMemorySpace::IncreaseBy(uint64_t
bytes
)
in IncreaseBy()
argument
58
inline void HeapSpace::ObjectMemorySpace::ReduceBy(size_t
bytes
)
in ReduceBy()
argument
[all...]
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H
A
D
gc.cpp
691
void GC::RegisterNativeAllocation(size_t
bytes
)
in RegisterNativeAllocation()
argument
708
void GC::RegisterNativeFree(size_t
bytes
)
in RegisterNativeFree()
argument
Completed in 14 milliseconds
1
2