Lines Matching refs:CompilerDriver
34 inline mirror::DexCache* CompilerDriver::GetDexCache(const DexCompilationUnit* mUnit) { in GetDexCache()
38 inline mirror::ClassLoader* CompilerDriver::GetClassLoader(ScopedObjectAccess& soa, in GetClassLoader()
43 inline mirror::Class* CompilerDriver::ResolveCompilingMethodsClass( in ResolveCompilingMethodsClass()
60 inline mirror::ArtField* CompilerDriver::ResolveField( in ResolveField()
82 inline void CompilerDriver::GetResolvedFieldDexFileLocation( in GetResolvedFieldDexFileLocation()
91 inline bool CompilerDriver::IsFieldVolatile(mirror::ArtField* field) { in IsFieldVolatile()
95 inline std::pair<bool, bool> CompilerDriver::IsFastInstanceField( in IsFastInstanceField()
107 inline std::pair<bool, bool> CompilerDriver::IsFastStaticField( in IsFastStaticField()
167 inline mirror::ArtMethod* CompilerDriver::ResolveMethod( in ResolveMethod()
189 inline void CompilerDriver::GetResolvedMethodDexFileLocation( in GetResolvedMethodDexFileLocation()
198 inline uint16_t CompilerDriver::GetResolvedMethodVTableIndex( in GetResolvedMethodVTableIndex()
209 inline int CompilerDriver::IsFastInvoke( in IsFastInvoke()
315 inline bool CompilerDriver::NeedsClassInitialization(mirror::Class* referrer_class, in NeedsClassInitialization()