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

/art/compiler/dex/quick/mips/
H A Dcodegen_mips.h32 explicit InToRegStorageMipsMapper(Mir2Lir* m2l) : m2l_(m2l), cur_core_reg_(0) {}
38 Mir2Lir* m2l_; member in class:art::FINAL::InToRegStorageMipsMapper
45 explicit InToRegStorageMips64Mapper(Mir2Lir* m2l) : m2l_(m2l), cur_arg_reg_(0) {}
51 Mir2Lir* m2l_; member in class:art::FINAL::InToRegStorageMips64Mapper
/art/compiler/dex/quick/x86/
H A Dcodegen_x86.h36 : m2l_(m2l), cur_core_reg_(0), cur_fp_reg_(0) {}
43 Mir2Lir* m2l_; member in class:art::FINAL::InToRegStorageX86_64Mapper
/art/compiler/dex/quick/
H A Dmir_to_lir.h451 Mir2Lir* const m2l_; member in class:art::Mir2Lir::RegisterPool
500 : m2l_(m2l), cu_(m2l->cu_),
518 Mir2Lir* const m2l_; member in class:art::Mir2Lir::LIRSlowPath
533 : m2l_(m2l),
535 m2l_->mem_ref_type_ = new_mem_ref_type;
539 m2l_->mem_ref_type_ = old_mem_ref_type_;
543 Mir2Lir* const m2l_; member in class:art::Mir2Lir::ScopedMemRefType

Completed in 185 milliseconds