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

  /art/compiler/optimizing/
intrinsics_utils.h 54 SaveLiveRegisters(codegen, invoke_->GetLocations());
code_generator_arm64.cc 219 void SlowPathCodeARM64::SaveLiveRegisters(CodeGenerator* codegen, LocationSummary* locations) {
263 SaveLiveRegisters(codegen, instruction_->GetLocations());
328 SaveLiveRegisters(codegen, locations);
378 SaveLiveRegisters(codegen, locations);
408 SaveLiveRegisters(codegen, instruction_->GetLocations());
434 SaveLiveRegisters(codegen, locations); // Only saves live 128-bit regs for SIMD.
482 SaveLiveRegisters(codegen, locations);
530 SaveLiveRegisters(codegen, locations);
551 SaveLiveRegisters(codegen, locations);
    [all...]
code_generator.h 98 virtual void SaveLiveRegisters(CodeGenerator* codegen, LocationSummary* locations);
    [all...]
code_generator_arm64.h 113 void SaveLiveRegisters(CodeGenerator* codegen, LocationSummary* locations) OVERRIDE;
    [all...]
code_generator_arm_vixl.h 227 void SaveLiveRegisters(CodeGenerator* codegen, LocationSummary* locations) OVERRIDE;
    [all...]
code_generator_arm_vixl.cc 168 // SaveLiveRegisters and RestoreLiveRegisters from SlowPathCodeARM operate on sets of S registers,
337 void SlowPathCodeARMVIXL::SaveLiveRegisters(CodeGenerator* codegen, LocationSummary* locations) {
410 SaveLiveRegisters(codegen, instruction_->GetLocations());
497 SaveLiveRegisters(codegen, instruction_->GetLocations());
538 SaveLiveRegisters(codegen, locations);
590 SaveLiveRegisters(codegen, locations);
623 SaveLiveRegisters(codegen, locations);
677 SaveLiveRegisters(codegen, locations);
699 SaveLiveRegisters(codegen, locations);
    [all...]
code_generator_mips64.cc 128 SaveLiveRegisters(codegen, instruction_->GetLocations());
195 SaveLiveRegisters(codegen, locations);
250 SaveLiveRegisters(codegen, locations);
283 SaveLiveRegisters(codegen, instruction_->GetLocations());
309 SaveLiveRegisters(codegen, locations); // Only saves live vector registers for SIMD.
356 SaveLiveRegisters(codegen, locations);
405 SaveLiveRegisters(codegen, locations);
426 SaveLiveRegisters(codegen, locations);
755 SaveLiveRegisters(codegen, locations);
772 // art::SlowPathCode::SaveLiveRegisters, as it is
    [all...]
code_generator_x86.cc 67 SaveLiveRegisters(codegen, instruction_->GetLocations());
138 SaveLiveRegisters(codegen, instruction_->GetLocations());
194 SaveLiveRegisters(codegen, locations); // Only saves full width XMM for SIMD.
233 SaveLiveRegisters(codegen, locations);
266 SaveLiveRegisters(codegen, locations);
328 SaveLiveRegisters(codegen, locations);
383 SaveLiveRegisters(codegen, locations);
405 SaveLiveRegisters(codegen, locations);
730 SaveLiveRegisters(codegen, locations);
747 // art::SlowPathCode::SaveLiveRegisters, as it is
    [all...]
code_generator_x86_64.cc 71 SaveLiveRegisters(codegen, instruction_->GetLocations());
150 SaveLiveRegisters(codegen, locations); // Only saves full width XMM for SIMD.
190 SaveLiveRegisters(codegen, instruction_->GetLocations());
254 SaveLiveRegisters(codegen, locations);
304 SaveLiveRegisters(codegen, locations);
348 SaveLiveRegisters(codegen, locations);
398 SaveLiveRegisters(codegen, locations);
420 SaveLiveRegisters(codegen, locations);
755 SaveLiveRegisters(codegen, locations);
772 // art::SlowPathCode::SaveLiveRegisters, as it is
    [all...]
code_generator_mips.cc 176 SaveLiveRegisters(codegen, instruction_->GetLocations());
242 SaveLiveRegisters(codegen, locations);
297 SaveLiveRegisters(codegen, locations);
327 SaveLiveRegisters(codegen, instruction_->GetLocations());
353 SaveLiveRegisters(codegen, locations); // Only saves live vector registers for SIMD.
399 SaveLiveRegisters(codegen, locations);
448 SaveLiveRegisters(codegen, locations);
469 SaveLiveRegisters(codegen, locations);
808 SaveLiveRegisters(codegen, locations);
    [all...]
code_generator.cc     [all...]
intrinsics_arm64.cc 119 SaveLiveRegisters(codegen, invoke_->GetLocations());
    [all...]
intrinsics_arm_vixl.cc 96 SaveLiveRegisters(codegen, invoke_->GetLocations());
    [all...]
intrinsics_mips.cc 112 SaveLiveRegisters(codegen, invoke_->GetLocations());
    [all...]
intrinsics_mips64.cc 101 SaveLiveRegisters(codegen, invoke_->GetLocations());
    [all...]

Completed in 1482 milliseconds