Searched defs:mem_ref_type_ (Results 1 - 1 of 1) sorted by relevance

/art/compiler/dex/quick/
H A Dmir_to_lir.h553 // Helper class for changing mem_ref_type_ until the end of current scope. See mem_ref_type_.
558 old_mem_ref_type_(m2l->mem_ref_type_) {
559 m2l_->mem_ref_type_ = new_mem_ref_type;
563 m2l_->mem_ref_type_ = old_mem_ref_type_;
1733 ResourceMask::ResourceBit mem_ref_type_; member in class:art::Mir2Lir

Completed in 59 milliseconds