HomeSort by relevance Sort by last modified time
    Searched refs:IsIntegralType (Results 1 - 16 of 16) sorted by null

  /external/dbus-binding-generator/chromeos-dbus-bindings/
header_generator.cc 38 bool HeaderGenerator::IsIntegralType(const string& type) {
44 if (!IsIntegralType(*type)) {
header_generator.h 55 static bool IsIntegralType(const std::string& type);
  /art/compiler/optimizing/
ssa_builder.cc 140 } else if (Primitive::IsIntegralType(common_type)) {
146 } else if (Primitive::IsIntegralType(input_type)) {
167 if (common_type == Primitive::kPrimVoid || Primitive::IsIntegralType(common_type)) {
381 DCHECK(Primitive::IsIntegralType(value_type));
397 DCHECK(Primitive::IsIntegralType(array_type));
398 DCHECK(Primitive::IsIntegralType(value_type));
637 DCHECK(Primitive::IsIntegralType(aget->GetType()));
instruction_simplifier_arm64.cc 238 if (Primitive::IsIntegralType(result_type) && Primitive::IsIntegralType(input_type)) {
constant_folding.cc 260 if (!Primitive::IsIntegralType(type)) {
304 if (!Primitive::IsIntegralType(type)) {
common_arm64.h 299 return Primitive::IsIntegralType(result_type) && Primitive::IsIntegralType(input_type) &&
instruction_simplifier.cc 168 if (!Primitive::IsIntegralType(binop->GetType())) {
    [all...]
code_generator.cc 66 return Primitive::IsIntegralType(type) || (type == Primitive::kPrimNot);
72 return (Primitive::IsIntegralType(type) && type != Primitive::kPrimLong)
79 return Primitive::IsIntegralType(type) && (type != Primitive::kPrimLong);
    [all...]
code_generator_mips64.cc     [all...]
code_generator_arm64.cc     [all...]
code_generator_mips.cc     [all...]
intrinsics_mips64.cc 58 if (Primitive::IsIntegralType(type) || type == Primitive::kPrimNot) {
    [all...]
intrinsics_arm64.cc 79 if (Primitive::IsIntegralType(type) || type == Primitive::kPrimNot) {
    [all...]
intrinsics_mips.cc 70 if (Primitive::IsIntegralType(type) || type == Primitive::kPrimNot) {
    [all...]
nodes.h     [all...]
  /art/runtime/
primitive.h 145 static bool IsIntegralType(Type type) {

Completed in 1435 milliseconds