Searched refs:boundary_map_ (Results 1 - 2 of 2) sorted by relevance

/art/compiler/dex/quick/
H A Dcodegen_util.cc794 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);
H A Dmir_to_lir.h730 SafeMap<unsigned int, LIR*> boundary_map_; // boundary lookup cache. member in class:art::Mir2Lir

Completed in 42 milliseconds