Searched defs:kPrimBoolean (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
D | primitive.h | 40 kPrimBoolean, enumerator
|
D | check_jni.cc | 2466 PRIMITIVE_ARRAY_FUNCTIONS(jboolean, Boolean, Primitive::kPrimBoolean) in PRIMITIVE_ARRAY_FUNCTIONS()
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 116 EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL(InstancePrimitiveRead, Primitive::kPrimBoolean) in EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL() 293 EXPLICIT_DO_FIELD_PUT_ALL_TEMPLATE_DECL(InstancePrimitiveWrite, Primitive::kPrimBoolean) in EXPLICIT_DO_FIELD_PUT_ALL_TEMPLATE_DECL() 391 EXPLICIT_DO_IPUT_QUICK_ALL_TEMPLATE_DECL(Primitive::kPrimBoolean) // iput-boolean-quick. in EXPLICIT_DO_IPUT_QUICK_ALL_TEMPLATE_DECL()
|
/art/compiler/optimizing/ |
D | nodes.h | 3341 : HBinaryOperation(Primitive::kPrimBoolean, first, second, SideEffects::None(), dex_pc) { in HBinaryOperation() 5146 : HUnaryOperation(Primitive::Type::kPrimBoolean, input, dex_pc) {} in HUnaryOperation()
|