Searched defs:core_reg (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Doptimizing_cfi_test.cc54 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/
H A Dmir_to_lir.h456 uint8_t core_reg; member in struct:art::Mir2Lir::PromotionMap

Completed in 65 milliseconds