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

/art/compiler/dex/quick/
H A Dmir_to_lir.h529 // Helper class for changing mem_ref_type_ until the end of current scope. See mem_ref_type_.
534 old_mem_ref_type_(m2l->mem_ref_type_) {
535 m2l_->mem_ref_type_ = new_mem_ref_type;
539 m2l_->mem_ref_type_ = old_mem_ref_type_;
1836 ResourceMask::ResourceBit mem_ref_type_; member in class:art::Mir2Lir

Completed in 689 milliseconds