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

  /art/compiler/dex/
mir_optimization.cc 738 temp_bit_vector_size_ = GetNumSSARegs();
740 temp_scoped_alloc_.get(), temp_bit_vector_size_, false, kBitMapTempSSARegisterV);
    [all...]
mir_graph.cc 95 temp_bit_vector_size_(0u),
    [all...]
ssa_transformation.cc 459 DCHECK_EQ(temp_bit_vector_size_, cu_->num_dalvik_registers);
mir_graph.h 1166 uint32_t temp_bit_vector_size_; member in class:art::MIRGraph
    [all...]

Completed in 116 milliseconds