Home
last modified time | relevance | path

Searched refs:execute (Results 1 – 21 of 21) sorted by relevance

/art/test/802-deoptimization/smali/
Dcatch_handler_on_entry.smali5 # Test we can execute a method starting with a catch handler (without
9 # We execute the catch handler (Label1) for the first time with p0 == 0.
10 # We save its value in v0, increment p0 to 1 and execute the div-int
12 # That exception is caught by the catch handler so we execute it a second time.
13 # Now p0 == 1. When we we execute the div-int instruction, it succeeds and we
/art/tools/dexfuzz/src/dexfuzz/
DDexFuzz.java63 if (Options.repeat > 1 && Options.execute) { in main()
86 if ((Options.repeat > 1) && Options.execute) { in main()
88 } else if ((Options.repeat > 1) && !Options.execute) { in main()
90 } else if ((Options.repeat == 1) && Options.execute) { in main()
92 } else if ((Options.repeat == 1) && !Options.execute) { in main()
DOptions.java62 public static boolean execute; field in Options
158 execute = true; in handleFlagOption()
404 if (execute) { in validateOptions()
/art/test/602-deoptimizeable/src/
DMain.java57 public static void execute(Runnable runnable) throws Exception { in execute() method in Main
72 execute(new Runnable() { in main()
86 execute(new Runnable() { in main()
108 execute(new Runnable() { in main()
123 execute(new Runnable() { in main()
/art/tools/golem/
Dbuild-target.sh271 execute 'source' build/envsetup.sh
273 execute lunch "$lunch_target"
356 execute make "${j_arg}" "${make_target}"
376 execute tar -czf "${tarball}" "${dirs_rooted[@]}" --exclude .git --exclude .gitignore
/art/runtime/interpreter/mterp/arm/
Dop_nop.S3 GOTO_OPCODE ip @ execute it
Dop_const_4.S7 GOTO_OPCODE ip @ execute next instruction
Dop_move.S14 GOTO_OPCODE ip @ execute next instruction
/art/tools/dexfuzz/src/dexfuzz/fuzzers/
DFuzzerSingleExecute.java35 execute(program); in run()
DFuzzerMultipleExecute.java45 execute(program); in run()
DFuzzer.java225 protected void execute(Program program) { in execute() method in Fuzzer
247 executor.execute(programName); in execute()
309 goldenExecutor.execute(programName); in checkGoldenExecutorForSelfDivergence()
/art/test/080-oom-throw/
Dinfo.txt3 the interpreter and re-execute the bytecode.
/art/test/968-default-partial-compile-gen/util-src/
Dgenerate_java.py75 def execute(self): member in Compiler
131 Compiler(all_files, javac_exec, temp_dir, classes_dir).execute()
/art/test/971-iface-super/util-src/
Dgenerate_java.py75 def execute(self): member in Compiler
135 Compiler(all_files, javac_exec, temp_dir, classes_dir).execute()
/art/tools/ahat/src/heapdump/
DAhatSnapshot.java108 public boolean execute(Instance inst) { in AhatSnapshot()
123 doCreate.execute(instance); in AhatSnapshot()
/art/tools/dexfuzz/
DREADME18 ADB-connected Android device, and it will fuzz these seed files, and execute the
43 dexfuzz --inputs=<seeds dir> --execute --repeat=<attempts> \
68 Add in --execute-dir=<dir on device> if you want to specify an execution directory.
/art/test/115-native-bridge/src/
DNativeBridgeMain.java65 private static void execute() { in execute() method in Main.testCallStaticVoidMethodOnSubClass_SuperClass
/art/tools/dexfuzz/src/dexfuzz/executors/
DExecutor.java179 public void execute(String programName) { in execute() method in Executor
/art/test/004-JniTest/src/
DMain.java88 private static void execute() { in execute() method in Main.testCallStaticVoidMethodOnSubClass_SuperClass
/art/test/004-JniTest/
Djni_test.cc161 jmethodID execute = env->GetStaticMethodID(super_class, "execute", "()V"); in Java_Main_testCallStaticVoidMethodOnSubClassNative() local
162 CHECK(execute != nullptr); in Java_Main_testCallStaticVoidMethodOnSubClassNative()
167 env->CallStaticVoidMethod(sub_class, execute); in Java_Main_testCallStaticVoidMethodOnSubClassNative()
/art/runtime/interpreter/mterp/out/
Dmterp_arm.S410 GOTO_OPCODE ip @ execute it
428 GOTO_OPCODE ip @ execute next instruction
534 GOTO_OPCODE ip @ execute next instruction
731 GOTO_OPCODE ip @ execute next instruction
3606 GOTO_OPCODE ip @ execute next instruction