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:GetFormat
(Results
1 - 16
of
16
) sorted by relevance
/arkcompiler/runtime_core/libpandafile/tests/
H
A
D
bytecode_imm_fetch_tests.cpp
56
EXPECT_EQ(inst.
GetFormat
(), BytecodeInstruction::Format::IMM32);
in TEST()
121
EXPECT_EQ(inst.
GetFormat
(), BytecodeInstruction::Format::IMM4_IMM4);
in TEST()
136
EXPECT_EQ(inst.
GetFormat
(), BytecodeInstruction::Format::IMM8_ID16_IMM8);
in TEST()
151
EXPECT_EQ(inst.
GetFormat
(), BytecodeInstruction::Format::IMM8_ID16_ID16_IMM16_V8);
in TEST()
/arkcompiler/runtime_core/static_core/dprof/converter/
H
A
D
main.cpp
94
if (hcountersFunctor.ShowInfo(options.
GetFormat
())) {
in Main()
/arkcompiler/runtime_core/libpandafile/
H
A
D
bytecode_instruction.h
375
Format
GetFormat
() const;
401
static constexpr Format
GetFormat
(Opcode opcode);
407
return Size(
GetFormat
(opcode));
H
A
D
bytecode_instruction-inl.h
87
return Size(
GetFormat
());
in GetSize()
/arkcompiler/runtime_core/static_core/libpandafile/
H
A
D
bytecode_instruction-inl.h
86
return Size(
GetFormat
<EnumT>());
in GetSize()
H
A
D
bytecode_instruction.h
383
Format
GetFormat
() const;
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H
A
D
bytecodeopt_peepholes.cpp
111
BytecodeInstruction(graph->GetRuntime()->GetMethodCode(graph->GetMethod()) + inst->GetPc()).
GetFormat
());
in VisitNewObject()
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
bytecode_info_collector.cpp
224
ASSERT(inst.HasVReg(inst.
GetFormat
(), i));
in IsVRegUsed()
288
BytecodeInstruction::HasId(BytecodeInstruction::
GetFormat
(bcIns.GetOpcode()), 0))) {
in CollectMethodInfoFromBC()
H
A
D
profiler_stub_builder.h
62
SlotIDFormat
GetFormat
() const
in GetFormat()
function in panda::ecmascript::kungfu::SlotIDInfo
H
A
D
profiler_stub_builder.cpp
794
auto format = slotInfo.
GetFormat
();
in GetSlotID()
H
A
D
bytecodes.cpp
545
BytecodeInstruction::Format format = inst.
GetFormat
();
in GetVRegCount()
/arkcompiler/runtime_core/verifier/
H
A
D
verifier.cpp
307
BytecodeInstruction::Format format = bc_ins.
GetFormat
();
in GetVRegCount()
405
const auto format = bc_ins.
GetFormat
();
in GetFirstImmFromInstruction()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H
A
D
isa.h
467
const std::string &
GetFormat
() const
in GetFormat()
function
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H
A
D
panda_file_translator.cpp
383
auto oldLen = OldBytecodeInst::Size(OldBytecodeInst::
GetFormat
(opcode));
in FixOpcode()
1497
switch (OldBytecodeInst::
GetFormat
(inst.GetOpcode())) {
in FixInstructionId32()
1581
OldBytecodeInst::HasId(OldBytecodeInst::
GetFormat
(bcIns.GetOpcode()), 0)) {
in TranslateBytecode()
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
H
A
D
old_instruction.h
57
return Size(
GetFormat
(GetOpcode()));
in GetSize()
62
Format format =
GetFormat
(GetOpcode());
in GetId()
450
static constexpr Format
GetFormat
(Opcode opcode)
in GetFormat()
function in panda::ecmascript::OldBytecodeInst
/arkcompiler/runtime_core/static_core/disassembler/
H
A
D
disassembler.cpp
125
BytecodeInstruction::Format format = bcIns.
GetFormat
();
in GetInsInfo()
Completed in 21 milliseconds