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 515 static void GenAbsInteger(LocationSummary* locations,
533 GenAbsInteger(invoke->GetLocations(), /* is64bit */ false, GetVIXLAssembler());
541 GenAbsInteger(invoke->GetLocations(), /* is64bit */ true, GetVIXLAssembler());
    [all...]
intrinsics_arm_vixl.cc 473 static void GenAbsInteger(LocationSummary* locations,
509 GenAbsInteger(invoke->GetLocations(), /* is64bit */ false, GetAssembler());
518 GenAbsInteger(invoke->GetLocations(), /* is64bit */ true, GetAssembler());
    [all...]
intrinsics_mips.cc 818 static void GenAbsInteger(LocationSummary* locations, bool is64bit, MipsAssembler* assembler) {
852 GenAbsInteger(invoke->GetLocations(), /* is64bit */ false, GetAssembler());
861 GenAbsInteger(invoke->GetLocations(), /* is64bit */ true, GetAssembler());
    [all...]
intrinsics_mips64.cc 512 static void GenAbsInteger(LocationSummary* locations, bool is64bit, Mips64Assembler* assembler) {
533 GenAbsInteger(invoke->GetLocations(), /* is64bit */ false, GetAssembler());
542 GenAbsInteger(invoke->GetLocations(), /* is64bit */ true, GetAssembler());
    [all...]
intrinsics_x86_64.cc 301 static void GenAbsInteger(LocationSummary* locations, bool is64bit, X86_64Assembler* assembler) {
328 GenAbsInteger(invoke->GetLocations(), /* is64bit */ false, GetAssembler());
336 GenAbsInteger(invoke->GetLocations(), /* is64bit */ true, GetAssembler());
    [all...]
intrinsics_x86.cc 427 static void GenAbsInteger(LocationSummary* locations, X86Assembler* assembler) {
486 GenAbsInteger(invoke->GetLocations(), GetAssembler());
    [all...]

Completed in 947 milliseconds