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:Reserve
(Results
1 - 20
of
20
) sorted by relevance
/arkcompiler/runtime_core/compiler/tests/
H
A
D
reg_alloc_interference_graph_test.cpp
69
gr.
Reserve
(DEFAULT_CAPACITY1);
in TEST_F()
85
gr.
Reserve
(DEFAULT_CAPACITY1);
in TEST_F()
128
gr.
Reserve
(orig_gr.Size());
in BuildSubgraph()
148
gr.
Reserve
(2);
in TEST_F()
163
gr.
Reserve
(DEFAULT_CAPACITY2);
in TEST_F()
189
gr.
Reserve
(DEFAULT_CAPACITY2);
in TEST_F()
223
gr.
Reserve
(DEFAULT_CAPACITY);
in TEST_F()
H
A
D
reg_alloc_interference_graph_new_test.cpp
67
ig.
Reserve
(orig_ig.Size());
in BuildSubgraph()
241
ig.
Reserve
(10);
in HWTEST_F()
281
ig.
Reserve
(2);
in HWTEST_F()
307
ig.
Reserve
(DEFAULT_CAPACITY);
in HWTEST_F()
341
ig.
Reserve
(5);
in HWTEST_F()
383
ig.
Reserve
(DEFAULT_CAPACITY);
in HWTEST_F()
473
ig.
Reserve
(DEFAULT_CAPACITY);
in HWTEST_F()
593
ig.
Reserve
(2);
in HWTEST_F()
635
ig.
Reserve
(5);
in HWTEST_F()
H
A
D
compiler_regalloc_test.cpp
88
inter_graph.
Reserve
(1);
in HWTEST_F()
156
inter_graph.
Reserve
(1);
in HWTEST_F()
249
gr.
Reserve
(DEFAULT_CAPACITY1);
in HWTEST_F()
283
gr.
Reserve
(DEFAULT_CAPACITY1);
in HWTEST_F()
328
gr.
Reserve
(2);
in HWTEST_F()
360
gr.
Reserve
(DEFAULT_CAPACITY2);
in HWTEST_F()
395
gr.
Reserve
(DEFAULT_CAPACITY2);
in HWTEST_F()
447
gr.
Reserve
(DEFAULT_CAPACITY);
in HWTEST_F()
/arkcompiler/runtime_core/static_core/compiler/tests/
H
A
D
reg_alloc_interference_graph_test.cpp
77
gr.
Reserve
(DEFAULT_CAPACITY1);
in TEST_F()
93
gr.
Reserve
(DEFAULT_CAPACITY1);
in TEST_F()
136
gr.
Reserve
(2U);
in TEST_F()
154
gr.
Reserve
(origGr.Size());
in BuildSubgraph()
173
gr.
Reserve
(DEFAULT_CAPACITY2);
in TEST_F()
199
gr.
Reserve
(DEFAULT_CAPACITY2);
in TEST_F()
237
gr.
Reserve
(defaultCapacity);
in AssignColorsCreateIG()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H
A
D
reg_alloc_base.cpp
210
*
Reserve
one register in bytecode-optimizer mode to break cyclic spill-fills
219
GetRegMask().
Reserve
(reserved_bit);
in ReserveTempRegisters()
223
// We don't support temp registers for arm32.
Reserve
stack slot instead
in ReserveTempRegisters()
225
GetStackMask().
Reserve
(0);
in ReserveTempRegisters()
H
A
D
location_mask.h
72
void
Reserve
(size_t reserved_bit)
H
A
D
interference_graph.cpp
50
void InterferenceGraph::
Reserve
(size_t count)
in Reserve()
function in panda::compiler::InterferenceGraph
H
A
D
interference_graph.h
212
void
Reserve
(size_t count);
H
A
D
reg_alloc_graph_coloring.cpp
25
ig->
Reserve
(ranges->regular.size() + ranges->physical.size());
in BuildIG()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H
A
D
reg_alloc_base.cpp
228
*
Reserve
one register in bytecode-optimizer mode to break cyclic spill-fills
237
GetRegMask().
Reserve
(reservedBit);
in ReserveTempRegisters()
241
// We don't support temp registers for arm32.
Reserve
stack slot instead
in ReserveTempRegisters()
243
GetStackMask().
Reserve
(0);
in ReserveTempRegisters()
H
A
D
location_mask.h
69
void
Reserve
(size_t reservedBit)
H
A
D
interference_graph.cpp
36
void InterferenceGraph::
Reserve
(size_t count)
in Reserve()
function in ark::compiler::InterferenceGraph
H
A
D
interference_graph.h
243
void
Reserve
(size_t count);
H
A
D
reg_alloc_graph_coloring.cpp
45
ig->
Reserve
(ranges->regular.size() + ranges->physical.size());
in BuildIG()
/arkcompiler/runtime_core/bytecode_optimizer/
H
A
D
codegen.h
57
void
Reserve
(size_t res_size = 0)
in Reserve()
function in panda::bytecodeopt::BytecodeGen
H
A
D
codegen.cpp
69
Reserve
(function_->ins.size());
in RunImpl()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H
A
D
codegen.h
67
void
Reserve
(size_t resSize = 0)
in Reserve()
function in ark::bytecodeopt::BytecodeGen
H
A
D
codegen.cpp
123
Reserve
(function_->ins.size());
in RunImpl()
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
H
A
D
deoptimizer.cpp
43
bool
Reserve
(size_t size)
in Reserve()
function in panda::ecmascript::FrameWriter
369
if (!frameWriter->
Reserve
(static_cast<size_t>(virtualIndex))) {
in CollectVirtualRegisters()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H
A
D
cocos_worker_test.js
[all...]
Completed in 44 milliseconds