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:numValueIn
(Results
1 - 6
of
6
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
induction_variable_analysis.cpp
34
size_t
numValueIn
= acc_.GetNumValueIn(gate);
in IsInductionVariable()
local
53
for (size_t i = 2; i <
numValueIn
; i++) { // 2: skip startGate and valueGate
in IsInductionVariable()
H
A
D
mcr_circuit_builder.cpp
637
auto
numValueIn
= inList.size() - 3; // 3: state & depend & frame state
in TypedCallOperator()
local
641
return GetCircuit()->NewGate(circuit_->TypedCallBuiltin(
numValueIn
, pcOffset), type,
in TypedCallOperator()
644
return GetCircuit()->NewGate(circuit_->TypedCallBuiltinSideEffect(
numValueIn
, pcOffset), type,
in TypedCallOperator()
H
A
D
number_speculative_retype.cpp
890
size_t
numValueIn
= acc_.GetNumValueIn(frameValue);
in VisitFrameState()
local
891
for (size_t i = 0; i <
numValueIn
; i++) {
in VisitFrameState()
H
A
D
typed_hcr_lowering.cpp
3322
size_t
numValueIn
= acc_.GetNumValueIn(gate);
in LowerTypedCreateObjWithBuffer()
local
3341
for (uint32_t i = 0; i <
numValueIn
- fixedNumValueIn; i += 2) { // 2 : value, offset
in LowerTypedCreateObjWithBuffer()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H
A
D
llvm_ir_builder.cpp
2897
const size_t
numValueIn
= acc_.GetNumValueIn(frameValues);
in VisitDeoptCheck()
local
2898
ASSERT(
numValueIn
> 1);
in VisitDeoptCheck()
2899
const size_t envIndex =
numValueIn
- 2; // 2: env valueIn index
in VisitDeoptCheck()
2900
const size_t accIndex =
numValueIn
- 1; // 1: acc valueIn index
in VisitDeoptCheck()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H
A
D
litecg_ir_builder.cpp
2951
const size_t
numValueIn
= acc_.GetNumValueIn(frameValues);
in VisitDeoptCheck()
local
2952
const size_t envIndex =
numValueIn
- 2; // 2: env valueIn index
in VisitDeoptCheck()
2953
CHECK_FATAL(
numValueIn
> 0, "must not be zero");
in VisitDeoptCheck()
2954
const size_t accIndex =
numValueIn
- 1; // 1: acc valueIn index
in VisitDeoptCheck()
Completed in 27 milliseconds