Home
last modified time | relevance | path

Searched refs:cast (Results 1 – 6 of 6) sorted by relevance

/art/test/454-get-vreg/
Dget_vreg_jni.cc60 uint32_t cast = bit_cast<uint32_t, float>(1.0f); in VisitFrame() local
61 CHECK_EQ(value, cast); in VisitFrame()
100 uint64_t cast = bit_cast<uint64_t, double>(2.0); in VisitFrame() local
101 CHECK_EQ(value, cast); in VisitFrame()
/art/test/457-regs/
Dregs_jni.cc72 uint32_t cast = bit_cast<uint32_t, float>(4.0f); in VisitFrame() local
73 CHECK_EQ(value, cast); in VisitFrame()
141 int32_t cast = bit_cast<int32_t, float>(float_value); in Java_PhiLiveness_regsNativeCallWithParameters() local
142 CHECK_EQ(cast, 0); in Java_PhiLiveness_regsNativeCallWithParameters()
/art/test/450-checker-types/
Dinfo.txt1 Checker test for testing checked cast elimination.
/art/test/108-check-cast/
Dinfo.txt1 This test relies on the correct behavior of instance-of to test check-cast behavior,
/art/test/801-VoidCheckCast/
Dinfo.txt3 This tests that an attempt to use check-cast with the void type doesn't
/art/build/
DAndroid.common_build.mk123 art_clang_cflags += -Wint-to-void-pointer-cast