Searched refs:Sync (Results 1 - 13 of 13) sorted by relevance

/art/runtime/
H A Dmem_map.h129 bool Sync();
H A Dmem_map.cc597 bool MemMap::Sync() { function in class:art::MemMap
/art/compiler/optimizing/
H A Dintrinsics.cc432 enum Sync { kNoSync, kVolatile, kOrdered }; enum
433 const Sync sync =
H A Dintrinsics_mips64.cc950 __ Sync(0);
1052 __ Sync(0);
1069 __ Sync(0);
1233 __ Sync(0);
1258 __ Sync(0);
H A Dintrinsics_mips.cc1511 __ Sync(0);
1621 __ Sync(0);
1648 __ Sync(0);
1820 __ Sync(0);
1854 __ Sync(0);
H A Dcode_generator_mips.cc1102 __ Sync(0);
1107 __ Sync(0); // Only stype 0 is supported.
H A Dcode_generator_mips64.cc989 __ Sync(0); // only stype 0 is supported
/art/compiler/utils/mips/
H A Dassembler_mips.h186 void Sync(uint32_t stype);
H A Dassembler_mips.cc451 void MipsAssembler::Sync(uint32_t stype) { function in class:art::mips::MipsAssembler
/art/compiler/utils/mips64/
H A Dassembler_mips64.h195 void Sync(uint32_t stype);
H A Dassembler_mips64.cc460 void Mips64Assembler::Sync(uint32_t stype) { function in class:art::mips64::Mips64Assembler
/art/compiler/
H A Doat_writer.cc2216 if (opened_dex_files_map != nullptr && !opened_dex_files_map->Sync()) {
2217 PLOG(ERROR) << "Failed to Sync() type lookup tables. Map: " << opened_dex_files_map->GetName();
/art/dex2oat/
H A Ddex2oat.cc1654 // Sync the data to the file, in case we did dex2dex transformations.
1656 if (!map->Sync()) {
1657 PLOG(ERROR) << "Failed to Sync() dex2dex output. Map: " << map->GetName();

Completed in 158 milliseconds