Home
last modified time | relevance | path

Searched refs:store (Results 1 – 25 of 60) sorted by relevance

123

/art/test/1920-suspend-native-monitor/
Dnative_suspend_monitor.cc46 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/
Dnative_suspend_recursive_monitor.cc49 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/
Dnative_suspend_monitor.cc47 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/
Dnative_suspend_resume.cc42 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/
Ddisassembler_x86.cc330 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/
Dnative_suspend.cc38 started.store(true); in Java_art_Test1905_nativeSpin()
47 done.store(true); in Java_art_Test1905_nativeResume()
/art/runtime/interpreter/mterp/x86/
Dop_const_wide_32.S5 SET_VREG_HIGH rIBASE, rINST # store msw
6 SET_VREG %eax, rINST # store lsw
Dop_const_wide_16.S5 SET_VREG_HIGH rIBASE, rINST # store msw
6 SET_VREG %eax, rINST # store lsw
Dcvtfp_int.S25 fistpll VREG_ADDRESS(%ecx) # convert and store
27 fistpl VREG_ADDRESS(%ecx) # convert and store
/art/test/114-ParallelGC/src/
DMain.java75 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/
Dnative_suspend_monitor.cc45 locked.store(true); in Java_art_Test1943_nativeRun()
52 locked.store(false); in Java_art_Test1943_nativeRun()
/art/test/019-wrong-array-type/
Dexpected.txt1 Got correct array store exception
/art/test/530-checker-lse/
Dinfo.txt1 Checker test for testing load-store elimination.
/art/test/674-vdex-uncompress/
Dbuild19 ./default-build "$@" --zip-compression-method store --zip-align 4
/art/test/677-fsi/
Dbuild17 ./default-build "$@" --zip-compression-method store --zip-align 4
/art/test/071-dexfile-map-clean/
Dbuild21 ./default-build "$@" --zip-compression-method store --zip-align 4
/art/runtime/interpreter/mterp/x86_64/
Dop_const_wide_16.S3 SET_WIDE_VREG %rax, rINSTq # store
Dop_const_wide_32.S3 SET_WIDE_VREG %rax, rINSTq # store
/art/test/530-checker-lse2/
Dinfo.txt1 Checker test for testing store/allocation elimination in presence of
/art/test/530-checker-lse-ctor-fences/
Dinfo.txt1 Checker test for testing load-store elimination with final fields (constructor fences).
/art/test/615-checker-arm64-store-zero/
Dinfo.txt1 Checker test to verify we correctly use wzr and xzr to store zero constants.
/art/test/530-regression-lse/
Dinfo.txt1 Regression test (b/72440777) for load store elimination across invocation
/art/test/619-checker-current-method/
Dinfo.txt1 Checks that we don't store the current method when the compiled
/art/runtime/mirror/
Ddex_cache-inl.h71 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/
Dinfo.txt1 Regression test for the load store elimination optimization,

123