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:ReserveInputs
(Results
1 - 13
of
13
) sorted by relevance
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
H
A
D
inst_builder.cpp
222
inst->
ReserveInputs
(bb->GetPredsBlocks().size());
in FixInstructions()
270
inst->
ReserveInputs
(0);
in CreateSaveState()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H
A
D
inst.cpp
23
void Inst::
ReserveInputs
(size_t capacity)
in ReserveInputs()
function in panda::compiler::Inst
274
clone->
ReserveInputs
(GetInputsCount());
in Clone()
H
A
D
ir_constructor.h
930
inst->
ReserveInputs
(inputs.size());
H
A
D
inst.h
1218
void
ReserveInputs
(size_t capacity);
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H
A
D
inst_builder.cpp
483
inst->
ReserveInputs
(bb->GetPredsBlocks().size());
in FixType()
556
inst->
ReserveInputs
(0);
in CreateSaveState()
559
inst->
ReserveInputs
(liveVergsCount);
in CreateSaveState()
H
A
D
inst_builder-inl.h
106
call_->
ReserveInputs
(inputsCount);
in SetCallArgs()
1266
inst->
ReserveInputs
(ONE_FOR_OBJECT + argsCount + ONE_FOR_SSTATE);
in BuildMultiDimensionalArrayObject()
1311
inst->
ReserveInputs
(ONE_FOR_OBJECT + argsCount + ONE_FOR_SSTATE);
in BuildInitObjectMultiDimensionalArray()
1356
call->
ReserveInputs
(inputsCount);
in BuildCallStaticForInitObject()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H
A
D
const_array_resolver.cpp
268
saveState->
ReserveInputs
(0U);
in InsertLoadConstArrayInsts()
/arkcompiler/runtime_core/bytecode_optimizer/constant_propagation/
H
A
D
constant_propagation.cpp
617
inst->
ReserveInputs
(args_count);
in CreateReplaceInst()
622
save_state_inst->
ReserveInputs
(0);
in CreateReplaceInst()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H
A
D
inst.cpp
182
void Inst::
ReserveInputs
(size_t capacity)
in ReserveInputs()
function in ark::compiler::Inst
549
clone->
ReserveInputs
(GetInputsCount());
in Clone()
H
A
D
ir_constructor.h
1273
inst->
ReserveInputs
(inputs.size());
H
A
D
inst.h
1492
void
ReserveInputs
(size_t capacity);
2760
static_cast<Inst *>(this)->
ReserveInputs
(inputs.size());
in SetInputs()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H
A
D
inlining.cpp
615
(*phiInst)->
ReserveInputs
(receiversSize << 1U);
in MakeCallBbs()
655
localPhiInst->
ReserveInputs
(receiversSize << 1U);
in InlineReceiver()
905
inst->
ReserveInputs
(inputsCount);
in DoInlineIntrinsic()
1425
phiInst->
ReserveInputs
(endBlock->GetPredsBlocks().size());
in UpdateDataflow()
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/
H
A
D
ets_intrinsics_peephole.cpp
217
call->
ReserveInputs
(numInputs);
in TryInsertCallInst()
Completed in 32 milliseconds