HomeSort by relevance Sort by last modified time
    Searched refs:GenAbsInteger (Results 1 - 6 of 6) sorted by null

  /art/compiler/optimizing/
intrinsics_arm64.cc 565 static void GenAbsInteger(LocationSummary* locations,
583 GenAbsInteger(invoke->GetLocations(), /* is64bit */ false, GetVIXLAssembler());
591 GenAbsInteger(invoke->GetLocations(), /* is64bit */ true, GetVIXLAssembler());
    [all...]
intrinsics_arm_vixl.cc 464 static void GenAbsInteger(LocationSummary* locations,
500 GenAbsInteger(invoke->GetLocations(), /* is64bit */ false, GetAssembler());
509 GenAbsInteger(invoke->GetLocations(), /* is64bit */ true, GetAssembler());
    [all...]
intrinsics_mips.cc 815 static void GenAbsInteger(LocationSummary* locations, bool is64bit, MipsAssembler* assembler) {
849 GenAbsInteger(invoke->GetLocations(), /* is64bit */ false, GetAssembler());
858 GenAbsInteger(invoke->GetLocations(), /* is64bit */ true, GetAssembler());
    [all...]
intrinsics_mips64.cc 509 static void GenAbsInteger(LocationSummary* locations, bool is64bit, Mips64Assembler* assembler) {
530 GenAbsInteger(invoke->GetLocations(), /* is64bit */ false, GetAssembler());
539 GenAbsInteger(invoke->GetLocations(), /* is64bit */ true, GetAssembler());
    [all...]
intrinsics_x86_64.cc 297 static void GenAbsInteger(LocationSummary* locations, bool is64bit, X86_64Assembler* assembler) {
324 GenAbsInteger(invoke->GetLocations(), /* is64bit */ false, GetAssembler());
332 GenAbsInteger(invoke->GetLocations(), /* is64bit */ true, GetAssembler());
    [all...]
intrinsics_x86.cc 421 static void GenAbsInteger(LocationSummary* locations, X86Assembler* assembler) {
479 GenAbsInteger(invoke->GetLocations(), GetAssembler());
    [all...]

Completed in 70 milliseconds