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

/art/libartbase/base/
H A Dglobals.h43 static inline bool CanDoImplicitNullCheckOn(uintptr_t offset) { function in namespace:art
/art/compiler/optimizing/
H A Dnodes.h2063 virtual bool CanDoImplicitNullCheckOn(HInstruction* obj ATTRIBUTE_UNUSED) const { function in class:art::HInstruction
4537 bool CanDoImplicitNullCheckOn(HInstruction* obj ATTRIBUTE_UNUSED) const OVERRIDE {
4694 bool CanDoImplicitNullCheckOn(HInstruction* obj) const OVERRIDE {
4734 bool CanDoImplicitNullCheckOn(HInstruction* obj) const OVERRIDE {
5595 bool CanDoImplicitNullCheckOn(HInstruction* obj) const OVERRIDE {
5596 return (obj == InputAt(0)) && art::CanDoImplicitNullCheckOn(GetFieldOffset().Uint32Value());
5653 bool CanDoImplicitNullCheckOn(HInstruction* obj) const OVERRIDE {
5654 return (obj == InputAt(0)) && art::CanDoImplicitNullCheckOn(GetFieldOffset().Uint32Value());
5710 bool CanDoImplicitNullCheckOn(HInstruction* obj ATTRIBUTE_UNUSED) const OVERRIDE {
5812 bool CanDoImplicitNullCheckOn(HInstructio
[all...]

Completed in 84 milliseconds