Searched refs:nullCheck (Results 1 - 6 of 6) sorted by relevance

/dalvik/tests/003-omnibus-opcodes/src/
H A DInstField.java31 InstField.nullCheck(null);
37 static public void nullCheck(InstField nully) { method in class:InstField
38 System.out.println("InstField.nullCheck");
/dalvik/vm/compiler/codegen/x86/
H A DLowerGetPut.cpp49 nullCheck(1, false, 1, vref); //maybe optimized away, if not, call
200 nullCheck(1, false, 1, vref); //maybe optimized away, if not, call
464 nullCheck(7, false, 2, vB); //maybe optimized away, if not, call
837 nullCheck(1, false, 1, vB); //maybe optimized away, if not, call
858 nullCheck(1, false, 1, vB); //maybe optimized away, if not, call
888 nullCheck(1, false, 1, vB); //maybe optimized away, if not, call
918 nullCheck(1, false, 1, vB); //maybe optimized away, if not, call
H A DLowerObject.cpp210 //to optimize redundant null check, NCG O1 wraps up null check in a function: nullCheck
212 nullCheck(1, false, 1, vA); //maybe optimized away
264 nullCheck(1, false, 1, vA); //maybe optimized away
301 nullCheck(1, false, 1, vB); //maybe optimized away
H A DCodegenInterface.cpp875 nullCheck(5, false, 1, mir->dalvikInsn.vC);
H A DLower.h796 int nullCheck(int reg, bool isPhysical, int exceptionNum, int vr);
H A DLowerHelper.cpp1933 int nullCheck(int reg, bool isPhysical, int exceptionNum, int vr) { function
1937 //nullCheck optimization is available in O1 mode only

Completed in 144 milliseconds