Home
last modified time | relevance | path

Searched refs:IsCommonOpcode (Results 1 – 4 of 4) sorted by relevance

/external/v8/test/unittests/compiler/
Dopcodes-unittest.cc14 bool IsCommonOpcode(IrOpcode::Value opcode) { in IsCommonOpcode() function
87 TEST(IrOpcodeTest, IsCommonOpcode) { in TEST() argument
88 EXPECT_FALSE(IrOpcode::IsCommonOpcode(kInvalidOpcode)); in TEST()
90 EXPECT_EQ(IsCommonOpcode(IrOpcode::k##Opcode), \ in TEST()
91 IrOpcode::IsCommonOpcode(IrOpcode::k##Opcode)); in TEST()
/external/v8/src/compiler/
Dgraph-replay.cc48 const char* builder = IrOpcode::IsCommonOpcode(opcode) ? "common" : "js"; in PrintReplayOpCreator()
49 const char* mnemonic = IrOpcode::IsCommonOpcode(opcode) in PrintReplayOpCreator()
Dnode-properties.h63 return IrOpcode::IsCommonOpcode(node->opcode()); in IsCommon()
Dopcodes.h360 static bool IsCommonOpcode(Value value) { in IsCommonOpcode() function