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

  /art/compiler/jni/quick/arm/
calling_convention_arm.h 41 const ManagedRegisterEntrySpills& EntrySpills() OVERRIDE;
44 ManagedRegisterEntrySpills entry_spills_;
calling_convention_arm.cc 88 const ManagedRegisterEntrySpills& ArmManagedRuntimeCallingConvention::EntrySpills() {
  /art/compiler/jni/quick/arm64/
calling_convention_arm64.h 41 const ManagedRegisterEntrySpills& EntrySpills() OVERRIDE;
44 ManagedRegisterEntrySpills entry_spills_;
calling_convention_arm64.cc 103 const ManagedRegisterEntrySpills& Arm64ManagedRuntimeCallingConvention::EntrySpills() {
  /art/compiler/jni/quick/mips/
calling_convention_mips.h 41 const ManagedRegisterEntrySpills& EntrySpills() OVERRIDE;
44 ManagedRegisterEntrySpills entry_spills_;
calling_convention_mips.cc 88 const ManagedRegisterEntrySpills& MipsManagedRuntimeCallingConvention::EntrySpills() {
  /art/compiler/jni/quick/x86/
calling_convention_x86.h 42 const ManagedRegisterEntrySpills& EntrySpills() OVERRIDE;
44 ManagedRegisterEntrySpills entry_spills_;
calling_convention_x86.cc 93 const ManagedRegisterEntrySpills& X86ManagedRuntimeCallingConvention::EntrySpills() {
  /art/compiler/jni/quick/x86_64/
calling_convention_x86_64.h 42 const ManagedRegisterEntrySpills& EntrySpills() OVERRIDE;
44 ManagedRegisterEntrySpills entry_spills_;
calling_convention_x86_64.cc 103 const ManagedRegisterEntrySpills& X86_64ManagedRuntimeCallingConvention::EntrySpills() {
  /art/compiler/utils/
managed_register.h 110 class ManagedRegisterEntrySpills : public std::vector<ManagedRegisterSpill> {
assembler.h 373 const ManagedRegisterEntrySpills& entry_spills) = 0;
  /art/compiler/jni/quick/
calling_convention.h 249 virtual const ManagedRegisterEntrySpills& EntrySpills() = 0;
  /art/compiler/utils/arm64/
assembler_arm64.h 104 const ManagedRegisterEntrySpills& entry_spills) OVERRIDE;
assembler_arm64.cc 641 const ManagedRegisterEntrySpills& entry_spills) {
  /art/compiler/utils/x86_64/
assembler_x86_64_test.cc 246 ManagedRegisterEntrySpills entry_spills;
assembler_x86_64.h 507 const ManagedRegisterEntrySpills& entry_spills) OVERRIDE;
assembler_x86_64.cc     [all...]
  /art/compiler/utils/mips/
assembler_mips.h 161 const ManagedRegisterEntrySpills& entry_spills) OVERRIDE;
assembler_mips.cc 543 const ManagedRegisterEntrySpills& entry_spills) {
    [all...]
  /art/compiler/utils/arm/
assembler_arm.cc 397 const ManagedRegisterEntrySpills& entry_spills) {
assembler_arm.h 617 const ManagedRegisterEntrySpills& entry_spills) OVERRIDE;
  /art/compiler/utils/x86/
assembler_x86.h 465 const ManagedRegisterEntrySpills& entry_spills) OVERRIDE;
assembler_x86.cc     [all...]

Completed in 2684 milliseconds