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:ir_interface_
(Results
1 - 7
of
7
) sorted by relevance
/arkcompiler/runtime_core/bytecode_optimizer/
H
A
D
module_constant_analyzer.cpp
30
ir_interface_
(iface)
in ModuleConstantAnalyzer()
126
ir_interface_
->GetStringIdByOffset(inst->GetTypeId()));
in GetLoadStringInstConstValue()
H
A
D
codegen.cpp
44
cb.exception_record =
ir_interface_
->GetTypeIdByOffset(type_id);
in AppendCatchBlock()
139
if (
ir_interface_
!= nullptr && idx < result_.size()) {
in AddLineNumber()
140
auto ln =
ir_interface_
->GetLineNumberByPc(inst->GetPc());
in AddLineNumber()
147
if (
ir_interface_
!= nullptr && idx < result_.size()) {
in AddColumnNumber()
148
auto cn =
ir_interface_
->GetColumnNumberByPc(inst->GetPc());
in AddColumnNumber()
394
enc->result_.emplace_back(pandasm::Create_LDA_STR(enc->
ir_interface_
->GetStringIdByOffset(inst->GetTypeId())));
in VisitLoadString()
471
pandasm::Create_LDA_STR(enc->
ir_interface_
->GetStringIdByOffset(input->GetTypeId())));
in VisitCastValueToAnyType()
H
A
D
codegen.h
43
: compiler::Optimization(graph), function_(function),
ir_interface_
(iface), program_(prog)
in BytecodeGen()
139
const BytecodeOptIrInterface *
ir_interface_
;
member in panda::bytecodeopt::BytecodeGen
H
A
D
module_constant_analyzer.h
81
const BytecodeOptIrInterface *
ir_interface_
;
member in panda::bytecodeopt::ModuleConstantAnalyzer
/arkcompiler/runtime_core/bytecode_optimizer/constant_propagation/
H
A
D
constant_propagation.h
135
const BytecodeOptIrInterface *
ir_interface_
;
member in panda::bytecodeopt::ConstantPropagation
H
A
D
constant_propagation.cpp
51
ir_interface_
(iface)
in ConstantPropagation()
300
propagation->
ir_interface_
->GetStringIdByOffset(load_string_inst->GetTypeId()));
in VisitCastValueToAnyType()
348
auto val = propagation->
ir_interface_
->GetStringIdByOffset(load_string_inst->GetTypeId());
in VisitLoadString()
593
std::string property_name =
ir_interface_
->GetStringIdByOffset(property_name_offset);
in FoldingLdobjbyname()
/arkcompiler/runtime_core/bytecode_optimizer/tests/
H
A
D
common.h
201
ir_interface_
= std::make_unique<bytecodeopt::BytecodeOptIrInterface>(&maps_, prog);
in ParseToGraph()
250
return
ir_interface_
.get();
in GetIrInterface()
264
std::unique_ptr<BytecodeOptIrInterface>
ir_interface_
;
member in panda::bytecodeopt::AsmTest
Completed in 5 milliseconds