Lines Matching refs:CanDoImplicitNullCheckOn
2378 virtual bool CanDoImplicitNullCheckOn([[maybe_unused]] HInstruction* obj) const { return false; } in CanDoImplicitNullCheckOn() function
5060 bool CanDoImplicitNullCheckOn([[maybe_unused]] HInstruction* obj) const override {
5262 bool CanDoImplicitNullCheckOn(HInstruction* obj) const override;
5312 bool CanDoImplicitNullCheckOn(HInstruction* obj) const override {
6235 bool CanDoImplicitNullCheckOn(HInstruction* obj) const override {
6236 return (obj == InputAt(0)) && art::CanDoImplicitNullCheckOn(GetFieldOffset().Uint32Value());
6310 bool CanDoImplicitNullCheckOn(HInstruction* obj) const override {
6311 return (obj == InputAt(0)) && art::CanDoImplicitNullCheckOn(GetFieldOffset().Uint32Value());
6383 bool CanDoImplicitNullCheckOn([[maybe_unused]] HInstruction* obj) const override {
6486 bool CanDoImplicitNullCheckOn([[maybe_unused]] HInstruction* obj) const override {
6598 bool CanDoImplicitNullCheckOn(HInstruction* obj) const override {