Home
last modified time | relevance | path

Searched defs:r (Results 1 – 25 of 37) sorted by relevance

12

/art/compiler/utils/arm64/
Dmanaged_register_arm64.h150 static Arm64ManagedRegister FromCoreRegister(Register r) { in FromCoreRegister()
155 static Arm64ManagedRegister FromWRegister(WRegister r) { in FromWRegister()
160 static Arm64ManagedRegister FromDRegister(DRegister r) { in FromDRegister()
165 static Arm64ManagedRegister FromSRegister(SRegister r) { in FromSRegister()
172 static Arm64ManagedRegister FromWRegisterCore(WRegister r) { in FromWRegisterCore()
178 static Arm64ManagedRegister FromSRegisterD(SRegister r) { in FromSRegisterD()
/art/compiler/utils/arm/
Dmanaged_register_arm.h184 static ArmManagedRegister FromCoreRegister(Register r) { in FromCoreRegister()
189 static ArmManagedRegister FromSRegister(SRegister r) { in FromSRegister()
194 static ArmManagedRegister FromDRegister(DRegister r) { in FromDRegister()
199 static ArmManagedRegister FromRegisterPair(RegisterPair r) { in FromRegisterPair()
210 const int r = r_low / 2; in FromCoreRegisterPair() local
222 const int r = r_low / 2; in FromSRegisterPair() local
240 int r = id_; in AllocId() local
Dmanaged_register_arm.cc53 const int r = RegId() - (kNumberOfCoreRegIds + kNumberOfSRegIds); in AllocIdLow() local
97 std::ostream& operator<<(std::ostream& os, const RegisterPair& r) { in operator <<()
Dassembler_arm.h726 static bool IsLowRegister(Register r) { in IsLowRegister()
730 static bool IsHighRegister(Register r) { in IsHighRegister()
/art/compiler/utils/x86_64/
Dmanaged_register_x86_64.h149 static X86_64ManagedRegister FromCpuRegister(Register r) { in FromCpuRegister()
154 static X86_64ManagedRegister FromXmmRegister(FloatRegister r) { in FromXmmRegister()
158 static X86_64ManagedRegister FromX87Register(X87Register r) { in FromX87Register()
163 static X86_64ManagedRegister FromRegisterPair(RegisterPair r) { in FromRegisterPair()
Dconstants_x86_64.h32 explicit CpuRegister(Register r) : reg_(r) {} in CpuRegister()
33 explicit CpuRegister(int r) : reg_(Register(r)) {} in CpuRegister()
50 explicit XmmRegister(FloatRegister r) : reg_(r) {} in XmmRegister()
Dmanaged_register_x86_64.cc77 const int r = RegId() - (kNumberOfCpuRegIds + kNumberOfXmmRegIds + in AllocIdLow() local
86 const int r = RegId() - (kNumberOfCpuRegIds + kNumberOfXmmRegIds + in AllocIdHigh() local
Dassembler_x86_64_test.cc229 static x86_64::X86_64ManagedRegister ManagedFromCpu(x86_64::Register r) { in ManagedFromCpu()
233 static x86_64::X86_64ManagedRegister ManagedFromFpu(x86_64::FloatRegister r) { in ManagedFromFpu()
/art/compiler/utils/x86/
Dmanaged_register_x86.h162 static X86ManagedRegister FromCpuRegister(Register r) { in FromCpuRegister()
167 static X86ManagedRegister FromXmmRegister(XmmRegister r) { in FromXmmRegister()
172 static X86ManagedRegister FromX87Register(X87Register r) { in FromX87Register()
177 static X86ManagedRegister FromRegisterPair(RegisterPair r) { in FromRegisterPair()
Dmanaged_register_x86.cc78 const int r = RegId() - (kNumberOfCpuRegIds + kNumberOfXmmRegIds + in AllocIdLow() local
87 const int r = RegId() - (kNumberOfCpuRegIds + kNumberOfXmmRegIds + in AllocIdHigh() local
/art/runtime/
Dindenter.h40 int_type r = out_sbuf_->sputc(text_); in overflow() local
49 int_type r = out_sbuf_->sputc(c); in overflow() local
Ddex_instruction.cc30 #define INSTRUCTION_NAME(o, c, pname, f, r, i, a, v) pname, argument
38 #define INSTRUCTION_FORMAT(o, c, p, format, r, i, a, v) format, argument
46 #define INSTRUCTION_FLAGS(o, c, p, f, r, i, flags, v) flags, argument
54 #define INSTRUCTION_VERIFY_FLAGS(o, c, p, f, r, i, a, vflags) vflags, argument
62 #define INSTRUCTION_SIZE(opcode, c, p, format, r, i, a, v) \ argument
Ddex_instruction_visitor.h35 #define INSTRUCTION_CASE(o, cname, p, f, r, i, a, v) \ in Visit() argument
53 #define INSTRUCTION_VISITOR(o, cname, p, f, r, i, a, v) \ argument
Dmonitor_pool_test.cc50 RandGen r(0x1234); in TEST_F() local
/art/compiler/utils/mips/
Dmanaged_register_mips.h166 static MipsManagedRegister FromCoreRegister(Register r) { in FromCoreRegister()
171 static MipsManagedRegister FromFRegister(FRegister r) { in FromFRegister()
176 static MipsManagedRegister FromDRegister(DRegister r) { in FromDRegister()
181 static MipsManagedRegister FromRegisterPair(RegisterPair r) { in FromRegisterPair()
Dmanaged_register_mips.cc54 const int r = RegId() - (kNumberOfCoreRegIds + kNumberOfFRegIds); in AllocIdLow() local
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints_test.cc31 Runtime* r = Runtime::Current(); in CreateCalleeSaveMethod() local
/art/test/044-proxy/src/
DBasicTest.java130 public void circle(int r); in circle()
178 public void circle(int r) { in circle()
/art/runtime/base/
Dstringpiece.cc45 int r = memcmp(ptr_, x.ptr_, std::min(length_, x.length_)); in compare() local
Dstringpiece.h192 const int r = memcmp(x.data(), y.data(), variable
/art/runtime/arch/
Darch_test.cc29 Runtime* r = Runtime::Current(); in CheckFrameSize() local
Dmemcmp16_test.cc49 RandGen r(0x1234); in CheckSeparate() local
/art/compiler/sea_ir/ir/
Dsea.cc177 void SeaGraph::InsertSignatureNodes(const art::DexFile::CodeItem* code_item, Region* r) { in InsertSignatureNodes()
226 Region* r = GetNewRegion(); in BuildMethodSeaGraph() local
458 void SeaGraph::AddRegion(Region* r) { in AddRegion()
/art/compiler/sea_ir/code_gen/
Dcode_gen.cc30 Region* r = phi->GetRegion(); in Visit() local
258 Region* r = phi->GetRegion(); in Visit() local
/art/runtime/gc/accounting/
Dspace_bitmap_test.cc119 RandGen r(0x1234); in RunTest() local

12