Searched defs:GenAbsInteger (Results 1 - 4 of 4) sorted by relevance

/art/compiler/optimizing/
H A Dintrinsics_arm.cc262 static void GenAbsInteger(LocationSummary* locations, function in namespace:art::arm
298 GenAbsInteger(invoke->GetLocations(), false, GetAssembler());
307 GenAbsInteger(invoke->GetLocations(), true, GetAssembler());
H A Dintrinsics_arm64.cc329 static void GenAbsInteger(LocationSummary* locations, function in namespace:art::arm64
347 GenAbsInteger(invoke->GetLocations(), false, GetVIXLAssembler());
355 GenAbsInteger(invoke->GetLocations(), true, GetVIXLAssembler());
H A Dintrinsics_x86.cc405 static void GenAbsInteger(LocationSummary* locations, X86Assembler* assembler) { function in namespace:art::x86
464 GenAbsInteger(invoke->GetLocations(), GetAssembler());
H A Dintrinsics_x86_64.cc350 static void GenAbsInteger(LocationSummary* locations, bool is64bit, X86_64Assembler* assembler) { function in namespace:art::x86_64
377 GenAbsInteger(invoke->GetLocations(), false, GetAssembler());
385 GenAbsInteger(invoke->GetLocations(), true, GetAssembler());

Completed in 210 milliseconds