Lines Matching refs:CommonRuntimeTestImpl

73 CommonRuntimeTestImpl::CommonRuntimeTestImpl()  in CommonRuntimeTestImpl()  function in art::CommonRuntimeTestImpl
77 CommonRuntimeTestImpl::~CommonRuntimeTestImpl() { in ~CommonRuntimeTestImpl()
83 std::string CommonRuntimeTestImpl::GetAndroidTargetToolsDir(InstructionSet isa) { in GetAndroidTargetToolsDir()
106 void CommonRuntimeTestImpl::SetUp() { in SetUp()
162 void CommonRuntimeTestImpl::FinalizeSetup() { in FinalizeSetup()
186 void CommonRuntimeTestImpl::TearDown() { in TearDown()
204 std::vector<const DexFile*> CommonRuntimeTestImpl::GetDexFiles(jobject jclass_loader) { in GetDexFiles()
213 std::vector<const DexFile*> CommonRuntimeTestImpl::GetDexFiles( in GetDexFiles()
236 const DexFile* CommonRuntimeTestImpl::GetFirstDexFile(jobject jclass_loader) { in GetFirstDexFile()
244 jobject CommonRuntimeTestImpl::LoadMultiDex(const char* first_dex_name, in LoadMultiDex()
267 jobject CommonRuntimeTestImpl::LoadDex(const char* dex_name) { in LoadDex()
274 CommonRuntimeTestImpl::LoadDexInWellKnownClassLoader(const std::vector<std::string>& dex_names, in LoadDexInWellKnownClassLoader()
321 jobject CommonRuntimeTestImpl::LoadDexInPathClassLoader(const std::string& dex_name, in LoadDexInPathClassLoader()
329 jobject CommonRuntimeTestImpl::LoadDexInPathClassLoader(const std::vector<std::string>& names, in LoadDexInPathClassLoader()
338 jobject CommonRuntimeTestImpl::LoadDexInDelegateLastClassLoader(const std::string& dex_name, in LoadDexInDelegateLastClassLoader()
345 jobject CommonRuntimeTestImpl::LoadDexInInMemoryDexClassLoader(const std::string& dex_name, in LoadDexInInMemoryDexClassLoader()
352 void CommonRuntimeTestImpl::FillHeap(Thread* self, in FillHeap()
392 void CommonRuntimeTestImpl::SetUpRuntimeOptionsForFillHeap(RuntimeOptions *options) { in SetUpRuntimeOptionsForFillHeap()
406 void CommonRuntimeTestImpl::MakeInterpreted(ObjPtr<mirror::Class> klass) { in MakeInterpreted()
413 bool CommonRuntimeTestImpl::StartDex2OatCommandLine(/*out*/std::vector<std::string>* argv, in StartDex2OatCommandLine()
448 bool CommonRuntimeTestImpl::CompileBootImage(const std::vector<std::string>& extra_args, in CompileBootImage()
519 bool CommonRuntimeTestImpl::RunDex2Oat(const std::vector<std::string>& args, in RunDex2Oat()
531 std::string CommonRuntimeTestImpl::GetImageDirectory() { in GetImageDirectory()
541 std::string CommonRuntimeTestImpl::GetImageLocation() { in GetImageLocation()
545 std::string CommonRuntimeTestImpl::GetSystemImageFile() { in GetSystemImageFile()
550 void CommonRuntimeTestImpl::EnterTransactionMode() { in EnterTransactionMode()
555 void CommonRuntimeTestImpl::ExitTransactionMode() { in ExitTransactionMode()
560 void CommonRuntimeTestImpl::RollbackAndExitTransactionMode() { in RollbackAndExitTransactionMode()
565 bool CommonRuntimeTestImpl::IsTransactionAborted() { in IsTransactionAborted()
569 void CommonRuntimeTestImpl::VisitDexes(ArrayRef<const std::string> dexes, in VisitDexes()
602 void CommonRuntimeTestImpl::GenerateProfile(ArrayRef<const std::string> dexes, in GenerateProfile()