Searched refs:GetB (Results 1 – 9 of 9) sorted by relevance
/aosp12/packages/apps/Gallery2/jni/filters/ |
H A D | filters.h | 29 #define GetB(color) (((color) >> 16) & 0xFF) macro
|
/aosp12/art/runtime/ |
H A D | jvalue.h | 38 int8_t GetB() const { return b; } in PACKED()
|
H A D | reflection_test.cc | 156 EXPECT_EQ(0, result.GetB()); in InvokeIdentityByteMethod() 160 EXPECT_EQ(-1, result.GetB()); in InvokeIdentityByteMethod() 164 EXPECT_EQ(SCHAR_MAX, result.GetB()); in InvokeIdentityByteMethod() 169 EXPECT_EQ(SCHAR_MIN, result.GetB()); in InvokeIdentityByteMethod()
|
H A D | common_dex_operations.h | 197 field->SetByte<transaction_active>(obj, value.GetB()); in DoFieldPutCommon()
|
/aosp12/art/runtime/native/ |
H A D | java_lang_reflect_Field.cc | 242 return GetPrimitiveField<Primitive::kPrimByte>(env, javaField, javaObj).GetB(); in Field_getByte() 288 o->SetFieldBooleanVolatile<false>(offset, new_value.GetB()); in SetFieldValue() 290 o->SetFieldBoolean<false>(offset, new_value.GetB()); in SetFieldValue()
|
/aosp12/art/runtime/jni/ |
H A D | jni_internal.cc | 994 return result.GetB(); in CallByteMethod() 1001 return InvokeVirtualOrInterfaceWithVarArgs(soa, obj, mid, args).GetB(); in CallByteMethodV() 1008 return InvokeVirtualOrInterfaceWithJValues(soa, obj, mid, args).GetB(); in CallByteMethodA() 1251 return result.GetB(); in CallNonvirtualByteMethod() 1259 return InvokeWithVarArgs(soa, obj, mid, args).GetB(); in CallNonvirtualByteMethodV() 1267 return InvokeWithJValues(soa, obj, mid, args).GetB(); in CallNonvirtualByteMethodA() 1727 return result.GetB(); in CallStaticByteMethod() 1733 return InvokeWithVarArgs(soa, nullptr, mid, args).GetB(); in CallStaticByteMethodV() 1739 return InvokeWithJValues(soa, nullptr, mid, args).GetB(); in CallStaticByteMethodA()
|
/aosp12/art/runtime/interpreter/ |
H A D | interpreter_common.h | 528 shadow_frame.SetVReg(vregA, result.GetB()); in DoFieldGet()
|
H A D | unstarted_runtime_test.cc | 241 EXPECT_EQ(result.GetB(), static_cast<int8_t>(base_array[i])); in TEST_F()
|
/aosp12/art/runtime/dex/ |
H A D | dex_file_annotations.cc | 617 i, new_annotation_value.value_.GetB()); in ProcessAnnotationValue()
|