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:GetInt64Value
(Results
1 - 14
of
14
) sorted by relevance
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
H
A
D
inst_builder-inl.h
71
auto value = input->CastToConstant()->
GetInt64Value
();
in BuildCastToAnyNumber()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H
A
D
countable_loop_parser.cpp
152
uint64_t initValue = loopInfo.init->CastToConstant()->
GetInt64Value
();
in GetLoopIterations()
153
uint64_t testValue = loopInfo.test->CastToConstant()->
GetInt64Value
();
in GetLoopIterations()
H
A
D
bounds_analysis.cpp
35
return c->IsConst() && c->CastToConstant()->
GetInt64Value
() == 1;
in IsStringLength()
/arkcompiler/runtime_core/bytecode_optimizer/
H
A
D
codegen.cpp
212
enc->result_.emplace_back(pandasm::Create_LDAI(inst->CastToConstant()->
GetInt64Value
()));
in VisitConstant()
292
return coretypes::TaggedValue(static_cast<bool>(const_inst->
GetInt64Value
() != 0));
in IsEcmaConstTemplate()
460
uint64_t val = input->
GetInt64Value
();
in VisitCastValueToAnyType()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H
A
D
const_array_resolver.cpp
299
literal->value = valueInst->
GetInt64Value
();
in FillPrimitiveLiteral()
H
A
D
codegen.cpp
320
res.emplace_back(pandasm::Create_LDAI_DYN(inst->CastToConstant()->
GetInt64Value
()));
in VisitConstant64()
324
pandasm::Ins ldai = pandasm::Create_LDAI_64(inst->CastToConstant()->
GetInt64Value
());
in VisitConstant64()
327
movi = pandasm::Create_MOVI_64(dstReg, inst->CastToConstant()->
GetInt64Value
());
in VisitConstant64()
795
return coretypes::TaggedValue(static_cast<bool>(constInst->
GetInt64Value
() != 0U));
in IsEcmaConstTemplate()
1511
enc->result_.emplace_back(IntToLdBool((cvat->GetInput(0U).GetInst()->CastToConstant()->
GetInt64Value
())));
in VisitCastValueToAnyType()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H
A
D
lowering.cpp
353
uint64_t uValue = inst->GetInput(1).GetInst()->CastToConstant()->
GetInt64Value
();
in TryReplaceDivPowerOfTwo()
377
uint64_t uValue = inst->GetInput(1).GetInst()->CastToConstant()->
GetInt64Value
();
in TryReplaceDivModNonPowerOfTwo()
402
uint64_t uValue = inst->GetInput(1).GetInst()->CastToConstant()->
GetInt64Value
();
in TryReplaceModPowerOfTwo()
H
A
D
reserve_string_builder_buffer.cpp
415
return initialIndex->CastToConstant()->
GetInt64Value
();
in CountStringBuilderConstructorArgumentsInlined()
H
A
D
escape.cpp
1373
Index {vstate->GetArrayComponentClass(), index->CastToConstant()->
GetInt64Value
()}, ZERO_INST);
1386
Index {vstate->GetArrayComponentClass(), index->CastToConstant()->
GetInt64Value
()}, ZERO_INST);
1420
auto indexCnst = index->CastToConstant()->
GetInt64Value
();
/arkcompiler/runtime_core/compiler/tests/
H
A
D
dump_test.cpp
200
constant.
GetInt64Value
();
in HWTEST_F()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H
A
D
inst.h
2044
uint64_t
GetInt64Value
() const
in GetInt64Value()
function in ConditionMixin::ConstantInst
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H
A
D
inst_builder-inl.h
1575
auto value = input->CastToConstant()->
GetInt64Value
();
in BuildCastToAnyNumber()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H
A
D
graph_checker.cpp
2696
[[maybe_unused]] auto value = static_cast<int64_t>(inputInst->CastToConstant()->
GetInt64Value
());
in CheckUserOfInt32()
H
A
D
inst.h
3396
uint64_t
GetInt64Value
() const
in GetInt64Value()
function in DynObjectAccessType::ConstantInst
Completed in 35 milliseconds