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

  /art/compiler/dex/quick/
ralloc_util.cc 256 int Mir2Lir::AllocPreservedFPReg(int s_reg, bool double_start) {
258 if (double_start) {
925 counts[p_map_idx].double_start = true;
1002 if (FpRegs[i].double_start) {
1022 FpRegs[i].double_start);
    [all...]
mir_to_lir.h 190 bool double_start; // Starting v_reg for a double member in struct:art::Mir2Lir::RefCounts
329 int AllocPreservedFPReg(int s_reg, bool double_start);
    [all...]

Completed in 49 milliseconds