Home
last modified time | relevance | path

Searched refs:before (Results 26 – 50 of 59) sorted by relevance

123

/art/test/663-checker-select-generator/smali/
DTestCase.smali19 ## CHECK-START: boolean TestCase.testCase(boolean) select_generator (before)
49 …lang.Object TestCase.referenceTypeTestCase(Main$Sub1, Main$Sub2, boolean) select_generator (before)
/art/test/463-checker-boolean-simplifier/smali/
DMain2.smali34 ## CHECK-START: boolean Main2.BooleanNot(boolean) select_generator (before)
42 ## CHECK-START: boolean Main2.BooleanNot(boolean) select_generator (before)
89 ## CHECK-START: boolean Main2.ValuesOrdered(int, int, int) select_generator (before)
167 ## CHECK-START: int Main2.NegatedCondition(boolean) select_generator (before)
214 ## CHECK-START: int Main2.MultiplePhis() select_generator (before)
/art/test/588-checker-irreducib-lifetime-hole/smali/
DIrreducibleLoop.smali19 ## CHECK-START-X86: int IrreducibleLoop.simpleLoop1(int) dead_code_elimination$initial (before)
59 ## CHECK-START-X86: int IrreducibleLoop.simpleLoop2(int) dead_code_elimination$initial (before)
/art/tools/dexfuzz/src/dexfuzz/listeners/
DUniqueProgramTrackerListener.java196 File before = new File(fuzzedFile); in saveDivergentProgram() local
198 boolean success = before.renameTo(after); in saveDivergentProgram()
/art/test/606-erroneous-class/smali/
DErrClass.smali22 # Use a new instance before initializing it => hard verifier error.
/art/test/522-checker-regression-monitor-exit/smali/
DTest.smali20 …CHECK-START: int Test.synchronizedHashCode(java.lang.Object) dead_code_elimination$initial (before)
/art/test/468-checker-bool-simplif-regression/smali/
DTestCase.smali21 ## CHECK-START: boolean TestCase.testCase() select_generator (before)
/art/test/599-checker-irreducible-loop/smali/
DIrreducibleLoop.smali19 ## CHECK-START: int IrreducibleLoop.test(int) GVN (before)
/art/runtime/native/
Ddalvik_system_VMRuntime.cc576 DexCacheStats before; in VMRuntime_preloadDexCaches() local
580 PreloadDexCachesStatsFilled(&before); in VMRuntime_preloadDexCaches()
627 total.num_strings, before.num_strings, after.num_strings); in VMRuntime_preloadDexCaches()
629 total.num_types, before.num_types, after.num_types); in VMRuntime_preloadDexCaches()
631 total.num_fields, before.num_fields, after.num_fields); in VMRuntime_preloadDexCaches()
633 total.num_methods, before.num_methods, after.num_methods); in VMRuntime_preloadDexCaches()
/art/test/974-verify-interface-super/smali/
Dmain.smali21 const-string v0, "OK. No exception before invoke!"
/art/test/800-smali/smali/
Db_21869691A.smali22 # If we do this before a correct invoke-virtual C.a(), we poison the dex cache with an incorrect
/art/tools/
Dart57 --no-compile Don't invoke dex2oat before running.
630 -Xps-min-notification-before-wake:10 \
Ddex2oat_wrapper75 # It takes one optional argument which is the prefix to be inserted before each entry.
/art/test/485-checker-dce-loop-update/smali/
DTestCase.smali26 …HECK-START: int TestCase.testSingleExit(int, boolean) dead_code_elimination$after_inlining (before)
76 …int TestCase.testMultipleExits(int, boolean, boolean) dead_code_elimination$after_inlining (before)
132 … TestCase.testExitPredecessors(int, boolean, boolean) dead_code_elimination$after_inlining (before)
213 …RT: int TestCase.testInnerLoop(int, boolean, boolean) dead_code_elimination$after_inlining (before)
/art/test/559-checker-irreducible-loop/smali/
DIrreducibleLoop.smali31 ## CHECK-START: int IrreducibleLoop.simpleLoop(int) dead_code_elimination$initial (before)
104 ## CHECK-START: int IrreducibleLoop.dce(int) dead_code_elimination$initial (before)
178 ## CHECK-START: java.lang.Class IrreducibleLoop.gvn() GVN (before)
356 # Check than a loop before an irreducible loop is not part of the
/art/test/552-checker-primitive-typeprop/smali/
DSsaBuilder.smali21 # instruction use. SsaBuilder must substitute the int variant before removing it,
/art/test/624-checker-stringops/smali/
DSmali.smali47 ## CHECK-START: int Smali.builderLen2() instruction_simplifier (before)
83 ## CHECK-START: int Smali.bufferLoopAppender() instruction_simplifier (before)
140 ## CHECK-START: int Smali.builderLoopAppender() instruction_simplifier (before)
/art/compiler/driver/
Dcompiler_options_map.def18 #error "Please #define COMPILER_OPTIONS_KEY before #including this file"
/art/tools/jvmti-agents/titrace/
DREADME.md46 ##### Option 1: Attach the agent before any app code runs.
/art/dex2oat/
Ddex2oat_options.def18 #error "Please #define DEX2OAT_OPTIONS_KEY before #including this file"
/art/test/565-checker-irreducible-loop/smali/
DIrreducibleLoop.smali91 # Last use of v2 before the irreducible loop, that
/art/runtime/mirror/
Ddex_cache-inl.h353 T* const before = source.object.template Read<kReadBarrierOption>(); in VisitDexCachePairs() local
355 if (source.object.template Read<kReadBarrierOption>() != before) { in VisitDexCachePairs()
/art/test/
DREADME.chroot.md91 * Workaround: Run `m clean-oat-host` before the build step
/art/test/530-checker-peel-unroll/smali/
DPeelUnroll.smali19 ## CHECK-START: void PeelUnroll.unrollingWhile(int[]) loop_optimization (before)
125 ## CHECK-START: int PeelUnroll.unrollingWhileLiveOuts(int[]) loop_optimization (before)
/art/tools/ahat/
DREADME.txt109 Launch ahat server before processing the heap dump.

123