Searched refs:SetUp (Results 1 - 18 of 18) sorted by relevance

/art/imgdiag/
H A Dimgdiag_test.cc41 virtual void SetUp() { function in class:art::ImgDiagTest
42 CommonRuntimeTest::SetUp();
51 // Needs to live until CommonRuntimeTest::SetUp finishes, since we pass it a cstring.
/art/oatdump/
H A Doatdump_test.cc38 virtual void SetUp() { function in class:art::OatDumpTest
39 CommonRuntimeTest::SetUp();
/art/runtime/
H A Djava_vm_ext_test.cc29 virtual void SetUp() { function in class:art::JavaVmExtTest
30 CommonRuntimeTest::SetUp();
H A Dexception_test.cc39 virtual void SetUp() { function in class:art::ExceptionTest
40 CommonRuntimeTest::SetUp();
178 // Create three fake stack frames with mapping data created in SetUp. We map offset 3 in the
H A Dcommon_runtime_test.h102 virtual void SetUp();
H A Dreflection_test.cc32 virtual void SetUp() { function in class:art::ReflectionTest
33 CommonCompilerTest::SetUp();
H A Dcommon_runtime_test.cc292 void CommonRuntimeTest::SetUp() { function in class:art::CommonRuntimeTest
H A Doat_file_assistant_test.cc43 virtual void SetUp() { function in class:art::OatFileAssistantTest
45 CommonRuntimeTest::SetUp();
H A Djni_internal_test.cc31 virtual void SetUp() { function in class:art::JniInternalTest
32 CommonCompilerTest::SetUp();
/art/compiler/
H A Delf_writer_test.cc32 virtual void SetUp() { function in class:art::ElfWriterTest
34 CommonCompilerTest::SetUp();
H A Dcommon_compiler_test.h56 virtual void SetUp();
60 // Get the set of image classes given to the compiler-driver in SetUp. Note: the compiler
64 // Get the set of compiled classes given to the compiler-driver in SetUp. Note: the compiler
68 // Get the set of compiled methods given to the compiler-driver in SetUp. Note: the compiler
H A Dimage_test.cc41 virtual void SetUp() { function in class:art::ImageTest
43 CommonCompilerTest::SetUp();
H A Dcommon_compiler_test.cc147 // Get the set of image classes given to the compiler-driver in SetUp. Note: the compiler
154 // Get the set of compiled classes given to the compiler-driver in SetUp. Note: the compiler
161 // Get the set of compiled methods given to the compiler-driver in SetUp. Note: the compiler
168 void CommonCompilerTest::SetUp() { function in class:art::CommonCompilerTest
169 CommonRuntimeTest::SetUp();
/art/runtime/base/unix_file/
H A Drandom_access_file_test.h37 virtual void SetUp() { function in class:unix_file::RandomAccessFileTest
/art/cmdline/
H A Dcmdline_parser_test.cc117 virtual void SetUp() { function in class:art::CmdlineParserTest
/art/compiler/utils/
H A Dassembler_test.h245 void SetUp() OVERRIDE {
/art/runtime/arch/
H A Dstub_test.cc34 void SetUp() OVERRIDE {
36 CommonRuntimeTest::SetUp();
/art/compiler/jni/
H A Djni_compiler_test.cc51 void SetUp() OVERRIDE {
52 CommonCompilerTest::SetUp();

Completed in 246 milliseconds