Home
last modified time | relevance | path

Searched defs:IsControlOpcode (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/unittests/compiler/
Dopcodes-unittest.cc28 bool IsControlOpcode(IrOpcode::Value opcode) { in IsControlOpcode() function
97 TEST(IrOpcodeTest, IsControlOpcode) { in TEST() argument
/external/v8/src/compiler/
Dopcodes.h365 static bool IsControlOpcode(Value value) { in IsControlOpcode() function