Searched refs:NeedsDexCacheOfDeclaringClass (Results 1 - 3 of 3) sorted by relevance

/art/compiler/optimizing/
H A Dinliner.cc1225 if (!same_dex_file && current->NeedsDexCacheOfDeclaringClass()) {
H A Dnodes.h2034 virtual bool NeedsDexCacheOfDeclaringClass() const { return false; } function in class:art::HInstruction
3986 bool NeedsDexCacheOfDeclaringClass() const OVERRIDE;
5408 bool NeedsDexCacheOfDeclaringClass() const OVERRIDE { return !IsReferrersClass(); }
5546 bool NeedsDexCacheOfDeclaringClass() const OVERRIDE {
H A Dnodes.cc2378 bool HInvokeStaticOrDirect::NeedsDexCacheOfDeclaringClass() const { function in class:art::HInvokeStaticOrDirect

Completed in 112 milliseconds