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:old_size
(Results
1 - 5
of
5
) sorted by relevance
/arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/
H
A
D
compare.py
60
old_size
= 0
73
old_size
= old_res[filename]["code_item section"]
75
sum_old +=
old_size
77
diff =
old_size
- new_size
78
result[filename] = {"
old_size
":
old_size
,
82
sum_optimized_old +=
old_size
101
result[r]["
old_size
"],
104
100 * (1 - float(result[r]["new_size"]) / result[r]["
old_size
"]), r))
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/benchmark/
H
A
D
compare.py
61
old_size
= 0
74
old_size
= old_res[filename]["code_item section"]
76
sum_old +=
old_size
78
diff =
old_size
- new_size
80
"
old_size
":
old_size
,
85
sum_optimized_old +=
old_size
104
result[r]["
old_size
"],
107
100 * (1 - float(result[r]["new_size"]) / result[r]["
old_size
"]), r)
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
H
A
D
create_empty_file_test.cpp
67
auto
old_size
= filesystem::FileSize(file_path);
in HWTEST_F_L0()
local
68
EXPECT_GT(
old_size
, 0);
in HWTEST_F_L0()
75
EXPECT_GT(
old_size
, 0);
in HWTEST_F_L0()
/arkcompiler/runtime_core/libpandabase/mem/
H
A
D
arena-inl.h
131
size_t
old_size
= GetOccupiedSize();
in Resize()
local
132
ASSERT(new_size <=
old_size
);
in Resize()
134
ASAN_POISON_MEMORY_REGION(curPos_,
old_size
- new_size);
in Resize()
/arkcompiler/runtime_core/libpandabase/tests/
H
A
D
arena_allocator_test.cpp
545
size_t
old_size
= aa.GetAllocatedSize();
in HWTEST_F()
local
553
ASSERT_TRUE(
old_size
== aa.GetAllocatedSize());
in HWTEST_F()
Completed in 3 milliseconds