Searched refs:nullCheck (Results 1 – 7 of 7) sorted by relevance
/dalvik/tests/003-omnibus-opcodes/src/ |
D | InstField.java | 31 InstField.nullCheck(null); in run() 37 static public void nullCheck(InstField nully) { in nullCheck() method in InstField
|
/dalvik/vm/compiler/codegen/x86/ |
D | LowerGetPut.cpp | 49 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()
|
D | LowerObject.cpp | 212 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()
|
D | CodegenInterface.cpp | 886 nullCheck(5, false, 1, mir->dalvikInsn.vC); in genValidationForPredictedInline()
|
D | Lower.h | 796 int nullCheck(int reg, bool isPhysical, int exceptionNum, int vr);
|
D | LowerHelper.cpp | 1934 int nullCheck(int reg, bool isPhysical, int exceptionNum, int vr) { in nullCheck() function
|
/dalvik/tests/003-omnibus-opcodes/ |
D | expected.txt | 4 InstField.nullCheck
|