Searched refs:ARRAY_XX (Results 1 – 2 of 2) sorted by relevance
/art/tools/veridex/ |
D | flow_analysis.cc | 598 #define ARRAY_XX(kind, anticipated_type) \ in ProcessDexInstruction() macro 607 ARRAY_XX(, VeriClass::integer_); in ProcessDexInstruction() 608 ARRAY_XX(_WIDE, VeriClass::long_); in ProcessDexInstruction() 609 ARRAY_XX(_BOOLEAN, VeriClass::boolean_); in ProcessDexInstruction() 610 ARRAY_XX(_BYTE, VeriClass::byte_); in ProcessDexInstruction() 611 ARRAY_XX(_CHAR, VeriClass::char_); in ProcessDexInstruction() 612 ARRAY_XX(_SHORT, VeriClass::short_); in ProcessDexInstruction()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 3019 #define ARRAY_XX(kind, anticipated_type) \ in ProcessDexInstruction() macro 3029 ARRAY_XX(, DataType::Type::kInt32); in ProcessDexInstruction() 3030 ARRAY_XX(_WIDE, DataType::Type::kInt64); in ProcessDexInstruction() 3031 ARRAY_XX(_OBJECT, DataType::Type::kReference); in ProcessDexInstruction() 3032 ARRAY_XX(_BOOLEAN, DataType::Type::kBool); in ProcessDexInstruction() 3033 ARRAY_XX(_BYTE, DataType::Type::kInt8); in ProcessDexInstruction() 3034 ARRAY_XX(_CHAR, DataType::Type::kUint16); in ProcessDexInstruction() 3035 ARRAY_XX(_SHORT, DataType::Type::kInt16); in ProcessDexInstruction()
|