Home
last modified time | relevance | path

Searched refs:st_p1 (Results 1 – 25 of 57) sorted by relevance

123

/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_wide/d/
DT_iput_wide_14.java22 st_p1 = 77; in run()
26 return st_p1; in getProtectedField()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_short/d/
DT_iput_short_14.java22 st_p1 = 77; in run()
26 return st_p1; in getProtectedField()
DT_iput_short_14.smali30 iget-short v0, v1, Ldot/junit/opcodes/iput_short/d/T_iput_short_1;->st_p1:S
38 iput-short v1, v2, Ldot/junit/opcodes/iput_short/d/T_iput_short_1;->st_p1:S
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput/d/
DT_iput_14.java22 st_p1 = 1000000; in run()
26 return st_p1; in getProtectedField()
DT_iput_14.smali30 iget v0, v1, Ldot/junit/opcodes/iput/d/T_iput_1;->st_p1:I
38 iput v1, v2, Ldot/junit/opcodes/iput/d/T_iput_1;->st_p1:I
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_boolean/d/
DT_iput_boolean_14.java22 st_p1 = true; in run()
26 return st_p1; in getProtectedField()
DT_iput_boolean_14.smali30 iget-boolean v0, v1, Ldot/junit/opcodes/iput_boolean/d/T_iput_boolean_1;->st_p1:Z
38 iput-boolean v1, v2, Ldot/junit/opcodes/iput_boolean/d/T_iput_boolean_1;->st_p1:Z
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_byte/d/
DT_iput_byte_14.java22 st_p1 = 77; in run()
26 return st_p1; in getProtectedField()
DT_iput_byte_14.smali30 iget-byte v0, v1, Ldot/junit/opcodes/iput_byte/d/T_iput_byte_1;->st_p1:B
38 iput-byte v1, v2, Ldot/junit/opcodes/iput_byte/d/T_iput_byte_1;->st_p1:B
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_char/d/
DT_iput_char_14.java22 st_p1 = 77; in run()
26 return st_p1; in getProtectedField()
DT_iput_char_14.smali30 iget-char v0, v1, Ldot/junit/opcodes/iput_char/d/T_iput_char_1;->st_p1:C
38 iput-char v1, v2, Ldot/junit/opcodes/iput_char/d/T_iput_char_1;->st_p1:C
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_object/d/
DT_iput_object_14.java22 st_p1 = this; in run()
26 return st_p1; in getProtectedField()
DT_iput_object_14.smali30 … iget-object v0, v1, Ldot/junit/opcodes/iput_object/d/T_iput_object_1;->st_p1:Ljava/lang/Object;
37 … iput-object v2, v2, Ldot/junit/opcodes/iput_object/d/T_iput_object_1;->st_p1:Ljava/lang/Object;
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_char/d/
DT_sput_char_14.java22 T_sput_char_1.st_p1 = 77; in run()
26 return T_sput_char_1.st_p1; in getProtectedField()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_boolean/d/
DT_sput_boolean_14.java22 T_sput_boolean_1.st_p1 = true; in run()
26 return T_sput_boolean_1.st_p1; in getProtectedField()
DT_sput_boolean_14.smali30 sget-boolean v0, Ldot/junit/opcodes/sput_boolean/d/T_sput_boolean_1;->st_p1:Z
38 sput-boolean v1, Ldot/junit/opcodes/sput_boolean/d/T_sput_boolean_1;->st_p1:Z
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput/d/
DT_sput_14.java22 T_sput_1.st_p1 = 1000000; in run()
26 return T_sput_1.st_p1; in getProtectedField()
DT_sput_14.smali30 sget v0, Ldot/junit/opcodes/sput/d/T_sput_1;->st_p1:I
38 sput v1, Ldot/junit/opcodes/sput/d/T_sput_1;->st_p1:I
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_wide/d/
DT_sput_wide_14.java22 T_sput_wide_1.st_p1 = 77; in run()
26 return T_sput_wide_1.st_p1; in getProtectedField()
DT_sput_wide_14.smali30 sget-wide v0, Ldot/junit/opcodes/sput_wide/d/T_sput_wide_1;->st_p1:J
38 sput-wide v1, Ldot/junit/opcodes/sput_wide/d/T_sput_wide_1;->st_p1:J
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_short/d/
DT_sput_short_14.java22 T_sput_short_1.st_p1 = 77; in run()
26 return T_sput_short_1.st_p1; in getProtectedField()
DT_sput_short_14.smali30 sget-short v0, Ldot/junit/opcodes/sput_short/d/T_sput_short_1;->st_p1:S
38 sput-short v1, Ldot/junit/opcodes/sput_short/d/T_sput_short_1;->st_p1:S
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_byte/d/
DT_sput_byte_14.java22 T_sput_byte_1.st_p1 = 77; in run()
26 return T_sput_byte_1.st_p1; in getProtectedField()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_object/d/
DT_sput_object_14.java22 T_sput_object_1.st_p1 = this; in run()
26 return T_sput_object_1.st_p1; in getProtectedField()
DT_sput_object_14.smali30 sget-object v0, Ldot/junit/opcodes/sput_object/d/T_sput_object_1;->st_p1:Ljava/lang/Object;
37 sput-object v2, Ldot/junit/opcodes/sput_object/d/T_sput_object_1;->st_p1:Ljava/lang/Object;

123