Home
last modified time | relevance | path

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

12345

/art/test/918-fields/src/art/
DTest918.java37 Field f = base.getDeclaredField(fieldName); in testField() local
60 private static native String[] getFieldName(Field f); in getFieldName()
61 private static native Class<?> getFieldDeclaringClass(Field f); in getFieldDeclaringClass()
62 private static native int getFieldModifiers(Field f); in getFieldModifiers()
63 private static native boolean isFieldSynthetic(Field f); in isFieldSynthetic()
/art/test/608-checker-unresolved-lse/src/
DMain.java45 Foo f = new Foo(); in instanceFieldTest() local
72 Foo f = new Foo(); in instanceFieldTest2() local
95 Foo f = new Foo(); in staticFieldTest() local
/art/test/003-omnibus-opcodes/src/
DFloatMath.java25 float f; in convTest() local
232 static float unopTest(float f) { in unopTest()
237 static int[] convI(long l, float f, double d, float zero) { in convI()
257 static long[] convL(int i, float f, double d, double zero) { in convL()
291 static double[] convD(int i, long l, float f) { in convD()
308 float f = 10.0f; // const/special in checkConsts() local
/art/tools/
Dstream-trace-converter.py29 def ReadShortLE(f): argument
38 def WriteShortLE(f, val): argument
43 def ReadIntLE(f): argument
58 def WriteIntLE(f, val): argument
/art/test/528-long-hint/src/
DMain.java28 Main f = new Main(); in main() local
41 Field f = Unsafe.class.getDeclaredField("theUnsafe"); in getUnsafe() 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/runtime/base/
Dcasts.h49 inline To implicit_cast(From const &f) { in implicit_cast()
72 inline To down_cast(From* f) { // so we only accept pointers in down_cast()
Dmacros.h48 #define SIZEOF_MEMBER(t, f) sizeof((reinterpret_cast<t*>(4096))->f) // NOLINT argument
50 #define OFFSETOF_MEMBER(t, f) \ argument
53 #define OFFSETOF_MEMBERPTR(t, f) \ argument
Dtransform_iterator.h166 TransformIterator<BaseIterator, Function> MakeTransformIterator(BaseIterator base, Function f) { in MakeTransformIterator()
171 auto MakeTransformRange(BaseRange& range, Function f) { in MakeTransformRange()
/art/test/529-long-split/src/
DMain.java35 int f = myField1; // EBX in testOddLow1() local
77 int f = myField1; // EBX in testNonFollowingHigh() local
117 int f = myField1; // EBX in testOddLow2() local
/art/test/474-fp-sub-neg/src/
DMain.java19 float f = 0; in floatTest() local
59 float f=-0.0f; in bug_1() local
/art/test/439-swap-double/src/
DMain.java35 double a, double b, double c, double d, double e, double f, double g) { in callWithDoubles()
44 double f = 6.0; field in Main
/art/test/100-reflect2/src/
DMain.java25 private static float f = 3.14f; field in Main
31 Field f; in testFieldReflection() local
269 …private static void ZBCDFIJSV(boolean z, byte b, char c, double d, float f, int i, long l, short s… in ZBCDFIJSV()
273 …private static void ZBCDLFIJSV(boolean z, byte b, char c, double d, String string, float f, int i,… in ZBCDLFIJSV()
/art/test/454-get-vreg/src/
DMain.java21 int testSimpleVReg(int a, float f, short s, boolean z, byte b, char c) { in testSimpleVReg()
28 long f = doCall(); in testPairVReg() local
/art/runtime/
Ddex_instruction_visitor.h35 #define INSTRUCTION_CASE(o, cname, p, f, i, a, v) \ in Visit() argument
53 #define INSTRUCTION_VISITOR(o, cname, p, f, i, a, v) \ argument
Ddex_instruction.cc34 #define INSTRUCTION_NAME(o, c, pname, f, i, a, v) pname, argument
50 #define INSTRUCTION_INDEX_TYPE(o, c, p, f, index, a, v) index, argument
58 #define INSTRUCTION_FLAGS(o, c, p, f, i, flags, v) flags, argument
66 #define INSTRUCTION_VERIFY_FLAGS(o, c, p, f, i, a, vflags) vflags, argument
523 #define VAR_ARGS_CHECK(o, c, pname, f, i, a, v) \ argument
532 #define VAR_ARGS_RANGE_CHECK(o, c, pname, f, i, a, v) \ argument
/art/test/027-arithmetic/src/
DMain.java58 long f = 0x66; in shiftTest2() local
70 float f; in convTest() local
/art/runtime/native/
Djava_lang_reflect_Field.cc74 ObjPtr<mirror::Field> f, in GetFieldValue()
122 ObjPtr<mirror::Field>* f, in CheckReceiver()
151 ObjPtr<mirror::Field> f = soa.Decode<mirror::Field>(javaField); in Field_get() local
178 ObjPtr<mirror::Field> f = soa.Decode<mirror::Field>(javaField); in GetPrimitiveField() local
250 ObjPtr<mirror::Field> f, in SetFieldValue()
325 ObjPtr<mirror::Field> f = soa.Decode<mirror::Field>(javaField); in Field_set() local
366 ObjPtr<mirror::Field> f = soa.Decode<mirror::Field>(javaField); in SetPrimitiveField() local
420 static void Field_setFloat(JNIEnv* env, jobject javaField, jobject javaObj, jfloat f) { in Field_setFloat()
/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/test/484-checker-register-hints/src/
DMain.java45 int f = live2; in test1() local
80 int f = live2; in test2() local
117 int f = live2; in test3() local
/art/test/962-iface-static/src/
DIface.java17 public static final Displayer f = new Displayer(); field
/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/631-checker-fp-abs/src/
DMain.java34 private static float $opt$noinline$absSP(float f) { in $opt$noinline$absSP()
86 float f = Float.intBitsToFloat(spnans[i]); in main() local

12345