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:GetVRegCount
(Results
1 - 12
of
12
) sorted by relevance
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H
A
D
reg_alloc_stat.h
29
size_t
GetVRegCount
() const
in GetVRegCount()
function in panda::compiler::RegAllocStat
H
A
D
reg_alloc_base.cpp
73
<< st.
GetVRegCount
() << " slots " << st.GetSlotCount() << " vslots "
in RunImpl()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H
A
D
reg_alloc_stat.h
29
size_t
GetVRegCount
() const
in GetVRegCount()
function in ark::compiler::RegAllocStat
H
A
D
reg_alloc_base.cpp
78
<< st.
GetVRegCount
() << " slots " << st.GetSlotCount() << " vslots "
in RunImpl()
/arkcompiler/runtime_core/compiler/tests/
H
A
D
reg_alloc_graph_coloring_new_test.cpp
436
EXPECT_EQ(st.
GetVRegCount
(), 0);
in HWTEST_F()
474
EXPECT_EQ(st.
GetVRegCount
(), fp_reg_count);
in HWTEST_F()
508
EXPECT_EQ(st.
GetVRegCount
(), 0);
in HWTEST_F()
H
A
D
compiler_regalloc_test.cpp
938
EXPECT_EQ(st3.
GetVRegCount
(), 0);
in HWTEST_F()
/arkcompiler/runtime_core/verifier/
H
A
D
verifier.h
90
size_t
GetVRegCount
(const BytecodeInstruction &bc_ins);
H
A
D
verifier.cpp
124
const size_t count =
GetVRegCount
(bc_ins);
in VerifyRegisterIndex()
304
size_t Verifier::
GetVRegCount
(const BytecodeInstruction &bc_ins)
in GetVRegCount()
function in panda::verifier::Verifier
828
const size_t count =
GetVRegCount
(current_ins);
in VerifyMethodInstructions()
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
bytecodes.h
238
uint32_t
GetVRegCount
() const
in GetVRegCount()
function in panda::ecmascript::kungfu::BytecodeMetaData
251
static size_t
GetVRegCount
(const BytecodeInstruction &inst);
H
A
D
bytecode_info_collector.cpp
222
uint32_t vregCount = metaData.
GetVRegCount
();
in IsVRegUsed()
H
A
D
bytecodes.cpp
534
auto vregCount =
GetVRegCount
(inst);
in InitBytecodeMetaData()
542
size_t BytecodeMetaData::
GetVRegCount
(const BytecodeInstruction &inst)
in GetVRegCount()
function in panda::ecmascript::kungfu::BytecodeMetaData
/arkcompiler/runtime_core/static_core/compiler/code_info/
H
A
D
code_info.h
308
size_t
GetVRegCount
(const StackMap &stackMap) const
in GetVRegCount()
function in ark::compiler::final
Completed in 17 milliseconds