Searched refs:IsCommonOpcode (Results 1 – 3 of 3) sorted by relevance
48 const char* builder = IrOpcode::IsCommonOpcode(opcode) ? "common" : "js"; in PrintReplayOpCreator()49 const char* mnemonic = IrOpcode::IsCommonOpcode(opcode) in PrintReplayOpCreator()
64 return IrOpcode::IsCommonOpcode(node->opcode()); in IsCommon()
754 static bool IsCommonOpcode(Value value) { in IsCommonOpcode() function