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:GetEcmaOpcodeStr
(Results
1 - 8
of
8
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
H
A
D
opt_code_profiler.cpp
61
LOG_ECMA(INFO) << std::right << std::setw(nameRightAdjustment) << kungfu::
GetEcmaOpcodeStr
(it->first)
in PrintAndReset()
166
LOG_ECMA(INFO) << std::right << std::setw(nameRightAdjustment) << kungfu::
GetEcmaOpcodeStr
(record.GetOpCode())
in FilterMethodToPrint()
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
hcr_gate_meta_data.h
156
return
GetEcmaOpcodeStr
(opcode_);
in Str()
H
A
D
ecma_opcode_des.h
351
inline std::string
GetEcmaOpcodeStr
(EcmaOpcode opcode)
in GetEcmaOpcodeStr()
function
381
optBCRangeStr.append(" index:" + std::to_string(i) + " ecmaOpCode:" +
GetEcmaOpcodeStr
(ecmaOpCode) + "\n");
in GetHelpForEcmaCodeListForRange()
H
A
D
compiler_log.cpp
252
log_ += "bytecode: " +
GetEcmaOpcodeStr
(ecmaOpcode);
in CollectGateTypeLogInfo()
H
A
D
typed_bytecode_lowering.cpp
67
<<
GetEcmaOpcodeStr
(a.first) << " rate: " << std::to_string(rate)
in RunTypedBytecodeLowering()
73
<<
GetEcmaOpcodeStr
(a.first) << " rate: " << std::to_string(0)
in RunTypedBytecodeLowering()
105
LOG_COMPILER(INFO) << "TypedBytecodeLowering ignore opcode:" <<
GetEcmaOpcodeStr
(ecmaOpcode);
in CheckIsInOptBCIgnoreRange()
H
A
D
bytecode_circuit_builder.cpp
1265
log +=
GetEcmaOpcodeStr
(iterator.GetBytecodeInfo().GetOpcode()) + ", " + "In=[";
in PrintBytecodeInfo()
/arkcompiler/ets_runtime/ecmascript/stubs/
H
A
D
runtime_stubs.cpp
2811
std::string opcode = kungfu::
GetEcmaOpcodeStr
(static_cast<EcmaOpcode>(ecmaOpcode));
in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H
A
D
baseline_compiler.cpp
147
LOG_INST() << "processing opCode: " <<
GetEcmaOpcodeStr
(Bytecodes::GetOpcode(bytecodeArray));
in Compile()
Completed in 27 milliseconds