Home
last modified time | relevance | path

Searched refs:Arch (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dintrinsics.h250 #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/
Darch_test.cc208 #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/
Dart.go262 name += ctx.Arch().ArchType.String() + "_" + ctx.ModuleName()