OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CommonCompilerTest
(Results
1 - 2
of
2
) sorted by null
/art/compiler/
common_compiler_test.h
39
class
CommonCompilerTest
: public CommonRuntimeTest {
41
CommonCompilerTest
();
42
~
CommonCompilerTest
();
common_compiler_test.cc
142
CommonCompilerTest
::
CommonCompilerTest
() {}
143
CommonCompilerTest
::~
CommonCompilerTest
() {}
145
OatFile::OatMethod
CommonCompilerTest
::CreateOatMethod(const void* code) {
153
void
CommonCompilerTest
::MakeExecutable(mirror::ArtMethod* method) {
245
void
CommonCompilerTest
::MakeExecutable(const void* code_start, size_t code_length) {
267
void
CommonCompilerTest
::MakeExecutable(mirror::ClassLoader* class_loader, const char* class_name) {
282
void
CommonCompilerTest
::SetUp() {
326
void
CommonCompilerTest
::SetUpRuntimeOptions(RuntimeOptions* options)
[
all
...]
Completed in 33 milliseconds