Home
last modified time | relevance | path

Searched defs:Sync (Results 1 – 7 of 7) sorted by relevance

/art/compiler/optimizing/
Dintrinsics_mips64.cc1173 __ Sync(0); in GenUnsafeGet() local
1180 __ Sync(0); in GenUnsafeGet() local
1197 __ Sync(0); in GenUnsafeGet() local
1202 __ Sync(0); in GenUnsafeGet() local
1214 __ Sync(0); in GenUnsafeGet() local
1309 __ Sync(0); in GenUnsafePut() local
1331 __ Sync(0); in GenUnsafePut() local
1540 __ Sync(0); in GenCas() local
1570 __ Sync(0); in GenCas() local
Dintrinsics_mips.cc1597 __ Sync(0); in GenUnsafeGet() local
1616 __ Sync(0); in GenUnsafeGet() local
1626 __ Sync(0); in GenUnsafeGet() local
1643 __ Sync(0); in GenUnsafeGet() local
1732 __ Sync(0); in GenUnsafePut() local
1764 __ Sync(0); in GenUnsafePut() local
1969 __ Sync(0); in GenCas() local
2003 __ Sync(0); in GenCas() local
Dcode_generator_mips64.cc1802 __ Sync(0); in GenerateClassInitializationCheck() local
1807 __ Sync(0); // only stype 0 is supported in GenerateMemoryBarrier() local
4541 __ Sync(0); // Barrier to prevent load-load reordering. in GenerateReferenceLoadWithBakerReadBarrier() local
Dcode_generator_mips.cc1970 __ Sync(0); in GenerateClassInitializationCheck() local
1975 __ Sync(0); // Only stype 0 is supported. in GenerateMemoryBarrier() local
6617 __ Sync(0); // Barrier to prevent load-load reordering. in GenerateReferenceLoadWithBakerReadBarrier() local
/art/runtime/
Dmem_map.cc622 bool MemMap::Sync() { in Sync() function in art::MemMap
/art/compiler/utils/mips64/
Dassembler_mips64.cc620 void Mips64Assembler::Sync(uint32_t stype) { in Sync() function in art::mips64::Mips64Assembler
/art/compiler/utils/mips/
Dassembler_mips.cc831 void MipsAssembler::Sync(uint32_t stype) { in Sync() function in art::mips::MipsAssembler