Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dintrinsics.cc432 enum Sync { kNoSync, kVolatile, kOrdered }; in GetIntrinsic() enum
Dintrinsics_mips64.cc950 __ Sync(0); in GenUnsafeGet() local
1052 __ Sync(0); in GenUnsafePut() local
1069 __ Sync(0); in GenUnsafePut() local
1233 __ Sync(0); in GenCas() local
1258 __ Sync(0); in GenCas() local
Dintrinsics_mips.cc1511 __ Sync(0); in GenUnsafeGet() local
1621 __ Sync(0); in GenUnsafePut() local
1648 __ Sync(0); in GenUnsafePut() local
1820 __ Sync(0); in GenCas() local
1854 __ Sync(0); in GenCas() local
Dcode_generator_mips.cc1102 __ Sync(0); in GenerateClassInitializationCheck() local
1107 __ Sync(0); // Only stype 0 is supported. in GenerateMemoryBarrier() local
Dcode_generator_mips64.cc989 __ Sync(0); // only stype 0 is supported in GenerateMemoryBarrier() local
/art/runtime/
Dmem_map.cc594 bool MemMap::Sync() { in Sync() function in art::MemMap
/art/compiler/utils/mips64/
Dassembler_mips64.cc460 void Mips64Assembler::Sync(uint32_t stype) { in Sync() function in art::mips64::Mips64Assembler
/art/compiler/utils/mips/
Dassembler_mips.cc451 void MipsAssembler::Sync(uint32_t stype) { in Sync() function in art::mips::MipsAssembler