Home
last modified time | relevance | path

Searched defs:kPrimBoolean (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dprimitive.h40 kPrimBoolean, enumerator
Dcheck_jni.cc2466 PRIMITIVE_ARRAY_FUNCTIONS(jboolean, Boolean, Primitive::kPrimBoolean) in PRIMITIVE_ARRAY_FUNCTIONS()
/art/runtime/interpreter/
Dinterpreter_common.cc116 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/
Dnodes.h3341 : HBinaryOperation(Primitive::kPrimBoolean, first, second, SideEffects::None(), dex_pc) { in HBinaryOperation()
5146 : HUnaryOperation(Primitive::Type::kPrimBoolean, input, dex_pc) {} in HUnaryOperation()