Searched defs:AddLocationAsTemp (Results 1 - 6 of 6) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_mips64.cc865 void CodeGeneratorMIPS64::AddLocationAsTemp(Location location, LocationSummary* locations) { function in class:art::mips64::CodeGeneratorMIPS64
869 UNIMPLEMENTED(FATAL) << "AddLocationAsTemp not implemented for location " << location;
H A Dcode_generator_arm64.cc1068 void CodeGeneratorARM64::AddLocationAsTemp(Location location, LocationSummary* locations) { function in class:art::arm64::CodeGeneratorARM64
1072 UNIMPLEMENTED(FATAL) << "AddLocationAsTemp not implemented for location " << location;
H A Dcode_generator_mips.cc966 void CodeGeneratorMIPS::AddLocationAsTemp(Location location, LocationSummary* locations) { function in class:art::mips::CodeGeneratorMIPS
973 UNIMPLEMENTED(FATAL) << "AddLocationAsTemp not implemented for location " << location;
H A Dcode_generator_arm.cc1178 void CodeGeneratorARM::AddLocationAsTemp(Location location, LocationSummary* locations) { function in class:art::arm::CodeGeneratorARM
1185 UNIMPLEMENTED(FATAL) << "AddLocationAsTemp not implemented for location " << location;
H A Dcode_generator_x86.cc1114 void CodeGeneratorX86::AddLocationAsTemp(Location location, LocationSummary* locations) { function in class:art::x86::CodeGeneratorX86
1121 UNIMPLEMENTED(FATAL) << "AddLocationAsTemp not implemented for location " << location;
H A Dcode_generator_x86_64.cc1218 void CodeGeneratorX86_64::AddLocationAsTemp(Location location, LocationSummary* locations) { function in class:art::x86_64::CodeGeneratorX86_64
1222 UNIMPLEMENTED(FATAL) << "AddLocationAsTemp not implemented for location " << location;

Completed in 87 milliseconds