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

  /art/compiler/dex/quick/
local_optimizations.cc 195 ResourceMask uses_pc = GetPCUseDefEncoding();
358 stop_use_all_mask.SetBits(GetPCUseDefEncoding());
mir_to_lir.h     [all...]
  /art/compiler/dex/quick/arm/
codegen_arm.h 78 ResourceMask GetPCUseDefEncoding() const OVERRIDE;
target_arm.cc 157 ResourceMask ArmMir2Lir::GetPCUseDefEncoding() const {
  /art/compiler/dex/quick/mips/
codegen_mips.h 78 ResourceMask GetPCUseDefEncoding() const OVERRIDE;
target_mips.cc 141 ResourceMask MipsMir2Lir::GetPCUseDefEncoding() const {
  /art/compiler/dex/quick/arm64/
codegen_arm64.h 131 ResourceMask GetPCUseDefEncoding() const OVERRIDE;
target_arm64.cc 158 ResourceMask Arm64Mir2Lir::GetPCUseDefEncoding() const {
171 // Note: REG_USE_PC is ignored, the reason is the same with what we do in GetPCUseDefEncoding().
    [all...]
  /art/compiler/dex/quick/x86/
codegen_x86.h 137 ResourceMask GetPCUseDefEncoding() const OVERRIDE;
    [all...]
target_x86.cc 249 ResourceMask X86Mir2Lir::GetPCUseDefEncoding() const {
    [all...]

Completed in 358 milliseconds