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

  /art/compiler/dex/quick/
mir_to_lir.h 221 struct PromotionMap {
    [all...]
codegen_util.cc 204 PromotionMap v_reg_map = promotion_map_[i];
    [all...]
gen_invoke.cc 271 PromotionMap* v_map = &promotion_map_[start_vreg + i];
288 PromotionMap* p_map = v_map + (t_loc->high_word ? -1 : +1);
    [all...]

Completed in 123 milliseconds