Home
last modified time | relevance | path

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

12

/art/compiler/utils/arm64/
Dmanaged_register_arm64.h148 static Arm64ManagedRegister FromXRegister(XRegister r) { in FromXRegister()
153 static Arm64ManagedRegister FromWRegister(WRegister r) { in FromWRegister()
158 static Arm64ManagedRegister FromDRegister(DRegister r) { in FromDRegister()
163 static Arm64ManagedRegister FromSRegister(SRegister r) { in FromSRegister()
170 static Arm64ManagedRegister FromWRegisterX(WRegister r) { in FromWRegisterX()
176 static Arm64ManagedRegister FromSRegisterD(SRegister r) { in FromSRegisterD()
/art/compiler/utils/arm/
Dmanaged_register_arm.h185 static ArmManagedRegister FromCoreRegister(Register r) { in FromCoreRegister()
190 static ArmManagedRegister FromSRegister(SRegister r) { in FromSRegister()
195 static ArmManagedRegister FromDRegister(DRegister r) { in FromDRegister()
200 static ArmManagedRegister FromRegisterPair(RegisterPair r) { in FromRegisterPair()
211 const int r = r_low / 2; in FromCoreRegisterPair() local
223 const int r = r_low / 2; in FromSRegisterPair() local
241 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 <<()
/art/runtime/gc/space/
Dregion_space.cc86 Region* r = &regions_[i]; in FromSpaceSize() local
98 Region* r = &regions_[i]; in UnevacFromSpaceSize() local
110 Region* r = &regions_[i]; in ToSpaceSize() local
158 Region* r = &regions_[i]; in SetFromSpace() local
208 Region* r = &regions_[i]; in ClearFromSpace() local
223 Region* r = &regions_[i]; in AssertAllRegionLiveBytesZeroOrCleared() local
245 Region* r = &regions_[i]; in LogFragmentationAllocFailure() local
273 Region* r = &regions_[i]; in Clear() local
331 Region* r = RefToRegion(ref); in RecordAlloc() local
343 Region* r = &regions_[i]; in AllocNewTlab() local
[all …]
Dregion_space-inl.h79 Region* r = &regions_[i]; in AllocNonvirtual() local
92 Region* r = &regions_[i]; in AllocNonvirtual() local
161 Region* r = &regions_[i]; in GetBytesAllocatedInternal() local
196 Region* r = &regions_[i]; in GetObjectsAllocatedInternal() local
233 Region* r = &regions_[i]; in WalkInternal() local
Dregion_space.h173 Region* r = RefToRegionUnlocked(ref); in IsInFromSpace() local
181 Region* r = RefToRegionUnlocked(ref); in IsInUnevacFromSpace() local
189 Region* r = RefToRegionUnlocked(ref); in IsInToSpace() local
197 Region* r = RefToRegionUnlocked(ref); in GetRegionType() local
/art/compiler/utils/x86_64/
Dmanaged_register_x86_64.h150 static X86_64ManagedRegister FromCpuRegister(Register r) { in FromCpuRegister()
155 static X86_64ManagedRegister FromXmmRegister(FloatRegister r) { in FromXmmRegister()
159 static X86_64ManagedRegister FromX87Register(X87Register r) { in FromX87Register()
164 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()
51 explicit XmmRegister(int r) : reg_(FloatRegister(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
/art/compiler/utils/x86/
Dmanaged_register_x86.h163 static X86ManagedRegister FromCpuRegister(Register r) { in FromCpuRegister()
168 static X86ManagedRegister FromXmmRegister(XmmRegister r) { in FromXmmRegister()
173 static X86ManagedRegister FromX87Register(X87Register r) { in FromX87Register()
178 static X86ManagedRegister FromRegisterPair(RegisterPair r) { in FromRegisterPair()
Dmanaged_register_x86.cc82 const int r = RegId() - (kNumberOfCpuRegIds + kNumberOfXmmRegIds + in AllocIdLow() local
91 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.cc31 #define INSTRUCTION_NAME(o, c, pname, f, r, i, a, v) pname, argument
39 #define INSTRUCTION_FORMAT(o, c, p, format, r, i, a, v) format, argument
47 #define INSTRUCTION_FLAGS(o, c, p, f, r, i, flags, v) flags, argument
55 #define INSTRUCTION_VERIFY_FLAGS(o, c, p, f, r, i, a, vflags) vflags, argument
63 #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
Dexception_test.cc168 Runtime* r = Runtime::Current(); in TEST_F() local
/art/compiler/utils/mips/
Dmanaged_register_mips.h167 static MipsManagedRegister FromCoreRegister(Register r) { in FromCoreRegister()
172 static MipsManagedRegister FromFRegister(FRegister r) { in FromFRegister()
177 static MipsManagedRegister FromDRegister(DRegister r) { in FromDRegister()
182 static MipsManagedRegister FromRegisterPair(RegisterPair r) { in FromRegisterPair()
Dmanaged_register_mips.cc54 const int r = RegId() - (kNumberOfCoreRegIds + kNumberOfFRegIds); in AllocIdLow() local
/art/compiler/utils/mips64/
Dmanaged_register_mips64.h70 static Mips64ManagedRegister FromGpuRegister(GpuRegister r) { in FromGpuRegister()
75 static Mips64ManagedRegister FromFpuRegister(FpuRegister r) { in FromFpuRegister()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints_test.cc36 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.cc53 int r = memcmp(ptr_, x.ptr_, std::min(length_, x.length_)); in compare() local
Dstringpiece.h204 const int r = memcmp(x.data(), y.data(), variable
/art/runtime/arch/
Dmemcmp16_test.cc49 RandGen r(0x1234); in CheckSeparate() local
Darch_test.cc35 Runtime* r = Runtime::Current(); in CheckFrameSize() local

12