Searched refs:IsCommonOpcode (Results 1 – 2 of 2) sorted by relevance
46 IrOpcode::IsCommonOpcode(opcode) ? "common_builder" : "js_builder"; in PrintReplayOpCreator()47 const char* mnemonic = IrOpcode::IsCommonOpcode(opcode) in PrintReplayOpCreator()
292 static bool IsCommonOpcode(Value val) { in IsCommonOpcode() function