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:MIRStr16Const
(Results
1 - 5
of
5
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H
A
D
mir_const.cpp
259
MIRStr16Const
::
MIRStr16Const
(const std::u16string &str, MIRType &type)
in MIRStr16Const()
function in MIRStr16Const
265
void
MIRStr16Const
::Dump(const MIRSymbolTable *) const
in Dump()
276
bool
MIRStr16Const
::operator==(const MIRConst &rhs) const
in operator ==()
284
const auto &rhsCs = static_cast<const
MIRStr16Const
&>(rhs);
in operator ==()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H
A
D
mir_const.h
346
class
MIRStr16Const
: public MIRConst {
class
348
MIRStr16Const
(const U16StrIdx &val, MIRType &type) : MIRConst(type, kConstStr16Const), value(val) {}
in MIRStr16Const()
function in maple::MIRStr16Const
350
MIRStr16Const
(const std::u16string &str, MIRType &type);
351
~
MIRStr16Const
() = default;
362
MIRStr16Const
*Clone(MemPool &memPool) const override
364
return memPool.New<
MIRStr16Const
>(*this);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H
A
D
obj_emit.cpp
269
MIRStr16Const
*mirStr16Const = safe_cast<
MIRStr16Const
>(str16Symbol.GetKonst());
in EmitStr16Const()
H
A
D
emit.cpp
476
MIRStr16Const
*str16Const = safe_cast<
MIRStr16Const
>(st->GetKonst());
in EmitAsmLabel()
616
void Emitter::EmitStr16Constant(const
MIRStr16Const
&mirStr16Const)
in EmitAsmLabel()
695
MIRStr16Const
&str16Ct = static_cast<
MIRStr16Const
&>(mirConst);
in EmitAsmLabel()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H
A
D
emit.h
193
void EmitStr16Constant(const
MIRStr16Const
&mirStr16Const);
Completed in 8 milliseconds