/art/test/1920-suspend-native-monitor/ |
D | native_suspend_monitor.cc | 46 paused.store(true); in Java_art_Test1920_nativeSpin() 48 paused.store(false); in Java_art_Test1920_nativeSpin() 52 started.store(true); in Java_art_Test1920_nativeSpin() 64 should_pause.store(true); in Java_art_Test1920_pause() 65 paused.store(false); in Java_art_Test1920_pause() 69 should_pause.store(false); in Java_art_Test1920_resume() 74 started.store(false); in Java_art_Test1920_reset() 77 done.store(true); in Java_art_Test1920_nativeFinish()
|
/art/test/1921-suspend-native-recursive-monitor/ |
D | native_suspend_recursive_monitor.cc | 49 paused.store(true); in Java_art_Test1921_nativeSpin() 51 paused.store(false); in Java_art_Test1921_nativeSpin() 55 started.store(true); in Java_art_Test1921_nativeSpin() 70 should_pause.store(true); in Java_art_Test1921_pause() 71 paused.store(false); in Java_art_Test1921_pause() 76 should_pause.store(false); in Java_art_Test1921_resume() 81 started.store(false); in Java_art_Test1921_reset() 85 done.store(true); in Java_art_Test1921_nativeFinish()
|
/art/test/1942-suspend-raw-monitor-exit/ |
D | native_suspend_monitor.cc | 47 locked.store(true); in Java_art_Test1942_nativeRun() 49 paused.store(true); in Java_art_Test1942_nativeRun() 51 paused.store(false); in Java_art_Test1942_nativeRun() 55 locked.store(false); in Java_art_Test1942_nativeRun() 66 should_pause.store(false); in Java_art_Test1942_resume()
|
/art/test/1908-suspend-native-resume-self/ |
D | native_suspend_resume.cc | 42 started.store(true); in Java_art_Test1908_nativeSpinAndResume() 44 resuming.store(true); in Java_art_Test1908_nativeSpinAndResume() 46 resumed.store(true); in Java_art_Test1908_nativeSpinAndResume() 63 done.store(true); in Java_art_Test1908_nativeResume()
|
/art/disassembler/ |
D | disassembler_x86.cc | 330 bool store = false; // stores to memory (ie rm is on the left) in DumpInstruction() local 348 case rm8_r8: opcode1 = #opname; store = true; has_modrm = true; byte_operand = true; break; \ in DumpInstruction() 349 case rm32_r32: opcode1 = #opname; store = true; has_modrm = true; break; \ in DumpInstruction() 427 store = true; in DumpInstruction() 431 case 0x88: opcode1 = "mov"; store = true; has_modrm = true; byte_operand = true; break; in DumpInstruction() 432 case 0x89: opcode1 = "mov"; store = true; has_modrm = true; break; in DumpInstruction() 456 store = !load; in DumpInstruction() 468 store = !load; in DumpInstruction() 480 store = !load; in DumpInstruction() 492 store = !load; in DumpInstruction() [all …]
|
/art/test/1905-suspend-native/ |
D | native_suspend.cc | 38 started.store(true); in Java_art_Test1905_nativeSpin() 47 done.store(true); in Java_art_Test1905_nativeResume()
|
/art/runtime/interpreter/mterp/x86/ |
D | op_const_wide_32.S | 5 SET_VREG_HIGH rIBASE, rINST # store msw 6 SET_VREG %eax, rINST # store lsw
|
D | op_const_wide_16.S | 5 SET_VREG_HIGH rIBASE, rINST # store msw 6 SET_VREG %eax, rINST # store lsw
|
D | cvtfp_int.S | 25 fistpll VREG_ADDRESS(%ecx) # convert and store 27 fistpl VREG_ADDRESS(%ecx) # convert and store
|
/art/test/114-ParallelGC/src/ |
D | Main.java | 75 private ArrayList<Object> store; field in Main 97 store = l; // Keep it alive. in work() 140 store = null; // Allow GC to reclaim it. in work()
|
/art/test/1943-suspend-raw-monitor-wait/ |
D | native_suspend_monitor.cc | 45 locked.store(true); in Java_art_Test1943_nativeRun() 52 locked.store(false); in Java_art_Test1943_nativeRun()
|
/art/test/019-wrong-array-type/ |
D | expected.txt | 1 Got correct array store exception
|
/art/test/530-checker-lse/ |
D | info.txt | 1 Checker test for testing load-store elimination.
|
/art/test/674-vdex-uncompress/ |
D | build | 19 ./default-build "$@" --zip-compression-method store --zip-align 4
|
/art/test/677-fsi/ |
D | build | 17 ./default-build "$@" --zip-compression-method store --zip-align 4
|
/art/test/071-dexfile-map-clean/ |
D | build | 21 ./default-build "$@" --zip-compression-method store --zip-align 4
|
/art/runtime/interpreter/mterp/x86_64/ |
D | op_const_wide_16.S | 3 SET_WIDE_VREG %rax, rINSTq # store
|
D | op_const_wide_32.S | 3 SET_WIDE_VREG %rax, rINSTq # store
|
/art/test/530-checker-lse2/ |
D | info.txt | 1 Checker test for testing store/allocation elimination in presence of
|
/art/test/530-checker-lse-ctor-fences/ |
D | info.txt | 1 Checker test for testing load-store elimination with final fields (constructor fences).
|
/art/test/615-checker-arm64-store-zero/ |
D | info.txt | 1 Checker test to verify we correctly use wzr and xzr to store zero constants.
|
/art/test/530-regression-lse/ |
D | info.txt | 1 Regression test (b/72440777) for load store elimination across invocation
|
/art/test/619-checker-current-method/ |
D | info.txt | 1 Checks that we don't store the current method when the compiled
|
/art/runtime/mirror/ |
D | dex_cache-inl.h | 71 GetStrings()[StringSlotIndex(string_idx)].store( in SetResolvedString() 89 slot->store(cleared, std::memory_order_relaxed); in ClearString() 113 GetResolvedTypes()[TypeSlotIndex(type_idx)].store( in SetResolvedType() 126 slot->store(cleared, std::memory_order_relaxed); in ClearResolvedType() 145 GetResolvedMethodTypes()[MethodTypeSlotIndex(proto_idx)].store( in SetResolvedMethodType() 276 array[idx].store(v, std::memory_order_release); in SetNativePairPtrSize() 297 pairs[i].store(source, std::memory_order_relaxed); in VisitDexCachePairs() 335 dest[i].store(source, std::memory_order_relaxed); in FixupStrings() 347 dest[i].store(source, std::memory_order_relaxed); in FixupResolvedTypes() 360 dest[i].store(source, std::memory_order_relaxed); in FixupResolvedMethodTypes()
|
/art/test/608-checker-unresolved-lse/ |
D | info.txt | 1 Regression test for the load store elimination optimization,
|