Searched refs:api_opcode_to_string (Results 1 – 3 of 3) sorted by relevance
270 (unsigned long long)handle, api_opcode_to_string(opcode)); in dump()283 apiInfo ? api_opcode_to_string(GetOpcode(*apiInfo)) : "unalloced"; in dump()301 const char* apiName = apiInfo ? api_opcode_to_string(GetOpcode(*apiInfo)) : "unalloced"; in dump()
4115 const char* api_opcode_to_string(const uint32_t opcode);
22106 const char* api_opcode_to_string(const uint32_t opcode) { in api_opcode_to_string() function