OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:op_iget_wide
(Results
1 - 25
of
31
) sorted by null
1
2
/dalvik/vm/mterp/c/
OP_IGET_WIDE.cpp
1
HANDLE_IGET_X(
OP_IGET_WIDE
, "-wide", Long, _WIDE)
/dalvik/vm/mterp/armv5te/
OP_IGET_WIDE_VOLATILE.S
2
%include "armv5te/
OP_IGET_WIDE
.S" {"volatile":"1"}
/dalvik/vm/mterp/mips/
OP_IGET_WIDE_VOLATILE.S
2
%include "mips/
OP_IGET_WIDE
.S" {"volatile":"1"}
/dalvik/vm/mterp/
config-armv7-a
81
op
OP_IGET_WIDE
armv6t2
config-armv7-a-neon
81
op
OP_IGET_WIDE
armv6t2
/dalvik/libdex/
DexOpcodes.h
154
OP_IGET_WIDE
= 0x53,
420
H(
OP_IGET_WIDE
), \
[
all
...]
/dalvik/vm/compiler/codegen/x86/
Lower.cpp
647
case
OP_IGET_WIDE
:
648
return
op_iget_wide
(false); // isVolatile==false
650
return
op_iget_wide
(true); // isVolatile==true
LowerGetPut.cpp
549
int
op_iget_wide
(bool isVolatile) {
function
Lower.h
[
all
...]
BytecodeVisitor.cpp
182
case
OP_IGET_WIDE
:
658
case
OP_IGET_WIDE
:
[
all
...]
/libcore/dalvik/src/main/java/dalvik/bytecode/
Opcodes.java
107
int
OP_IGET_WIDE
= 0x0053;
/dalvik/vm/analysis/
Liveness.cpp
524
case
OP_IGET_WIDE
:
DexVerify.cpp
[
all
...]
Optimize.cpp
211
case
OP_IGET_WIDE
:
[
all
...]
CodeVerify.cpp
[
all
...]
/dalvik/vm/compiler/
Dataflow.cpp
282
// 53
OP_IGET_WIDE
vA, vB, field@CCCC
[
all
...]
/dalvik/vm/compiler/codegen/arm/
CodegenDriver.cpp
[
all
...]
/dalvik/vm/compiler/codegen/mips/
CodegenDriver.cpp
[
all
...]
/dalvik/vm/mterp/out/
InterpC-allstubs.cpp
[
all
...]
InterpC-portable.cpp
[
all
...]
InterpAsm-mips.S
[
all
...]
InterpAsm-armv5te-vfp.S
[
all
...]
InterpAsm-armv5te.S
[
all
...]
InterpAsm-armv7-a-neon.S
[
all
...]
InterpAsm-armv7-a.S
[
all
...]
Completed in 537 milliseconds
1
2