OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CommonRuntimeTestImpl
(Results
1 - 2
of
2
) sorted by null
/art/runtime/
common_runtime_test.cc
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
[
all
...]
common_runtime_test.h
53
class
CommonRuntimeTestImpl
: public CommonArtTestImpl {
55
CommonRuntimeTestImpl
();
56
virtual ~
CommonRuntimeTestImpl
();
158
class CommonRuntimeTestBase : public TestType, public
CommonRuntimeTestImpl
{
165
CommonRuntimeTestImpl
::SetUp();
169
CommonRuntimeTestImpl
::TearDown();
Completed in 1064 milliseconds