Home
last modified time | relevance | path

Searched defs:f (Results 1 – 25 of 68) sorted by relevance

123

/art/runtime/base/unix_file/
Dnull_file_test.cc28 NullFile f; in TEST_F() local
38 NullFile f; in TEST_F() local
48 NullFile f; in TEST_F() local
57 NullFile f; in TEST_F() local
Dmapped_file_test.cc55 MappedFile* f = new MappedFile; in MakeTestFile() local
64 MappedFile* f = ::art::down_cast<MappedFile*>(file); in CleanUp() local
92 FILE* f = tmpfile(); in TEST_F() local
/art/runtime/base/
Dcasts.h44 inline To implicit_cast(From const &f) { in implicit_cast()
67 inline To down_cast(From* f) { // so we only accept pointers in down_cast()
Dmacros.h140 #define SIZEOF_MEMBER(t, f) sizeof((reinterpret_cast<t*>(4096))->f) argument
142 #define OFFSETOF_MEMBER(t, f) \ argument
145 #define OFFSETOF_VOLATILE_MEMBER(t, f) \ argument
/art/test/003-omnibus-opcodes/src/
DFloatMath.java25 float f; in convTest() local
194 static float unopTest(float f) { in unopTest()
199 static int[] convI(long l, float f, double d, float zero) { in convI()
219 static long[] convL(int i, float f, double d, double zero) { in convL()
254 static double[] convD(int i, long l, float f) { in convD()
272 float f = 10.0f; // const/special in checkConsts() local
/art/runtime/entrypoints/
Dmath_entrypoints.cc39 extern "C" int64_t art_f2l(float f) { in art_f2l()
47 extern "C" int32_t art_f2i(float f) { in art_f2i()
/art/test/100-reflect2/src/
DMain.java25 private static float f = 3.14f; field in Main
31 Field f; in testFieldReflection() local
251 …private static void ZBCDFIJSV(boolean z, byte b, char c, double d, float f, int i, long l, short s… in ZBCDFIJSV()
255 …private static void ZBCDLFIJSV(boolean z, byte b, char c, double d, String string, float f, int i,… in ZBCDLFIJSV()
/art/runtime/native/
Djava_lang_reflect_Field.cc50 const ScopedFastNativeObjectAccess& soa, mirror::Object* o, mirror::ArtField* f, in GetFieldValue()
96 jobject j_rcvr, mirror::ArtField** f, in CheckReceiver()
125 mirror::ArtField* f = mirror::ArtField::FromReflectedField(soa, javaField); in Field_get() local
151 mirror::ArtField* f = mirror::ArtField::FromReflectedField(soa, javaField); in GetPrimitiveField() local
225 mirror::ArtField* f, Primitive::Type field_type, bool allow_references, in SetFieldValue()
271 mirror::ArtField* f = mirror::ArtField::FromReflectedField(soa, javaField); in Field_set() local
315 mirror::ArtField* f = mirror::ArtField::FromReflectedField(soa, javaField); in SetPrimitiveField() local
372 static void Field_setFloat(JNIEnv* env, jobject javaField, jobject javaObj, jfloat f, in Field_setFloat()
/art/test/027-arithmetic/src/
DMain.java58 long f = 0x66; in shiftTest2() local
70 float f; in convTest() local
/art/test/073-mismatched-field/src/
DSuperMain.java18 public int f = 456; field in SuperMain
/art/test/073-mismatched-field/src2/
DIMain.java18 static int f = 123; field
/art/runtime/
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
Dfield_helper.h28 explicit FieldHelper(Handle<mirror::ArtField> f) : field_(f) {} in FieldHelper()
Ddex_instruction.cc30 #define INSTRUCTION_NAME(o, c, pname, f, r, i, a, v) pname, 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
/art/test/ExceptionHandle/
DExceptionHandle.java20 int f() throws Exception { in f() method in ExceptionHandle
/art/test/404-optimizing-allocator/src/
DMain.java86 int f = 0; in $opt$reg$TestMultipleLive() local
129 public static int $opt$reg$TestAgressiveLive1(int a, int b, int c, int d, int e, int f, int g) { in $opt$reg$TestAgressiveLive1()
150 public static int $opt$reg$TestAgressiveLive2(int a, int b, int c, int d, int e, int f, int g) { in $opt$reg$TestAgressiveLive2()
/art/test/405-optimizing-long-allocator/src/
DMain.java92 long f = 0; in $opt$TestMultipleLive() local
135 …public static long $opt$TestAgressiveLive1(long a, long b, long c, long d, long e, long f, long g)… in $opt$TestAgressiveLive1()
156 …public static long $opt$TestAgressiveLive2(long a, long b, long c, long d, long e, long f, long g)… in $opt$TestAgressiveLive2()
/art/test/017-float/src/
DMain.java22 float f = 3.1415926535f; in float_017() local
/art/test/128-reg-spilling-on-implicit-nullcheck/src/
DMain.java26 TestClass f = null; in main() local
/art/test/006-args/src/
DArgsTest.java33 void argTest(int a, char c, double d, long j, float f) { in argTest()
/art/test/014-math3/src/
DMain.java25 float f = 0.0f; in math_014() local
/art/test/004-ReferenceMap/src/
DMain.java21 Object f() { in f() method in Main
/art/runtime/mirror/
Dclass.cc558 ArtField* f = GetInstanceField(i); in FindDeclaredInstanceField() local
569 ArtField* f = GetInstanceField(i); in FindDeclaredInstanceField() local
582 ArtField* f = c->FindDeclaredInstanceField(name, type); in FindInstanceField() local
594 ArtField* f = c->FindDeclaredInstanceField(dex_cache, dex_field_idx); in FindInstanceField() local
605 ArtField* f = GetStaticField(i); in FindDeclaredStaticField() local
616 ArtField* f = GetStaticField(i); in FindDeclaredStaticField() local
631 ArtField* f = k->FindDeclaredStaticField(name, type); in FindStaticField() local
655 ArtField* f = k->FindDeclaredStaticField(dex_cache, dex_field_idx); in FindStaticField() local
680 ArtField* f = k->FindDeclaredInstanceField(name, type); in FindField() local
/art/test/StackWalk2/
DStackWalk2.java22 int f() { in f() method in StackWalk2
/art/test/122-npe/src/
DMain.java21 private int f; field in Main
594 static void useFloat(float f) { in useFloat()

123