Lines Matching refs:CommonRuntimeTestImpl
70 CommonRuntimeTestImpl::CommonRuntimeTestImpl() in CommonRuntimeTestImpl() function in art::CommonRuntimeTestImpl
74 CommonRuntimeTestImpl::~CommonRuntimeTestImpl() { in ~CommonRuntimeTestImpl()
80 std::string CommonRuntimeTestImpl::GetAndroidTargetToolsDir(InstructionSet isa) { in GetAndroidTargetToolsDir()
108 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()
273 jobject CommonRuntimeTestImpl::LoadDexInWellKnownClassLoader(const std::string& dex_name, in LoadDexInWellKnownClassLoader()
318 jobject CommonRuntimeTestImpl::LoadDexInPathClassLoader(const std::string& dex_name, in LoadDexInPathClassLoader()
327 jobject CommonRuntimeTestImpl::LoadDexInDelegateLastClassLoader(const std::string& dex_name, in LoadDexInDelegateLastClassLoader()
334 jobject CommonRuntimeTestImpl::LoadDexInInMemoryDexClassLoader(const std::string& dex_name, in LoadDexInInMemoryDexClassLoader()
341 void CommonRuntimeTestImpl::FillHeap(Thread* self, in FillHeap()
381 void CommonRuntimeTestImpl::SetUpRuntimeOptionsForFillHeap(RuntimeOptions *options) { in SetUpRuntimeOptionsForFillHeap()
395 void CommonRuntimeTestImpl::MakeInterpreted(ObjPtr<mirror::Class> klass) { in MakeInterpreted()
402 bool CommonRuntimeTestImpl::StartDex2OatCommandLine(/*out*/std::vector<std::string>* argv, in StartDex2OatCommandLine()