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

  /art/compiler/dex/quick/mips/
target_mips.cc 458 info->SetStorageMask(0x2);
  /art/compiler/dex/quick/arm/
target_arm.cc 592 info->SetStorageMask(RegisterInfo::kHighSingleStorageMask);
  /art/compiler/dex/quick/
mir_to_lir.h 407 void SetStorageMask(uint32_t storage_mask) { storage_mask_ = storage_mask; }
    [all...]

Completed in 364 milliseconds