Home
last modified time | relevance | path

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

/external/v8/test/unittests/compiler/
Dopcodes-unittest.cc41 bool IsJsOpcode(IrOpcode::Value opcode) { in IsJsOpcode() function
107 TEST(IrOpcodeTest, IsJsOpcode) { in TEST() argument
/external/v8/src/compiler/
Dopcodes.h656 static bool IsJsOpcode(Value value) { in IsJsOpcode() function