OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetUpRuntimeOptions
(Results
1 - 4
of
4
) sorted by null
/art/runtime/gc/
heap_test.cc
76
void
SetUpRuntimeOptions
(RuntimeOptions* options) {
77
CommonRuntimeTest::
SetUpRuntimeOptions
(options);
/art/runtime/
common_runtime_test.h
105
virtual void
SetUpRuntimeOptions
(RuntimeOptions* options ATTRIBUTE_UNUSED) {}
oat_file_assistant_test.cc
89
virtual void
SetUpRuntimeOptions
(RuntimeOptions* options) {
276
virtual void
SetUpRuntimeOptions
(RuntimeOptions* options) {
277
OatFileAssistantTest::
SetUpRuntimeOptions
(options);
[
all
...]
/art/compiler/
common_compiler_test.cc
203
void CommonCompilerTest::
SetUpRuntimeOptions
(RuntimeOptions* options) {
204
CommonRuntimeTest::
SetUpRuntimeOptions
(options);
Completed in 1045 milliseconds