Searched defs:HNullCheck (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dnodes.h5191 class HNullCheck FINAL : public HExpression<1> {
5193 // `HNullCheck` can trigger GC, as it may call the `NullPointerException`
5195 HNullCheck(HInstruction* value, uint32_t dex_pc) function in class:art::FINAL::FINAL::ComparisonBias::FINAL::FINAL
5215 DISALLOW_COPY_AND_ASSIGN(HNullCheck);

Completed in 56 milliseconds