Lines Matching refs:CommonRuntimeTestImpl
70 CommonRuntimeTestImpl::CommonRuntimeTestImpl()
74 CommonRuntimeTestImpl::~CommonRuntimeTestImpl() {
80 std::string CommonRuntimeTestImpl::GetAndroidTargetToolsDir(InstructionSet isa) {
108 void CommonRuntimeTestImpl::SetUp() {
162 void CommonRuntimeTestImpl::FinalizeSetup() {
186 void CommonRuntimeTestImpl::TearDown() {
204 std::vector<const DexFile*> CommonRuntimeTestImpl::GetDexFiles(jobject jclass_loader) {
213 std::vector<const DexFile*> CommonRuntimeTestImpl::GetDexFiles(
236 const DexFile* CommonRuntimeTestImpl::GetFirstDexFile(jobject jclass_loader) {
244 jobject CommonRuntimeTestImpl::LoadMultiDex(const char* first_dex_name,
267 jobject CommonRuntimeTestImpl::LoadDex(const char* dex_name) {
273 jobject CommonRuntimeTestImpl::LoadDexInWellKnownClassLoader(const std::string& dex_name,
318 jobject CommonRuntimeTestImpl::LoadDexInPathClassLoader(const std::string& dex_name,
327 jobject CommonRuntimeTestImpl::LoadDexInDelegateLastClassLoader(const std::string& dex_name,
334 jobject CommonRuntimeTestImpl::LoadDexInInMemoryDexClassLoader(const std::string& dex_name,
341 void CommonRuntimeTestImpl::FillHeap(Thread* self,
381 void CommonRuntimeTestImpl::SetUpRuntimeOptionsForFillHeap(RuntimeOptions *options) {
395 void CommonRuntimeTestImpl::MakeInterpreted(ObjPtr<mirror::Class> klass) {
402 bool CommonRuntimeTestImpl::StartDex2OatCommandLine(/*out*/std::vector<std::string>* argv,