Searched refs:ARRAY_XX (Results 1 – 2 of 2) sorted by relevance
/art/tools/veridex/ |
D | flow_analysis.cc | 621 #define ARRAY_XX(kind, anticipated_type) \ in ProcessDexInstruction() macro 630 ARRAY_XX(, VeriClass::integer_); in ProcessDexInstruction() 631 ARRAY_XX(_WIDE, VeriClass::long_); in ProcessDexInstruction() 632 ARRAY_XX(_BOOLEAN, VeriClass::boolean_); in ProcessDexInstruction() 633 ARRAY_XX(_BYTE, VeriClass::byte_); in ProcessDexInstruction() 634 ARRAY_XX(_CHAR, VeriClass::char_); in ProcessDexInstruction() 635 ARRAY_XX(_SHORT, VeriClass::short_); in ProcessDexInstruction()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 3446 #define ARRAY_XX(kind, anticipated_type) \ in ProcessDexInstruction() macro 3456 ARRAY_XX(, DataType::Type::kInt32); in ProcessDexInstruction() 3457 ARRAY_XX(_WIDE, DataType::Type::kInt64); in ProcessDexInstruction() 3458 ARRAY_XX(_OBJECT, DataType::Type::kReference); in ProcessDexInstruction() 3459 ARRAY_XX(_BOOLEAN, DataType::Type::kBool); in ProcessDexInstruction() 3460 ARRAY_XX(_BYTE, DataType::Type::kInt8); in ProcessDexInstruction() 3461 ARRAY_XX(_CHAR, DataType::Type::kUint16); in ProcessDexInstruction() 3462 ARRAY_XX(_SHORT, DataType::Type::kInt16); in ProcessDexInstruction()
|