Searched refs:Arch (Results 1 – 3 of 3) sorted by relevance
/art/compiler/optimizing/ |
D | intrinsics.h | 250 #define UNIMPLEMENTED_INTRINSIC(Arch, Name) \ argument 251 void IntrinsicLocationsBuilder ## Arch::Visit ## Name(HInvoke* invoke ATTRIBUTE_UNUSED) { \ 253 void IntrinsicCodeGenerator ## Arch::Visit ## Name(HInvoke* invoke ATTRIBUTE_UNUSED) { \ 259 #define UNREACHABLE_INTRINSIC(Arch, Name) \ argument 260 void IntrinsicLocationsBuilder ## Arch::Visit ## Name(HInvoke* invoke) { \ 264 void IntrinsicCodeGenerator ## Arch::Visit ## Name(HInvoke* invoke) { \ 268 #define UNREACHABLE_INTRINSICS(Arch) \ argument 269 UNREACHABLE_INTRINSIC(Arch, FloatFloatToIntBits) \ 270 UNREACHABLE_INTRINSIC(Arch, DoubleDoubleToLongBits) \ 271 UNREACHABLE_INTRINSIC(Arch, FloatIsNaN) \ [all …]
|
/art/runtime/arch/ |
D | arch_test.cc | 208 #define TEST_ARCH(Arch, arch) \ argument 209 TEST_F(ArchTest, Arch) { \ 210 CheckFrameSize(InstructionSet::k##Arch, \ 213 CheckFrameSize(InstructionSet::k##Arch, \ 216 CheckFrameSize(InstructionSet::k##Arch, \ 219 CheckFrameSize(InstructionSet::k##Arch, \ 222 CheckFrameSize(InstructionSet::k##Arch, \ 225 CheckFrameSize(InstructionSet::k##Arch, \
|
/art/build/ |
D | art.go | 262 name += ctx.Arch().ArchType.String() + "_" + ctx.ModuleName()
|