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 216 void SlowPathCodeARM64::SaveLiveRegisters(CodeGenerator* codegen, LocationSummary* locations) {
260 SaveLiveRegisters(codegen, instruction_->GetLocations());
340 SaveLiveRegisters(codegen, locations);
421 SaveLiveRegisters(codegen, locations);
471 SaveLiveRegisters(codegen, instruction_->GetLocations());
497 SaveLiveRegisters(codegen, locations); // Only saves live 128-bit regs for SIMD.
545 SaveLiveRegisters(codegen, locations);
593 SaveLiveRegisters(codegen, locations);
614 SaveLiveRegisters(codegen, locations);
    [all...]
code_generator_mips64.cc 115 SaveLiveRegisters(codegen, instruction_->GetLocations());
187 SaveLiveRegisters(codegen, locations);
287 SaveLiveRegisters(codegen, locations);
363 SaveLiveRegisters(codegen, instruction_->GetLocations());
389 SaveLiveRegisters(codegen, locations); // Only saves live vector registers for SIMD.
432 SaveLiveRegisters(codegen, locations);
481 SaveLiveRegisters(codegen, locations);
502 SaveLiveRegisters(codegen, locations);
    [all...]
code_generator.h 94 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 162 // SaveLiveRegisters and RestoreLiveRegisters from SlowPathCodeARM operate on sets of S registers,
279 void SlowPathCodeARMVIXL::SaveLiveRegisters(CodeGenerator* codegen, LocationSummary* locations) {
352 SaveLiveRegisters(codegen, instruction_->GetLocations());
439 SaveLiveRegisters(codegen, instruction_->GetLocations());
481 SaveLiveRegisters(codegen, locations);
568 SaveLiveRegisters(codegen, locations);
629 SaveLiveRegisters(codegen, locations);
683 SaveLiveRegisters(codegen, locations);
705 SaveLiveRegisters(codegen, locations);
    [all...]
code_generator_mips.cc 160 SaveLiveRegisters(codegen, instruction_->GetLocations());
231 SaveLiveRegisters(codegen, locations);
337 SaveLiveRegisters(codegen, locations);
414 SaveLiveRegisters(codegen, instruction_->GetLocations());
440 SaveLiveRegisters(codegen, locations); // Only saves live vector registers for SIMD.
482 SaveLiveRegisters(codegen, locations);
531 SaveLiveRegisters(codegen, locations);
552 SaveLiveRegisters(codegen, locations);
    [all...]
code_generator_x86.cc 64 SaveLiveRegisters(codegen, instruction_->GetLocations());
135 SaveLiveRegisters(codegen, instruction_->GetLocations());
190 SaveLiveRegisters(codegen, locations); // Only saves full width XMM for SIMD.
229 SaveLiveRegisters(codegen, locations);
269 SaveLiveRegisters(codegen, locations);
334 SaveLiveRegisters(codegen, locations);
389 SaveLiveRegisters(codegen, locations);
411 SaveLiveRegisters(codegen, locations);
736 SaveLiveRegisters(codegen, locations);
753 // art::SlowPathCode::SaveLiveRegisters, as it is
    [all...]
code_generator_x86_64.cc 68 SaveLiveRegisters(codegen, instruction_->GetLocations());
147 SaveLiveRegisters(codegen, locations); // Only saves full width XMM for SIMD.
187 SaveLiveRegisters(codegen, instruction_->GetLocations());
250 SaveLiveRegisters(codegen, locations);
309 SaveLiveRegisters(codegen, locations);
352 SaveLiveRegisters(codegen, locations);
402 SaveLiveRegisters(codegen, locations);
424 SaveLiveRegisters(codegen, locations);
759 SaveLiveRegisters(codegen, locations);
776 // art::SlowPathCode::SaveLiveRegisters, as it is
    [all...]
code_generator.cc     [all...]
intrinsics_arm64.cc 118 SaveLiveRegisters(codegen, invoke_->GetLocations());
    [all...]
intrinsics_arm_vixl.cc 95 SaveLiveRegisters(codegen, invoke_->GetLocations());
    [all...]
intrinsics_mips.cc 110 SaveLiveRegisters(codegen, invoke_->GetLocations());
    [all...]
intrinsics_mips64.cc 99 SaveLiveRegisters(codegen, invoke_->GetLocations());
    [all...]

Completed in 217 milliseconds