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:JMP_IMM16
(Results
1 - 11
of
11
) sorted by relevance
/arkcompiler/runtime_core/libpandafile/tests/
H
A
D
bytecode_emitter_tests.cpp
162
expected << Opcode::
JMP_IMM16
<< Split16(-num_ret);
in HWTEST()
180
expected << Opcode::
JMP_IMM16
<< Split16(-num_ret);
in HWTEST()
203
expected << Opcode::
JMP_IMM16
<< Split16(num_ret + globals::IMM_3);
in HWTEST()
224
expected << Opcode::
JMP_IMM16
<< Split16(num_ret + globals::IMM_3);
in HWTEST()
239
case Opcode::
JMP_IMM16
:
in EmitJmp()
254
return Opcode::
JMP_IMM16
;
in GetOpcode()
558
expected << Opcode::
JMP_IMM16
<< Split16(INT8T_MAX + globals::IMM_5);
in HWTEST()
559
expected << Opcode::
JMP_IMM16
<< Split16(INT8T_MAX + globals::IMM_2);
in HWTEST()
560
expected << Opcode::
JMP_IMM16
<< Split16(INT8T_MAX + 1);
in HWTEST()
/arkcompiler/runtime_core/static_core/libpandafile/tests/
H
A
D
bytecode_emitter_tests.cpp
164
expected << Opcode::
JMP_IMM16
<< Split16(-numRet);
in TEST()
182
expected << Opcode::
JMP_IMM16
<< Split16(-numRet);
in TEST()
205
expected << Opcode::
JMP_IMM16
<< Split16(numRet + globals::IMM_3);
in TEST()
226
expected << Opcode::
JMP_IMM16
<< Split16(numRet + globals::IMM_3);
in TEST()
241
case Opcode::
JMP_IMM16
:
in EmitJmp()
256
return Opcode::
JMP_IMM16
;
in GetOpcode()
741
expected << Opcode::
JMP_IMM16
<< Split16(INT8T_MAX + globals::IMM_5);
in TEST()
742
expected << Opcode::
JMP_IMM16
<< Split16(INT8T_MAX + globals::IMM_2);
in TEST()
743
expected << Opcode::
JMP_IMM16
<< Split16(INT8T_MAX + 1);
in TEST()
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
H
A
D
old_instruction_enum.h
106
JMP_IMM16
= 35,
member in Opcode
H
A
D
old_instruction.h
523
case Opcode::
JMP_IMM16
:
in GetFormat()
1341
case Opcode::
JMP_IMM16
:
in HasFlag()
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
ecma_opcode_des.h
204
V(
JMP_IMM16
) \
H
A
D
bytecodes.cpp
136
case EcmaOpcode::
JMP_IMM16
:
in InitBytecodeMetaData()
335
case EcmaOpcode::
JMP_IMM16
:
in InitBytecodeMetaData()
1856
case EcmaOpcode::
JMP_IMM16
:
in InitBytecodeInfo()
H
A
D
bytecode_circuit_builder.cpp
78
case EcmaOpcode::
JMP_IMM16
:
in CollectRegionInfo()
H
A
D
profiler_stub_builder.cpp
1127
GateRef jmpImm16 = Int8(static_cast<uint8_t>(EcmaOpcode::
JMP_IMM16
));
in TryJitCompile()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H
A
D
panda_file_translator.cpp
418
case OldBytecodeInst::Opcode::
JMP_IMM16
: {
in FixOpcode()
419
*pc = static_cast<uint8_t>(EcmaOpcode::
JMP_IMM16
);
in FixOpcode()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H
A
D
baseline_compiler.cpp
220
case EcmaOpcode::
JMP_IMM16
: {
in GetJumpToOffsets()
3578
BYTECODE_BASELINE_HANDLER_IMPLEMENT(
JMP_IMM16
)
in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H
A
D
interpreter-inl.cpp
1112
HANDLE_OPCODE(
JMP_IMM16
) {
in RunInternal()
Completed in 39 milliseconds