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

  /art/compiler/dex/quick/
mir_to_lir-inl.h 194 use_mask.SetBit(mem_ref_type_);
197 DCHECK(mem_ref_type_ != ResourceMask::kMustNotAlias);
201 DCHECK(mem_ref_type_ != ResourceMask::kLiteral);
202 def_mask.SetBit(mem_ref_type_);
mir_to_lir.h 529 // 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
    [all...]
codegen_util.cc     [all...]
  /art/compiler/dex/quick/x86/
utility_x86.cc 391 if (mem_ref_type_ == ResourceMask::kDalvikReg) {
419 if (mem_ref_type_ == ResourceMask::kDalvikReg) {
445 if (mem_ref_type_ == ResourceMask::kDalvikReg) {
715 if (mem_ref_type_ == ResourceMask::kDalvikReg) {
880 if (mem_ref_type_ == ResourceMask::kDalvikReg) {
    [all...]
  /art/compiler/dex/quick/mips/
utility_mips.cc 770 if (mem_ref_type_ == ResourceMask::kDalvikReg) {
823 if (mem_ref_type_ == ResourceMask::kDalvikReg) {
941 if (mem_ref_type_ == ResourceMask::kDalvikReg) {
991 if (mem_ref_type_ == ResourceMask::kDalvikReg) {
    [all...]
  /art/compiler/dex/quick/arm/
utility_arm.cc     [all...]
  /art/compiler/dex/quick/arm64/
utility_arm64.cc     [all...]

Completed in 1787 milliseconds