Home
last modified time | relevance | path

Searched refs:kTestEaxByte (Results 1 – 2 of 2) sorted by relevance

/external/webkit/V8Binding/v8/src/x64/
Dic-x64.cc163 static const byte kTestEaxByte = 0xA9; variable
173 if (*test_instruction_address != kTestEaxByte) return false; in PatchInlinedMapCheck()
908 if (*test_instruction_address != kTestEaxByte) return false; in PatchInlinedLoad()
/external/webkit/V8Binding/v8/src/ia32/
Dic-ia32.cc807 static const byte kTestEaxByte = 0xA9; variable
846 if (*test_instruction_address != kTestEaxByte) return false; in PatchInlinedLoad()
873 if (*test_instruction_address != kTestEaxByte) return false; in PatchInlinedMapCheck()