HomeSort by relevance Sort by last modified time
    Searched full:sget (Results 226 - 250 of 270) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/dexmaker/src/main/java/com/google/dexmaker/
Code.java 150 * Read static fields using {@link #sget sget()}; write them using {@link
595 public <V> void sget(FieldId<?, V> fieldId, Local<V> target) { method in class:Code
    [all...]
  /art/compiler/sea_ir/ir/
instruction_tools.cc 317 // 60 SGET vAA, field@BBBB
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_boolean/d/
T_sget_boolean_4.dfh 150 // parsed: offset 288, len 4: |0000: sget-boolean v1, Ldot/junit/opcodes/sget_boolean/d/T_sget_boolean_4;.i1:Z // field@0000
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_byte/d/
T_sget_byte_4.dfh 150 // parsed: offset 288, len 4: |0000: sget-byte v1, Ldot/junit/opcodes/sget_byte/d/T_sget_byte_4;.i1:B // field@0000
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_char/d/
T_sget_char_4.dfh 150 // parsed: offset 288, len 4: |0000: sget-char v1, Ldot/junit/opcodes/sget_char/d/T_sget_char_4;.i1:C // field@0000
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_object/d/
T_sget_object_4.dfh 148 // parsed: offset 284, len 4: |0000: sget-object v1, Ldot/junit/opcodes/sget_object/d/T_sget_object_4;.i1:Ljava/lang/Object; // field@0000
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_short/d/
T_sget_short_4.dfh 150 // parsed: offset 288, len 4: |0000: sget-short v1, Ldot/junit/opcodes/sget_short/d/T_sget_short_4;.i1:S // field@0000
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_wide/d/
T_sget_wide_4.dfh 150 // parsed: offset 288, len 4: |0000: sget-wide v1, Ldot/junit/opcodes/sget_wide/d/T_sget_wide_4;.i1:J // field@0000
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvOps.java 130 public static final int SGET = 0x60;
  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 134 public static final int SGET = 0x60;
  /dalvik/vm/analysis/
Optimize.cpp 189 * {iget,iput,sget,sput}-wide --> {op}-wide-volatile
193 * {iget,iput,sget,sput}-* --> {op}-volatile
    [all...]
  /dalvik/vm/compiler/codegen/x86/
Lower.h 190 to list bytecodes for SGET, SPUT
193 SGET, SGET_WIDE, SPUT, SPUT_WIDE
    [all...]
  /external/dexmaker/javadoc/com/google/dexmaker/
Code.html 202 Read static fields using <A HREF="../../../com/google/dexmaker/Code.html#sget(com.google.dexmaker.FieldId, com.google.dexmaker.Local)"><CODE>sget()</CODE></A>; write them using <A HREF="../../../com/google/dexmaker/Code.html#sput(com.google.dexmaker.FieldId, com.google.dexmaker.Local)"><CODE>sput()</CODE></A>. For instance values you'll need to specify the declaring
    [all...]
  /dalvik/dx/tests/122-switch-with-high-register/
expected.txt 4 0001: sget-object v2, java.lang.System.out:Ljava/io/PrintStream;
562 0001: sget-object v2, java.lang.System.out:Ljava/io/PrintStream;
  /dalvik/vm/mterp/out/
InterpC-armv5te-vfp.cpp     [all...]
InterpC-armv5te.cpp     [all...]
InterpC-armv7-a-neon.cpp     [all...]
InterpC-armv7-a.cpp     [all...]
InterpC-x86.cpp     [all...]
  /art/compiler/dex/
mir_analysis.cc 312 // 60 SGET vAA, field@BBBB
  /art/compiler/dex/quick/
mir_to_lir.cc 411 case Instruction::SGET:
  /art/runtime/
dex_instruction.cc 428 case SGET:
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/
AllTests.java 213 suite.addTestSuite(dot.junit.opcodes.sget.Test_sget.class);
  /dalvik/docs/
dalvik-constraints.html 312 The <code>C</code> operand of the <code>sget&lt;kind&gt;</code> and
  /external/dexmaker/src/dx/java/com/android/dx/io/
Opcodes.java 134 public static final int SGET = 0x60;

Completed in 908 milliseconds

1 2 3 4 5 6 7 8 91011