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

  /art/compiler/optimizing/
optimizing_cfi_test.cc 54 int core_reg = 0; local
57 for (; core_reg < 32; core_reg++) {
58 if (code_gen->IsCoreCalleeSaveRegister(core_reg)) {
59 auto location = Location::RegisterLocation(core_reg);
61 core_reg++;
  /art/compiler/dex/quick/
mir_to_lir.h 456 uint8_t core_reg; member in struct:art::Mir2Lir::PromotionMap
    [all...]

Completed in 46 milliseconds