Home | History | Annotate | Download | only in optimizing

Lines Matching refs:HNullCheck

61   explicit NullCheckSlowPathARM(HNullCheck* instruction) : instruction_(instruction) {}
71 HNullCheck* const instruction_;
3123 void LocationsBuilderARM::VisitNullCheck(HNullCheck* instruction) {
3132 void InstructionCodeGeneratorARM::GenerateImplicitNullCheck(HNullCheck* instruction) {
3142 void InstructionCodeGeneratorARM::GenerateExplicitNullCheck(HNullCheck* instruction) {
3153 void InstructionCodeGeneratorARM::VisitNullCheck(HNullCheck* instruction) {