Lines Matching refs:CommonRuntimeTestImpl

73 CommonRuntimeTestImpl::CommonRuntimeTestImpl()  in CommonRuntimeTestImpl()  function in art::CommonRuntimeTestImpl
77 CommonRuntimeTestImpl::~CommonRuntimeTestImpl() { in ~CommonRuntimeTestImpl()
83 void CommonRuntimeTestImpl::SetUp() { in SetUp()
141 void CommonRuntimeTestImpl::FinalizeSetup() { in FinalizeSetup()
167 void CommonRuntimeTestImpl::TearDown() { in TearDown()
185 std::vector<const DexFile*> CommonRuntimeTestImpl::GetDexFiles(jobject jclass_loader) { in GetDexFiles()
194 std::vector<const DexFile*> CommonRuntimeTestImpl::GetDexFiles( in GetDexFiles()
217 const DexFile* CommonRuntimeTestImpl::GetFirstDexFile(jobject jclass_loader) { in GetFirstDexFile()
225 jobject CommonRuntimeTestImpl::LoadMultiDex(const char* first_dex_name, in LoadMultiDex()
248 jobject CommonRuntimeTestImpl::LoadDex(const char* dex_name) { in LoadDex()
255 CommonRuntimeTestImpl::LoadDexInWellKnownClassLoader(const std::vector<std::string>& dex_names, in LoadDexInWellKnownClassLoader()
302 jobject CommonRuntimeTestImpl::LoadDexInPathClassLoader(const std::string& dex_name, in LoadDexInPathClassLoader()
310 jobject CommonRuntimeTestImpl::LoadDexInPathClassLoader(const std::vector<std::string>& names, in LoadDexInPathClassLoader()
319 jobject CommonRuntimeTestImpl::LoadDexInDelegateLastClassLoader(const std::string& dex_name, in LoadDexInDelegateLastClassLoader()
326 jobject CommonRuntimeTestImpl::LoadDexInInMemoryDexClassLoader(const std::string& dex_name, in LoadDexInInMemoryDexClassLoader()
333 void CommonRuntimeTestImpl::FillHeap(Thread* self, in FillHeap()
373 void CommonRuntimeTestImpl::SetUpRuntimeOptionsForFillHeap(RuntimeOptions *options) { in SetUpRuntimeOptionsForFillHeap()
387 void CommonRuntimeTestImpl::MakeInterpreted(ObjPtr<mirror::Class> klass) { in MakeInterpreted()
394 bool CommonRuntimeTestImpl::StartDex2OatCommandLine(/*out*/std::vector<std::string>* argv, in StartDex2OatCommandLine()
429 bool CommonRuntimeTestImpl::CompileBootImage(const std::vector<std::string>& extra_args, in CompileBootImage()
500 bool CommonRuntimeTestImpl::RunDex2Oat(const std::vector<std::string>& args, in RunDex2Oat()
512 std::string CommonRuntimeTestImpl::GetImageLocation() { in GetImageLocation()
516 std::string CommonRuntimeTestImpl::GetSystemImageFile() { in GetSystemImageFile()
521 void CommonRuntimeTestImpl::EnterTransactionMode() { in EnterTransactionMode()
526 void CommonRuntimeTestImpl::ExitTransactionMode() { in ExitTransactionMode()
531 void CommonRuntimeTestImpl::RollbackAndExitTransactionMode() { in RollbackAndExitTransactionMode()
536 bool CommonRuntimeTestImpl::IsTransactionAborted() { in IsTransactionAborted()
540 void CommonRuntimeTestImpl::VisitDexes(ArrayRef<const std::string> dexes, in VisitDexes()
573 void CommonRuntimeTestImpl::GenerateProfile(ArrayRef<const std::string> dexes, in GenerateProfile()