Searched refs:MayInlineInternal (Results 1 – 2 of 2) sorted by relevance
364 return MayInlineInternal(inlined_from, inlined_into); in MayInline()457 bool MayInlineInternal(const DexFile* inlined_from, const DexFile* inlined_into) const;
3004 bool CompilerDriver::MayInlineInternal(const DexFile* inlined_from, in MayInlineInternal() function in art::CompilerDriver