Lines Matching defs:bytes
265 // Read the most signicant bytecode into bytes[0] and then in order
266 // down to least significant in bytes[count - 1].
268 compiler::Node* bytes[kMaxCount];
273 bytes[i] = Load(machine_type, BytecodeArrayTaggedPointer(), array_offset);
277 Node* result = bytes[--count];
280 Node* value = Word32Shl(bytes[count], shift);