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

  /art/compiler/optimizing/
intrinsics_utils.h 72 RestoreLiveRegisters(codegen, invoke_->GetLocations());
code_generator_arm64.cc 243 void SlowPathCodeARM64::RestoreLiveRegisters(CodeGenerator* codegen, LocationSummary* locations) {
359 RestoreLiveRegisters(codegen, locations);
430 RestoreLiveRegisters(codegen, locations);
500 RestoreLiveRegisters(codegen, locations); // Only restores live 128-bit regs for SIMD.
570 RestoreLiveRegisters(codegen, locations);
638 RestoreLiveRegisters(codegen, locations);
    [all...]
code_generator.h 96 virtual void RestoreLiveRegisters(CodeGenerator* codegen, LocationSummary* locations);
    [all...]
code_generator_arm64.h 114 void RestoreLiveRegisters(CodeGenerator* codegen, LocationSummary* locations) OVERRIDE;
    [all...]
code_generator_arm_vixl.h 228 void RestoreLiveRegisters(CodeGenerator* codegen, LocationSummary* locations) OVERRIDE;
    [all...]
code_generator_mips64.cc 235 RestoreLiveRegisters(codegen, locations);
329 RestoreLiveRegisters(codegen, locations);
392 RestoreLiveRegisters(codegen, locations); // Only restores live vector registers for SIMD.
457 RestoreLiveRegisters(codegen, locations);
526 RestoreLiveRegisters(codegen, locations);
    [all...]
code_generator_arm_vixl.cc 162 // SaveLiveRegisters and RestoreLiveRegisters from SlowPathCodeARM operate on sets of S registers,
317 void SlowPathCodeARMVIXL::RestoreLiveRegisters(CodeGenerator* codegen, LocationSummary* locations) {
532 RestoreLiveRegisters(codegen, locations);
604 RestoreLiveRegisters(codegen, locations);
659 RestoreLiveRegisters(codegen, locations);
729 RestoreLiveRegisters(codegen, locations);
    [all...]
code_generator_mips.cc 281 RestoreLiveRegisters(codegen, locations);
376 RestoreLiveRegisters(codegen, locations);
443 RestoreLiveRegisters(codegen, locations); // Only restores live vector registers for SIMD.
507 RestoreLiveRegisters(codegen, locations);
576 RestoreLiveRegisters(codegen, locations);
    [all...]
code_generator_x86.cc 193 RestoreLiveRegisters(codegen, locations); // Only restores full width XMM for SIMD.
237 RestoreLiveRegisters(codegen, locations);
291 RestoreLiveRegisters(codegen, locations);
365 RestoreLiveRegisters(codegen, locations);
435 RestoreLiveRegisters(codegen, locations);
    [all...]
code_generator_x86_64.cc 150 RestoreLiveRegisters(codegen, locations); // Only restores full width XMM for SIMD.
271 RestoreLiveRegisters(codegen, locations);
320 RestoreLiveRegisters(codegen, locations);
378 RestoreLiveRegisters(codegen, locations);
448 RestoreLiveRegisters(codegen, locations);
    [all...]
code_generator.cc     [all...]
intrinsics_arm64.cc 143 RestoreLiveRegisters(codegen, invoke_->GetLocations());
    [all...]
intrinsics_arm_vixl.cc 113 RestoreLiveRegisters(codegen, invoke_->GetLocations());
    [all...]
intrinsics_mips.cc 130 RestoreLiveRegisters(codegen, invoke_->GetLocations());
    [all...]
intrinsics_mips64.cc 119 RestoreLiveRegisters(codegen, invoke_->GetLocations());
    [all...]

Completed in 416 milliseconds