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 | 3636 #define ARRAY_XX(kind, anticipated_type) \ in ProcessDexInstruction() macro 3646 ARRAY_XX(, DataType::Type::kInt32); in ProcessDexInstruction() 3647 ARRAY_XX(_WIDE, DataType::Type::kInt64); in ProcessDexInstruction() 3648 ARRAY_XX(_OBJECT, DataType::Type::kReference); in ProcessDexInstruction() 3649 ARRAY_XX(_BOOLEAN, DataType::Type::kBool); in ProcessDexInstruction() 3650 ARRAY_XX(_BYTE, DataType::Type::kInt8); in ProcessDexInstruction() 3651 ARRAY_XX(_CHAR, DataType::Type::kUint16); in ProcessDexInstruction() 3652 ARRAY_XX(_SHORT, DataType::Type::kInt16); in ProcessDexInstruction()
|