HomeSort by relevance Sort by last modified time
    Searched defs:kCoreCalleeSaves (Results 1 - 5 of 5) sorted by null

  /art/compiler/optimizing/
code_generator_mips64.h 54 static constexpr GpuRegister kCoreCalleeSaves[] =
code_generator_arm_vixl.h 78 static const vixl::aarch32::RegisterList kCoreCalleeSaves = vixl::aarch32::RegisterList::Union(
    [all...]
code_generator_mips.h 56 static constexpr Register kCoreCalleeSaves[] =
code_generator_x86.cc 48 static constexpr Register kCoreCalleeSaves[] = { EBP, ESI, EDI };
    [all...]
code_generator_x86_64.cc 53 static constexpr Register kCoreCalleeSaves[] = { RBX, RBP, R12, R13, R14, R15 };
    [all...]

Completed in 94 milliseconds