HomeSort by relevance Sort by last modified time
    Searched full:nullcheck (Results 1 - 12 of 12) sorted by null

  /art/test/128-reg-spilling-on-implicit-nullcheck/
info.txt 1 This is a compiler reggression test for missing reg spilling on implicit nullcheck.
  /art/test/003-omnibus-opcodes/src/
InstField.java 31 InstField.nullCheck(null);
37 static public void nullCheck(InstField nully) {
38 System.out.println("InstField.nullCheck");
  /art/test/003-omnibus-opcodes/
expected.txt 3 InstField.nullCheck
  /external/llvm/test/Transforms/TailCallElim/
reorder_load.ll 43 %nullcheck = icmp eq i32* %a_arg, null ; <i1> [#uses=1]
44 br i1 %nullcheck, label %unwind, label %recurse
91 %nullcheck = icmp eq i32* %a_arg, null ; <i1> [#uses=1]
92 br i1 %nullcheck, label %unwind, label %recurse
  /art/compiler/optimizing/
nodes.h 444 M(NullCheck) \
    [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp     [all...]
  /art/compiler/dex/
mir_optimization.cc     [all...]
global_value_numbering_test.cc     [all...]
  /external/owasp/sanitizer/tools/findbugs/doc/
allBugDescriptions.html 252 <tr bgcolor="#ffffff"><td><a href="#RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE">RCN: Nullcheck of value previously dereferenced</a></td><td>Correctness</td></tr
    [all...]
bugDescriptions.html 243 <tr bgcolor="#ffffff"><td><a href="#RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE">RCN: Nullcheck of value previously dereferenced</a></td><td>Correctness</td></tr>
    [all...]
Changes.html     [all...]
  /prebuilts/tools/common/m2/repository/xom/xom/1.0/
xom-1.0.jar 

Completed in 536 milliseconds