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

  /art/compiler/dex/quick/arm/
target_arm.cc 601 int table_size = fp_vmap_table_.size();
603 fp_vmap_table_.push_back(INVALID_VREG);
606 fp_vmap_table_[reg] = v_reg;
608 num_fp_spills_ = fp_vmap_table_.size();
call_arm.cc 288 fp_vmap_table_.clear();
  /art/compiler/dex/quick/
codegen_util.cc     [all...]
mir_to_lir.h 767 std::vector<uint32_t> fp_vmap_table_; member in class:art::Mir2Lir
    [all...]

Completed in 51 milliseconds