Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
Dbytecode-array-writer.cc88 const byte* bytecode_ptr = &bytecodes()->front(); in CheckBytecodeMatches() local
95 if (bytecode_ptr[i] != bytecode.get(i)) { in CheckBytecodeMatches()