Home
last modified time | relevance | path

Searched refs:getFloat (Results 1 – 9 of 9) sorted by relevance

/art/test/800-smali/smali/
DFloatIntConstPassing.smali12 .method public static getFloat(F)F
24 invoke-static {v0}, LFloatIntConstPassing;->getFloat(F)F
/art/test/100-reflect2/src/
DMain.java42 System.out.println(f.getFloat(null)); in testFieldReflection()
76 System.out.println(f.getFloat(null)); in testFieldReflection()
111 System.out.println(f.getFloat(null)); in testFieldReflection()
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DParser.java465 data[i] = hprof.getFloat(); in parseInternal()
986 public float getFloat() { in getFloat() method in Parser.HprofBuffer
987 return mBuffer.getFloat(); in getFloat()
1046 case FLOAT: return Value.pack(getFloat());
1066 case FLOAT: return Value.pack(getFloat());
/art/test/045-reflect-array/src/
DMain.java151 float f = Array.getFloat(longArray, 0); in testSingleLong()
/art/test/959-invoke-polymorphic-accessors/src/
DMain.java322 static void getFloat(MethodHandle m, ValueHolder v, float value, boolean expectFailure) in getFloat() method in Main.InvokeExactTester
335 static void getFloat(MethodHandle m, float value, boolean expectFailure) throws Throwable { in getFloat() method in Main.InvokeExactTester
336 getFloat(m, null, value, expectFailure); in getFloat()
537 getFloat(methodHandle, valueHolder, floatValue, in tryAccessor()
539 getFloat(methodHandle, floatValue, in tryAccessor()
/art/test/064-field-access/src/
DMain.java94 result = field.getFloat(obj); in getValue()
672 result = field.getFloat(obj); in getValue()
/art/test/712-varhandle-invocations/src/
DVarHandleUnitTestHelpers.java113 return buffer.order(order).getFloat(index); in getBytesAs_float()
/art/runtime/native/
Dsun_misc_Unsafe.cc578 FAST_NATIVE_METHOD(Unsafe, getFloat, "(Ljava/lang/Object;J)F"),
596 OVERLOADED_FAST_NATIVE_METHOD(Unsafe, getFloat, "(J)F", getFloatJ),
Djava_lang_reflect_Field.cc521 FAST_NATIVE_METHOD(Field, getFloat, "(Ljava/lang/Object;)F"),