Searched refs:check (Results 1 - 25 of 58) sorted by relevance

123

/dalvik/dx/tests/073-dex-null-array-refs/
H A DBlort.java47 if (check()) {
55 if (check()) {
63 if (check()) {
70 public static boolean check() { method in class:Blort
/dalvik/vm/mterp/mips/
H A DOP_GOTO.S20 bltz a1, common_testUpdateProfile # (a0) check for trace hotness
H A DOP_IPUT_WIDE_QUICK.S9 # check object for null
H A DOP_CHECK_CAST.S11 # check-cast vAA, class /* BBBB */
25 bne a0, a1, .L${opcode}_fullcheck # no, do full check
32 * Trivial test failed, need to perform full check. This is common.
H A DOP_IGET.S39 # check object for null
H A DOP_INVOKE_OBJECT_INIT_RANGE.S11 # check for NULL
H A DOP_IPUT.S41 # check object for null
H A DOP_NEW_ARRAY.S9 * check for it here.
18 # check length
/dalvik/tests/072-precise-gc/src/
H A DMain.java29 check(wrefs);
65 static void check(WeakReference[] wrefs) { method in class:Main
/dalvik/tests/093-serialization/src/
H A DMain.java71 sub.check();
109 public void check() { method in class:Sub
/dalvik/vm/mterp/armv5te/
H A DOP_GOTO.S19 bmi common_testUpdateProfile @ (r0) check for trace hotness
H A DOP_IPUT_QUICK.S8 cmp r3, #0 @ check object for null
H A DOP_IPUT_OBJECT_QUICK.S8 cmp r3, #0 @ check object for null
H A DOP_IPUT_WIDE_QUICK.S9 cmp r2, #0 @ check object for null
H A Dbincmp.S19 adds r2, r1, r1 @ convert to bytes, check sign
H A DOP_IGET.S37 cmp r9, #0 @ check object for null
H A DOP_INVOKE_OBJECT_INIT_RANGE.S11 cmp r0, #0 @ check for NULL
H A DOP_NEW_ARRAY.S9 * check for it here.
17 cmp r1, #0 @ check length
/dalvik/vm/mterp/armv6t2/
H A DOP_IPUT_QUICK.S9 cmp r3, #0 @ check object for null
H A DOP_IPUT_WIDE_QUICK.S8 cmp r2, #0 @ check object for null
H A Dbincmp.S18 adds r2, r1, r1 @ convert to bytes, check sign
H A DOP_IGET.S37 cmp r9, #0 @ check object for null
H A DOP_IGET_WIDE.S33 cmp r9, #0 @ check object for null
H A DOP_IPUT.S39 cmp r9, #0 @ check object for null
/dalvik/vm/compiler/codegen/arm/
H A DLocalOptimizations.cpp25 #define CHECK_REG_DEP(use, def, check) ((def & check->useMask) || \
26 ((use | def) & check->defMask))
123 * region bits since stopMask is used to check data/control
146 * Potential aliases seen - check the alias relations
225 /* The checkLIR has been transformed - check the next one */
233 * this and check LIRs have no memory dependency. Now check if
309 /* Similar as above, but just check for pure register dependency */
331 /* Potential WAR alias seen - check th
[all...]

Completed in 278 milliseconds

123