Searched refs:GetB (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | jvalue.h | 33 int8_t GetB() const { return b; } in GetB() function
|
D | reflection.cc | 140 dst.SetB(src.GetB()); in ConvertPrimitiveValue()
|
D | jni_internal.cc | 1050 return result.GetB(); in CallByteMethod() 1057 return InvokeVirtualOrInterfaceWithVarArgs(soa, obj, mid, args).GetB(); in CallByteMethodV() 1064 return InvokeVirtualOrInterfaceWithJValues(soa, obj, mid, args).GetB(); in CallByteMethodA() 1307 return result.GetB(); in CallNonvirtualByteMethod() 1315 return InvokeWithVarArgs(soa, obj, mid, args).GetB(); in CallNonvirtualByteMethodV() 1323 return InvokeWithJValues(soa, obj, mid, args).GetB(); in CallNonvirtualByteMethodA() 1775 return result.GetB(); in CallStaticByteMethod() 1781 return InvokeWithVarArgs(soa, NULL, mid, args).GetB(); in CallStaticByteMethodV() 1787 return InvokeWithJValues(soa, NULL, mid, args).GetB(); in CallStaticByteMethodA()
|
D | jni_internal_test.cc | 149 EXPECT_EQ(0, result.GetB()); in InvokeIdentityByteMethod() 154 EXPECT_EQ(-1, result.GetB()); in InvokeIdentityByteMethod() 159 EXPECT_EQ(SCHAR_MAX, result.GetB()); in InvokeIdentityByteMethod() 164 EXPECT_EQ(SCHAR_MIN, result.GetB()); in InvokeIdentityByteMethod()
|
/art/runtime/native/ |
D | java_lang_reflect_Field.cc | 144 return GetPrimitiveField(env, javaField, javaObj, 'B').GetB(); in Field_getByte() 183 f->SetByte(o, new_value.GetB()); in SetFieldValue()
|