Searched refs:args (Results 126 - 150 of 931) sorted by relevance

1234567891011>>

/art/test/994-breakpoint-line/src/
H A DMain.java18 public static void main(String[] args) throws Exception { argument
/art/test/995-breakpoints-throw/src/
H A DMain.java18 public static void main(String[] args) throws Exception { argument
/art/test/996-breakpoint-obsolete/src/
H A DMain.java18 public static void main(String[] args) throws Exception { argument
/art/test/997-single-step/src/
H A DMain.java18 public static void main(String[] args) throws Exception { argument
/art/test/611-checker-simplify-if/src/
H A DMain.java19 public static void main(String[] args) { argument
20 testNoInline(args);
22 testInline(args);
24 testNonConstantInputs(args);
26 testNonConstantEqual(args);
28 testGreaterCondition(args);
30 testSwitch(args);
32 testFP(args);
50 public static void testNoInline(String[] args) { argument
52 if (args
77 testInline(String[] args) argument
86 $inline$doTest(String[] args) argument
115 testNonConstantInputs(String[] args) argument
146 testGreaterCondition(String[] args) argument
179 testNonConstantEqual(String[] args) argument
229 testSwitch(String[] args) argument
258 testFP(String[] args) argument
[all...]
/art/test/116-nodex2oat/src/
H A DMain.java18 public static void main(String[] args) { argument
19 System.loadLibrary(args[0]);
/art/test/134-nodex2oat-nofallback/src/
H A DMain.java18 public static void main(String[] args) { argument
19 System.loadLibrary(args[0]);
/art/test/137-cfi/
H A Drun23 --args --full-signatures --args --test-local --args --test-remote
31 --args --test-remote
/art/test/167-visit-locks/src/
H A DMain.java18 public static void main(String[] args) throws Exception { argument
19 System.loadLibrary(args[0]);
/art/test/565-checker-condition-liveness/src/
H A DMain.java41 public static void main(String[] args) { argument
42 int x = args.length;
/art/test/616-cha-native/src/
H A DMain.java30 public static void main(String[] args) { argument
31 System.loadLibrary(args[0]);
/art/test/629-vdex-speed/src/
H A DMain.java18 public static void main(String[] args) { argument
19 System.loadLibrary(args[0]);
/art/test/708-jit-cache-churn/src/
H A DMain.java19 public static void main(String[] args) throws Exception { argument
21 System.loadLibrary(args[0]);
/art/tools/
H A Drun-jdwp-tests.sh35 args=$@
87 # No need for extra args.
100 args=${args/$1}
104 args=${args/$1}
108 args=${args/$1}
112 args=${args/
[all...]
H A Drun-libjdwp-tests.sh27 args=("$@")
61 args+=(--mode=device)
65 args+=(--variant=X32)
70 args+=(--test-timeout-ms)
71 args+=(20000)
77 args+=(-Xplugin:libopenjdkjvmtid.so)
79 args+=(-Xplugin:libopenjdkjvmti.so)
89 "${args[@]}" \
/art/test/006-args/src/
H A DMain.java25 public static void main (String args[]) { argument
/art/test/143-string-value/src/
H A DMain.java18 public static void main(String[] args) { argument
/art/test/485-checker-dce-loop-update/src/
H A DMain.java24 public static void main(String[] args) throws Exception { argument
/art/test/507-boolean-test/src/
H A DMain.java18 public static void main(String[] args) { argument
/art/test/558-switch/src/
H A DMain.java30 public static void main(String[] args) { argument
/art/test/562-checker-no-intermediate/src/
H A DMain.java91 public static void main(String[] args) { argument
/art/test/583-checker-zero/src/
H A DMain.java25 public static void main(String[] args) { argument
/art/test/962-iface-static/src/
H A DMain.java17 public static void main(String[] args) { argument
/art/runtime/
H A Dreflection_test.cc151 jvalue args[1]; local
153 args[0].b = 0;
154 JValue result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args);
157 args[0].b = -1;
158 result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args);
161 args[0].b = SCHAR_MAX;
162 result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args);
166 args[0].b = SCHAR_MIN;
167 result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args);
177 jvalue args[ local
202 jvalue args[1]; local
227 jvalue args[2]; local
256 jvalue args[3]; local
295 jvalue args[4]; local
339 jvalue args[5]; local
388 jvalue args[2]; local
422 jvalue args[3]; local
449 jvalue args[4]; local
479 jvalue args[5]; local
535 jvalue args[1]; local
[all...]
/art/tools/ahat/src/test-dump/
H A DMain.java29 public static void main(String[] args) throws IOException { argument
30 if (args.length < 1) {
34 String file = args[0];
38 boolean baseline = args.length > 1 && args[1].equals("--base");

Completed in 1063 milliseconds

1234567891011>>