Home
last modified time | relevance | path

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

/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.h64 return IrOpcode::IsCommonOpcode(node->opcode()); in IsCommon()
Dopcodes.h754 static bool IsCommonOpcode(Value value) { in IsCommonOpcode() function