Home
last modified time | relevance | path

Searched refs:Sync (Results 1 – 11 of 11) sorted by relevance

/art/compiler/optimizing/
Dintrinsics_mips64.cc896 __ Sync(0); in GenUnsafeGet() local
903 __ Sync(0); in GenUnsafeGet() local
920 __ Sync(0); in GenUnsafeGet() local
925 __ Sync(0); in GenUnsafeGet() local
937 __ Sync(0); in GenUnsafeGet() local
1031 __ Sync(0); in GenUnsafePut() local
1053 __ Sync(0); in GenUnsafePut() local
1263 __ Sync(0); in GenCas() local
1293 __ Sync(0); in GenCas() local
2341 __ Sync(0); in VisitThreadInterrupted() local
[all …]
Dintrinsics_mips.cc1045 __ Sync(0); in GenUnsafeGet() local
1064 __ Sync(0); in GenUnsafeGet() local
1074 __ Sync(0); in GenUnsafeGet() local
1091 __ Sync(0); in GenUnsafeGet() local
1179 __ Sync(0); in GenUnsafePut() local
1211 __ Sync(0); in GenUnsafePut() local
1417 __ Sync(0); in GenCas() local
1451 __ Sync(0); in GenCas() local
2680 __ Sync(0); in VisitThreadInterrupted() local
2682 __ Sync(0); in VisitThreadInterrupted() local
Dcode_generator_mips64.cc1876 __ Sync(0); in GenerateClassInitializationCheck() local
1909 __ Sync(0); // only stype 0 is supported in GenerateMemoryBarrier() local
5519 __ Sync(0); // Barrier to prevent load-load reordering. in GenerateReferenceLoadWithBakerReadBarrier() local
Dcode_generator_mips.cc2030 __ Sync(0); in GenerateClassInitializationCheck() local
2063 __ Sync(0); // Only stype 0 is supported. in GenerateMemoryBarrier() local
7400 __ Sync(0); // Barrier to prevent load-load reordering. in GenerateReferenceLoadWithBakerReadBarrier() local
/art/libartbase/base/
Dmem_map.h230 bool Sync();
Dmem_map.cc827 bool MemMap::Sync() { in Sync() function in art::MemMap
/art/compiler/utils/mips64/
Dassembler_mips64.h530 void Sync(uint32_t stype);
Dassembler_mips64.cc651 void Mips64Assembler::Sync(uint32_t stype) { in Sync() function in art::mips64::Mips64Assembler
/art/dex2oat/
Ddex2oat.cc1953 if (!map.Sync()) { in WriteOutputFiles()
/art/compiler/utils/mips/
Dassembler_mips.h368 void Sync(uint32_t stype);
Dassembler_mips.cc787 void MipsAssembler::Sync(uint32_t stype) { in Sync() function in art::mips::MipsAssembler