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

  /art/compiler/optimizing/
optimizing_cfi_test.cc 84 if (code_gen_->IsFloatingPointCalleeSaveRegister(fp_reg)) {
register_allocator_linear_scan.cc 159 if (!caller_save_only || !codegen_->IsFloatingPointCalleeSaveRegister(i)) {
774 : !codegen_->IsFloatingPointCalleeSaveRegister(reg);
    [all...]
register_allocator_graph_color.cc     [all...]
code_generator.h 286 bool IsFloatingPointCalleeSaveRegister(int reg) const {
    [all...]

Completed in 130 milliseconds