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

  /art/compiler/dex/quick/
local_optimizations.cc 131 stop_use_reg_mask = (GetPCUseDefEncoding() | this_lir->use_mask) & ~ENCODE_MEM;
311 stop_use_all_mask |= GetPCUseDefEncoding();
mir_to_lir.h 579 virtual uint64_t GetPCUseDefEncoding() = 0;
    [all...]
  /art/compiler/dex/quick/mips/
codegen_mips.h 81 uint64_t GetPCUseDefEncoding();
target_mips.cc 118 uint64_t MipsMir2Lir::GetPCUseDefEncoding() {
  /art/compiler/dex/quick/arm/
codegen_arm.h 80 uint64_t GetPCUseDefEncoding();
target_arm.cc 117 uint64_t ArmMir2Lir::GetPCUseDefEncoding() {
  /art/compiler/dex/quick/x86/
codegen_x86.h 81 uint64_t GetPCUseDefEncoding();
target_x86.cc 126 uint64_t X86Mir2Lir::GetPCUseDefEncoding() {
131 LOG(FATAL) << "Unexpected call to GetPCUseDefEncoding for x86";

Completed in 6280 milliseconds