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:SetDstReg
(Results
1 - 19
of
19
) sorted by relevance
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H
A
D
slow_path.h
174
void
SetDstReg
(Reg reg)
in SetDstReg()
function in ark::compiler::SlowPathResolveStringAot
266
void
SetDstReg
(Reg dstReg)
in SetDstReg()
function in ark::compiler::SlowPathUnresolved
298
void
SetDstReg
(Reg dstReg)
in SetDstReg()
function in ark::compiler::SlowPathJsCastDoubleToInt32
319
void
SetDstReg
(Reg dstReg)
in SetDstReg()
function in ark::compiler::SlowPathStringHashCode
H
A
D
encode_visitor.cpp
863
slowPath->
SetDstReg
(dst);
in VisitLoadString()
931
slowPath->
SetDstReg
(tmpReg);
in VisitResolveObjectField()
1171
slowPath->
SetDstReg
(dst);
in FillLoadClassUnresolved()
1305
slowPath->
SetDstReg
(dst);
in VisitUnresolvedLoadAndInitClass()
1353
slowPath->
SetDstReg
(tmpReg);
in VisitResolveObjectFieldStatic()
1495
slowPath->
SetDstReg
(dst);
in VisitUnresolvedLoadType()
H
A
D
codegen.cpp
1552
slowPath->
SetDstReg
(methodReg);
in EmitResolveUnknownVirtual()
1723
slowPath->
SetDstReg
(tmp.GetReg());
in EmitResolveStatic()
2153
slowPath->
SetDstReg
(dst);
in EncodeDynamicCast()
2457
slowPath->
SetDstReg
(dst);
in CreateStringHashCode()
/arkcompiler/runtime_core/bytecode_optimizer/
H
A
D
reg_acc_alloc.cpp
201
inst->
SetDstReg
(compiler::INVALID_REG);
in InitializeSourceRegisters()
240
inst->
SetDstReg
(compiler::ACC_REG_ID);
in MarkAccForInstructions()
278
input->
SetDstReg
(compiler::INVALID_REG);
in UpdateInstructionsAfterMark()
H
A
D
reg_encoder.cpp
182
inst->
SetDstReg
(RenumberReg(inst->GetDstReg(), delta));
in RenumberRegs()
/arkcompiler/runtime_core/bytecode_optimizer/tests/
H
A
D
codegen_test.cpp
197
const_inst->
SetDstReg
(reg);
in HWTEST_F()
206
const_inst1->
SetDstReg
(reg);
in HWTEST_F()
215
const_inst2->
SetDstReg
(reg);
in HWTEST_F()
304
inst->
SetDstReg
(reg1);
in HWTEST_F()
310
inst->
SetDstReg
(reg2);
in HWTEST_F()
/arkcompiler/runtime_core/static_core/compiler/tests/
H
A
D
reg_alloc_verifier_test.cpp
288
INS(0U).
SetDstReg
(0U);
in TEST_F()
289
INS(1U).
SetDstReg
(1U);
in TEST_F()
292
INS(3U).
SetDstReg
(0U);
in TEST_F()
349
INS(0U).
SetDstReg
(1U);
in TEST_F()
353
INS(1U).
SetDstReg
(2U);
in TEST_F()
440
INS(3U).
SetDstReg
(INS(3U).GetDstReg() + 1U);
in TEST_F()
H
A
D
split_resolver_test.cpp
523
INS(5U).
SetDstReg
(11U);
in TEST_F()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H
A
D
reg_acc_alloc.cpp
293
inst->
SetDstReg
(compiler::INVALID_REG);
in InitRegistersForInst()
373
inst->
SetDstReg
(compiler::ACC_REG_ID);
in MarkInstruction()
400
input->
SetDstReg
(compiler::INVALID_REG);
in MarkInstructions()
H
A
D
reg_encoder.cpp
205
inst->
SetDstReg
(RenumberReg(inst->GetDstReg(), delta));
in RenumberRegsForInst()
450
inst->
SetDstReg
(temp);
in InsertSpillsForDynInputsInst()
535
inst->
SetDstReg
(temp);
in InsertSpillsForInst()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H
A
D
reg_alloc_resolver.cpp
229
inst->
SetDstReg
(INVALID_REG);
in ResolveOutput()
242
inst->
SetDstReg
(dst_mum, reg);
in ResolveOutput()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H
A
D
inst.cpp
271
clone->
SetDstReg
(GetDstReg());
in Clone()
357
new_cnst->
SetDstReg
(GetDstReg());
in Clone()
H
A
D
inst.h
1291
void
SetDstReg
(Register reg)
in SetDstReg()
function
1309
virtual void
SetDstReg
([[maybe_unused]] unsigned index, Register reg)
in SetDstReg()
function
1312
SetDstReg
(reg);
in SetDstReg()
1662
SetDstReg
(location.GetValue());
H
A
D
ir_constructor.h
615
CurrentInst()->
SetDstReg
(reg);
in DstReg()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H
A
D
reg_alloc_resolver.cpp
371
inst->
SetDstReg
(INVALID_REG);
in ResolveOutput()
387
inst->
SetDstReg
(dstMum, reg);
in ResolveOutput()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H
A
D
inst.cpp
546
clone->
SetDstReg
(GetDstReg());
in Clone()
637
newCnst->
SetDstReg
(GetDstReg());
in Clone()
H
A
D
inst.h
1597
void
SetDstReg
(Register reg)
in SetDstReg()
function
1620
virtual void
SetDstReg
([[maybe_unused]] unsigned index, Register reg)
in SetDstReg()
function
1623
SetDstReg
(reg);
in SetDstReg()
2332
void
SetDstReg
(unsigned index, Register reg) override
2336
T::
SetDstReg
(reg);
2411
SetDstReg
(location.GetValue());
6312
clone->
SetDstReg
(i, GetDstReg(i));
6541
clone->
SetDstReg
(i, GetDstReg(i));
H
A
D
ir_constructor.h
737
CurrentInst()->
SetDstReg
(reg);
in DstReg()
/arkcompiler/runtime_core/compiler/tests/
H
A
D
split_resolver_test.cpp
489
INS(5).
SetDstReg
(11);
in TEST_F()
Completed in 53 milliseconds