Searched refs:instruction_code (Results 1 – 1 of 1) sorted by relevance
/art/tools/jvmti-agents/titrace/ |
D | instruction_decoder.cc | 487 #define MAKE_ENUM_DEFINITION(opcode, instruction_code, name, format, index, flags, extended_flags, … argument 488 instruction_code = opcode, /* NOLINT */ 498 #define MAKE_ENUM_DEFINITION(opcode, instruction_code, name, format, index, flags, extended_flags, … in ToString() argument 499 case instruction_code: return (name); in ToString()
|