diff options
Diffstat (limited to 'runtime/common_runtime_test.h')
| -rw-r--r-- | runtime/common_runtime_test.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/common_runtime_test.h b/runtime/common_runtime_test.h index ab90fc5444..9b1e6532de 100644 --- a/runtime/common_runtime_test.h +++ b/runtime/common_runtime_test.h @@ -125,6 +125,7 @@ class CommonRuntimeTestImpl : public CommonArtTestImpl { jobject parent_loader, jobject shared_libraries = nullptr); jobject LoadDexInDelegateLastClassLoader(const std::string& dex_name, jobject parent_loader); + jobject LoadDexInInMemoryDexClassLoader(const std::string& dex_name, jobject parent_loader); jobject LoadDexInWellKnownClassLoader(const std::string& dex_name, jclass loader_class, jobject parent_loader, |