Home
last modified time | relevance | path

Searched refs:nullCheck (Results 1 – 7 of 7) sorted by relevance

/dalvik/tests/003-omnibus-opcodes/src/
DInstField.java31 InstField.nullCheck(null); in run()
37 static public void nullCheck(InstField nully) { in nullCheck() method in InstField
/dalvik/vm/compiler/codegen/x86/
DLowerGetPut.cpp49 nullCheck(1, false, 1, vref); //maybe optimized away, if not, call in aget_common_nohelper()
200 nullCheck(1, false, 1, vref); //maybe optimized away, if not, call in aput_common_nohelper()
464 nullCheck(7, false, 2, vB); //maybe optimized away, if not, call in iget_iput_common_nohelper()
847 nullCheck(1, false, 1, vB); //maybe optimized away, if not, call in op_iget_quick()
868 nullCheck(1, false, 1, vB); //maybe optimized away, if not, call in op_iget_wide_quick()
898 nullCheck(1, false, 1, vB); //maybe optimized away, if not, call in iput_quick_common()
928 nullCheck(1, false, 1, vB); //maybe optimized away, if not, call in op_iput_wide_quick()
DLowerObject.cpp212 nullCheck(1, false, 1, vA); //maybe optimized away in monitor_enter_nohelper()
264 nullCheck(1, false, 1, vA); //maybe optimized away in op_monitor_exit()
301 nullCheck(1, false, 1, vB); //maybe optimized away in op_array_length()
DCodegenInterface.cpp886 nullCheck(5, false, 1, mir->dalvikInsn.vC); in genValidationForPredictedInline()
DLower.h796 int nullCheck(int reg, bool isPhysical, int exceptionNum, int vr);
DLowerHelper.cpp1934 int nullCheck(int reg, bool isPhysical, int exceptionNum, int vr) { in nullCheck() function
/dalvik/tests/003-omnibus-opcodes/
Dexpected.txt4 InstField.nullCheck