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

1 2 3 4 5 6 7 891011

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_parse.py 708 sget = s.get
722 this = sget()
732 char = sget()
754 this = this + sget()
756 this = this + sget()
761 this = this + sget()
764 this = this + sget()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_parse.py 708 sget = s.get
722 this = sget()
732 char = sget()
754 this = this + sget()
756 this = this + sget()
761 this = this + sget()
764 this = this + sget()
  /external/dexmaker/src/test/java/com/google/dexmaker/examples/
HelloWorldMaker.java 95 code.sget(systemOutField, localSystemOut);
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
Dops.java 423 public static final Dop SGET =
424 new Dop(DalvOps.SGET, DalvOps.SGET,
425 Form21c.THE_ONE, true, "sget");
429 Form21c.THE_ONE, true, "sget-wide");
433 Form21c.THE_ONE, true, "sget-object");
437 Form21c.THE_ONE, true, "sget-boolean");
441 Form21c.THE_ONE, true, "sget-byte");
445 Form21c.THE_ONE, true, "sget-char");
449 Form21c.THE_ONE, true, "sget-short")
    [all...]
RopToDop.java 244 MAP.put(Rops.GET_STATIC_FLOAT, Dops.SGET);
385 case Type.BT_INT: return Dops.SGET;
  /dalvik/dx/src/com/android/dx/io/
OpcodeInfo.java 422 public static final Info SGET =
423 new Info(Opcodes.SGET, "sget",
427 new Info(Opcodes.SGET_WIDE, "sget-wide",
431 new Info(Opcodes.SGET_OBJECT, "sget-object",
435 new Info(Opcodes.SGET_BOOLEAN, "sget-boolean",
439 new Info(Opcodes.SGET_BYTE, "sget-byte",
443 new Info(Opcodes.SGET_CHAR, "sget-char",
447 new Info(Opcodes.SGET_SHORT, "sget-short",
    [all...]
  /external/smali/smali/src/test/resources/LexerTest/
RealSmaliFileTest.tokens 472 INSTRUCTION_FORMAT21c_FIELD("sget-object")
498 INSTRUCTION_FORMAT21c_FIELD("sget-object")
517 INSTRUCTION_FORMAT21c_FIELD("sget-object")
  /external/smali/baksmali/src/test/smali/
baksmali_test_class.smali 101 sget v0, Lbaksmali/test/class;->staticField:I
  /external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format23x/
Format23x.smali 32 sget v0, Ljava/lang/Float;->NaN:F
64 sget v0, Ljava/lang/Float;->NaN:F
97 sget-wide v0, Ljava/lang/Double;->NaN:D
129 sget-wide v0, Ljava/lang/Double;->NaN:D
  /dalvik/vm/mterp/out/
InterpAsm-armv5te-vfp.S     [all...]
InterpAsm-armv7-a-neon.S     [all...]
InterpAsm-armv7-a.S     [all...]
InterpAsm-mips.S     [all...]
InterpAsm-x86.S     [all...]
InterpAsm-armv5te.S     [all...]
  /cts/tools/dasm/src/dasm/
DopInfo.java 142 case Opcodes.SGET:
  /dalvik/dx/src/com/android/dx/dex/code/
RopToDop.java 133 // Opcodes.SGET
415 MAP.put(Rops.GET_STATIC_FLOAT, Dops.SGET);
556 case Type.BT_INT: return Dops.SGET;
Dops.java 426 public static final Dop SGET =
427 new Dop(Opcodes.SGET, Opcodes.SGET,
    [all...]
  /dalvik/vm/compiler/codegen/x86/
LowerGetPut.cpp 683 if(flag == SGET) {
735 //! lower bytecode SGET by calling sget_sput_common
741 int retval = sget_sput_common(SGET, vA, tmp, false, false);
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
RopToDop.java 134 // Opcodes.SGET
416 MAP.put(Rops.GET_STATIC_FLOAT, Dops.SGET);
557 case Type.BT_INT: return Dops.SGET;
Dops.java 429 public static final Dop SGET =
430 new Dop(Opcodes.SGET, Opcodes.SGET,
    [all...]
  /docs/source.android.com/src/devices/tech/dalvik/
dalvik-bytecode.jd 727 60: sget<br/>
728 61: sget-wide<br/>
729 62: sget-object<br/>
730 63: sget-boolean<br/>
731 64: sget-byte<br/>
732 65: sget-char<br/>
733 66: sget-short<br/>
    [all...]
  /external/smali/smali/src/main/antlr3/
smaliParser.g     [all...]
  /art/compiler/dex/
local_value_numbering.cc 483 case Instruction::SGET:
495 uint16_t res = LookupValue(Instruction::SGET, NO_VALUE, field_ref, memory_version);
  /dalvik/vm/mterp/c/
opcommon.cpp     [all...]

Completed in 1135 milliseconds

1 2 3 4 5 6 7 891011