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:GetInt32Value
(Results
1 - 14
of
14
) sorted by relevance
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H
A
D
const_array_resolver.cpp
283
literal->value = static_cast<bool>(valueInst->
GetInt32Value
());
in FillPrimitiveLiteral()
287
literal->value = static_cast<uint8_t>(valueInst->
GetInt32Value
());
in FillPrimitiveLiteral()
291
literal->value = static_cast<uint16_t>(valueInst->
GetInt32Value
());
in FillPrimitiveLiteral()
295
literal->value = valueInst->
GetInt32Value
();
in FillPrimitiveLiteral()
H
A
D
codegen.cpp
276
res.emplace_back(pandasm::Create_LDAI_DYN(inst->CastToConstant()->
GetInt32Value
()));
in VisitConstant32()
280
pandasm::Ins ldai = pandasm::Create_LDAI(inst->CastToConstant()->
GetInt32Value
());
in VisitConstant32()
283
movi = pandasm::Create_MOVI(dstReg, inst->CastToConstant()->
GetInt32Value
());
in VisitConstant32()
/arkcompiler/runtime_core/bytecode_optimizer/
H
A
D
module_constant_analyzer.cpp
94
auto val = static_cast<int32_t>(const_inst->
GetInt32Value
());
in GetConstantInstConstValue()
H
A
D
codegen.cpp
221
enc->result_.emplace_back(pandasm::Create_LDAI(inst->CastToConstant()->
GetInt32Value
()));
in VisitConstant()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H
A
D
peepholes.h
216
auto i = std::min<int32_t>(std::max<int32_t>(-1, static_cast<int32_t>(inst->
GetInt32Value
())), 2U) + 1;
in GetInputCode()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H
A
D
graph.cpp
379
if (IsBytecodeOptimizer() && IsInt32Bit(type) && (constant->
GetInt32Value
() == static_cast<uint32_t>(value))) {
in FindConstant()
H
A
D
inst.h
2038
uint32_t
GetInt32Value
() const
in GetInt32Value()
function in ConditionMixin::ConstantInst
/arkcompiler/runtime_core/compiler/tests/
H
A
D
inst_test.cpp
263
ASSERT_EQ(const1->
GetInt32Value
(), val2);
in TEST_F()
H
A
D
compiler_inst_test.cpp
547
EXPECT_EQ(const1->
GetInt32Value
(), val2);
in HWTEST_F()
H
A
D
dump_test.cpp
224
constant_inst1.
GetInt32Value
();
in HWTEST_F()
/arkcompiler/runtime_core/bytecode_optimizer/constant_propagation/
H
A
D
constant_propagation.cpp
318
auto val = static_cast<int32_t>(const_inst->
GetInt32Value
());
in VisitConstant()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H
A
D
graph.cpp
432
if (IsBytecodeOptimizer() && IsInt32Bit(type) && (constant->
GetInt32Value
() == static_cast<uint32_t>(value))) {
in FindConstant()
H
A
D
inst.h
3390
uint32_t
GetInt32Value
() const
in GetInt32Value()
function in DynObjectAccessType::ConstantInst
/arkcompiler/runtime_core/static_core/compiler/tests/
H
A
D
inst_test.cpp
269
ASSERT_EQ(const1->
GetInt32Value
(), val2);
in TEST_F()
Completed in 23 milliseconds