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

  /art/compiler/dex/quick/
codegen_util.cc 794 it = boundary_map_.find(vaddr);
795 if (it == boundary_map_.end()) {
894 if (boundary_map_.find(offset) == boundary_map_.end()) {
895 boundary_map_.Put(offset, res);
    [all...]
mir_to_lir.h 730 SafeMap<unsigned int, LIR*> boundary_map_; \/\/ boundary lookup cache. member in class:art::Mir2Lir
    [all...]

Completed in 342 milliseconds