Home
last modified time | relevance | path

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

12345678

/art/libnativebridge/
Dnative_bridge_lazy.cc38 auto f = reinterpret_cast<FuncPtr>(dlsym(GetLibHandle(), function_name)); in GetFuncPtr() local
49 static auto f = GET_FUNC_PTR(LoadNativeBridge); in LoadNativeBridge() local
54 static auto f = GET_FUNC_PTR(NeedsNativeBridge); in NeedsNativeBridge() local
59 static auto f = GET_FUNC_PTR(PreInitializeNativeBridge); in PreInitializeNativeBridge() local
64 static auto f = GET_FUNC_PTR(PreZygoteForkNativeBridge); in PreZygoteForkNativeBridge() local
69 static auto f = GET_FUNC_PTR(InitializeNativeBridge); in InitializeNativeBridge() local
74 static auto f = GET_FUNC_PTR(UnloadNativeBridge); in UnloadNativeBridge() local
79 static auto f = GET_FUNC_PTR(NativeBridgeAvailable); in NativeBridgeAvailable() local
84 static auto f = GET_FUNC_PTR(NativeBridgeInitialized); in NativeBridgeInitialized() local
89 static auto f = GET_FUNC_PTR(NativeBridgeLoadLibrary); in NativeBridgeLoadLibrary() local
[all …]
/art/libnativeloader/
Dnative_loader_lazy.cpp38 auto f = reinterpret_cast<FuncPtr>(dlsym(GetLibHandle(), function_name)); in GetFuncPtr() local
48 static auto f = GET_FUNC_PTR(InitializeNativeLoader); in InitializeNativeLoader() local
55 static auto f = GET_FUNC_PTR(CreateClassLoaderNamespace); in CreateClassLoaderNamespace() local
63 static auto f = GET_FUNC_PTR(OpenNativeLibrary); in OpenNativeLibrary() local
69 static auto f = GET_FUNC_PTR(CloseNativeLibrary); in CloseNativeLibrary() local
74 static auto f = GET_FUNC_PTR(NativeLoaderFreeErrorMessage); in NativeLoaderFreeErrorMessage() local
79 static auto f = GET_FUNC_PTR(FindNamespaceByClassLoader); in FindNamespaceByClassLoader() local
85 static auto f = GET_FUNC_PTR(FindNativeLoaderNamespaceByClassLoader); in FindNativeLoaderNamespaceByClassLoader() local
91 static auto f = GET_FUNC_PTR(OpenNativeLibraryInNamespace); in OpenNativeLibraryInNamespace() local
96 static auto f = GET_FUNC_PTR(ResetNativeLoader); in ResetNativeLoader() local
/art/test/1968-force-early-return/src/art/
DNonStandardExit.java22 public static native void forceEarlyReturnFloat(Thread thr, float f); in forceEarlyReturnFloat()
23 public static native void forceEarlyReturnDouble(Thread thr, double f); in forceEarlyReturnDouble()
24 public static native void forceEarlyReturnInt(Thread thr, int f); in forceEarlyReturnInt()
25 public static native void forceEarlyReturnLong(Thread thr, long f); in forceEarlyReturnLong()
26 public static native void forceEarlyReturnObject(Thread thr, Object f); in forceEarlyReturnObject()
/art/test/1969-force-early-return-void/src/art/
DNonStandardExit.java22 public static native void forceEarlyReturnFloat(Thread thr, float f); in forceEarlyReturnFloat()
23 public static native void forceEarlyReturnDouble(Thread thr, double f); in forceEarlyReturnDouble()
24 public static native void forceEarlyReturnInt(Thread thr, int f); in forceEarlyReturnInt()
25 public static native void forceEarlyReturnLong(Thread thr, long f); in forceEarlyReturnLong()
26 public static native void forceEarlyReturnObject(Thread thr, Object f); in forceEarlyReturnObject()
/art/test/918-fields/src/art/
DTest918.java39 Field f = base.getDeclaredField(fieldName); in testField() local
62 private static native String[] getFieldName(Field f); in getFieldName()
63 private static native Class<?> getFieldDeclaringClass(Field f); in getFieldDeclaringClass()
64 private static native int getFieldModifiers(Field f); in getFieldModifiers()
65 private static native boolean isFieldSynthetic(Field f); in isFieldSynthetic()
/art/test/1970-force-early-return-long/src/art/
DNonStandardExit.java22 public static native void forceEarlyReturnFloat(Thread thr, float f); in forceEarlyReturnFloat()
23 public static native void forceEarlyReturnDouble(Thread thr, double f); in forceEarlyReturnDouble()
24 public static native void forceEarlyReturnInt(Thread thr, int f); in forceEarlyReturnInt()
25 public static native void forceEarlyReturnLong(Thread thr, long f); in forceEarlyReturnLong()
26 public static native void forceEarlyReturnObject(Thread thr, Object f); in forceEarlyReturnObject()
/art/test/1971-multi-force-early-return/src/art/
DNonStandardExit.java22 public static native void forceEarlyReturnFloat(Thread thr, float f); in forceEarlyReturnFloat()
23 public static native void forceEarlyReturnDouble(Thread thr, double f); in forceEarlyReturnDouble()
24 public static native void forceEarlyReturnInt(Thread thr, int f); in forceEarlyReturnInt()
25 public static native void forceEarlyReturnLong(Thread thr, long f); in forceEarlyReturnLong()
26 public static native void forceEarlyReturnObject(Thread thr, Object f); in forceEarlyReturnObject()
/art/test/jvmti-common/
DNonStandardExit.java22 public static native void forceEarlyReturnFloat(Thread thr, float f); in forceEarlyReturnFloat()
23 public static native void forceEarlyReturnDouble(Thread thr, double f); in forceEarlyReturnDouble()
24 public static native void forceEarlyReturnInt(Thread thr, int f); in forceEarlyReturnInt()
25 public static native void forceEarlyReturnLong(Thread thr, long f); in forceEarlyReturnLong()
26 public static native void forceEarlyReturnObject(Thread thr, Object f); in forceEarlyReturnObject()
/art/test/991-field-trace-2/src/art/
DTest991.java32 Executable method, long location, Class<?> f_klass, Object target, Field f) { in notifyFieldAccess()
41 Executable method, long location, Class<?> f_klass, Object target, Field f, Object value) { in notifyFieldModify()
50 public void handleFieldAccess(Executable m, long l, Class<?> fk, Object t, Field f) {} in handleFieldAccess()
51 public void handleFieldModify(Executable m, long l, Class<?> fk, Object t, Field f, Object v) {} in handleFieldModify()
61 public void handleFieldAccess(Executable m, long l, Class<?> fk, Object t, Field f) { in handleFieldAccess()
67 public void handleFieldModify(Executable m, long l, Class<?> fk, Object t, Field f, Object v) { in handleFieldModify()
73 public void handleFieldModify(Executable m, long l, Class<?> fk, Object t, Field f, Object v) { in handleFieldModify()
79 public void handleFieldAccess(Executable m, long l, Class<?> fk, Object t, Field f) { in handleFieldAccess()
88 public void handleFieldModify(Executable m, long l, Class<?> fk, Object t, Field f, Object v) { in handleFieldModify()
97 public void handleFieldAccess(Executable m, long l, Class<?> fk, Object t, Field f) { in handleFieldAccess()
[all …]
/art/test/608-checker-unresolved-lse/src/
DMain.java45 Foo f = new Foo(); in instanceFieldTest() local
72 Foo f = new Foo(); in instanceFieldTest2() local
94 Foo f = new Foo(); in staticFieldTest() local
/art/test/990-field-trace/src/art/
DTest990.java43 private Field f; field in Test990.FieldWrite
47 public FieldWrite(Executable method, Object target, Field f, Object v) { in FieldWrite()
67 private Field f; field in Test990.FieldRead
69 public FieldRead(Executable method, Object target, Field f) { in FieldRead()
/art/libartbase/base/
Dcasts.h50 inline To implicit_cast(From const &f) { in implicit_cast()
73 inline To down_cast(From* f) { // so we only accept pointers in down_cast()
81 inline To down_cast(From& f) { // so we only accept references in down_cast()
/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/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/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/655-checker-simd-arm-opt/src/
DMain.java50 … void encodableConstants(byte[] b, short[] s, char[] c, int[] a, long[] l, float[] f, double[] d) { in encodableConstants()
83 …private static int sumArray(byte[] b, short[] s, char[] c, int[] a, long[] l, float[] f, double[] … in sumArray()
99 float[] f = new float[ARRAY_SIZE]; in main() 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/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/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/1975-hello-structural-transformation/
Dstructural_transform.cc44 jlongArray f) { in Java_art_Test1975_readNativeFields()
65 jobjectArray f) { in Java_art_Test1975_getNativeFields()
/art/test/1984-structural-redefine-field-trace/src/art/
DTest1984.java25 Executable method, long location, Class<?> f_klass, Object target, Field f, Object value) { in notifyFieldModify()
30 Executable method, long location, Class<?> f_klass, Object target, Field f) { in notifyFieldAccess()
/art/test/952-invoke-custom/src/
DTestLinkerMethodWithRange.java66 private static int add(int a, int b, int c, int d, int e, int f) { in add()
72 private static int _add(int a, int b, int c, int d, int e, int f) { in _add()
131 private static Double multiply(Double a, Double b, Double c, Double d, Double e, Double f) { in multiply()
137 private static Double _multiply(Double a, Double b, Double c, Double d, Double e, Double f) { in _multiply()
/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/test/073-mismatched-field/src2/
DIMain.java18 static int f = 123; field

12345678