Searched refs:SLICER_FATAL (Results 1 – 6 of 6) sorted by relevance
/tools/dexter/slicer/ |
D | code_ir.cc | 576 SLICER_FATAL("Unexpected opcode 0x%02x", dex_instr.opcode); in DecodeBytecode() 586 SLICER_FATAL("Unexpected bytecode format (opcode 0x%02x)", dex_instr.opcode); in DecodeBytecode() 611 SLICER_FATAL("Unexpected index type 0x%02x", index_type); in GetIndexedOperand()
|
D | bytecode_encoder.cc | 423 SLICER_FATAL("Unexpected fmt21h opcode: 0x%02x", opcode); in Visit() 428 SLICER_FATAL("Unexpected format: 0x%02x", format); in Visit()
|
D | debuginfo_encoder.cc | 115 SLICER_FATAL("Unexpected debug info opcode: 0x%02x", dbg_annotation->dbg_opcode); in Visit()
|
D | dex_bytecode.cc | 305 SLICER_FATAL("Can't decode unexpected format 0x%02x (op=0x%02x)", format, in DecodeInstruction()
|
D | instrumentation.cc | 203 SLICER_FATAL("void parameter type"); in GenerateShiftParamsCode()
|
/tools/dexter/slicer/export/slicer/ |
D | common.h | 38 #define SLICER_FATAL(format, ...) slicer::_fatal("\nSLICER_FATAL: " format "\n\n", ##__VA_ARGS__); macro
|