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:oldSize
(Results
1 - 8
of
8
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
H
A
D
maple_string.h
84
size_t
oldSize
= ((data == nullptr) ? 0 : (dataLength + 1));
in operator =()
local
106
size_t
oldSize
= (data == nullptr) ? 0 : (dataLength + 1);
in operator =()
local
130
size_t
oldSize
= (data == nullptr) ? 0 : (dataLength + 1);
in operator =()
local
146
size_t
oldSize
= ((data == nullptr) ? 0 : (dataLength + 1));
in operator +=()
local
162
size_t
oldSize
= ((data == nullptr) ? 0 : (dataLength + 1));
operator +=()
local
177
size_t
oldSize
= ((data == nullptr) ? 0 : (dataLength + 1));
operator +=()
local
192
size_t
oldSize
= ((data == nullptr) ? 0 : (dataLength + 1));
operator +=()
local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
value_numbering.cpp
89
size_t const
oldSize
= entriesLength_;
in Grow()
local
/arkcompiler/runtime_core/static_core/libpandabase/mem/
H
A
D
arena-inl.h
131
size_t
oldSize
= GetOccupiedSize();
in Resize()
local
/arkcompiler/ets_runtime/ecmascript/serializer/
H
A
D
serialize_data.h
144
size_t
oldSize
= bufferSize_;
in AllocateBuffer()
local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H
A
D
arena_allocator_test.cpp
583
size_t
oldSize
= aa.GetAllocatedSize();
in TEST_F()
local
/arkcompiler/runtime_core/static_core/static_linker/
H
A
D
linker_code_parser_context.cpp
90
const auto
oldSize
= changes_.size();
in Devour()
local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/
H
A
D
mempool.cpp
177
void *MemPool::Realloc(const void *ptr, size_t
oldSize
, size_t newSize)
in Realloc()
argument
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H
A
D
pgo_profiler.cpp
273
uint32_t
oldSize
= trackInfo->GetArrayLength();
in UpdateTrackArrayLength()
local
Completed in 8 milliseconds