Home
last modified time | relevance | path

Searched refs:SLICER_FATAL (Results 1 – 6 of 6) sorted by relevance

/tools/dexter/slicer/
Dcode_ir.cc576 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()
Dbytecode_encoder.cc423 SLICER_FATAL("Unexpected fmt21h opcode: 0x%02x", opcode); in Visit()
428 SLICER_FATAL("Unexpected format: 0x%02x", format); in Visit()
Ddebuginfo_encoder.cc115 SLICER_FATAL("Unexpected debug info opcode: 0x%02x", dbg_annotation->dbg_opcode); in Visit()
Ddex_bytecode.cc305 SLICER_FATAL("Can't decode unexpected format 0x%02x (op=0x%02x)", format, in DecodeInstruction()
Dinstrumentation.cc203 SLICER_FATAL("void parameter type"); in GenerateShiftParamsCode()
/tools/dexter/slicer/export/slicer/
Dcommon.h38 #define SLICER_FATAL(format, ...) slicer::_fatal("\nSLICER_FATAL: " format "\n\n", ##__VA_ARGS__); macro