Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-writer.cc220 const uint8_t* raw_operand = reinterpret_cast<const uint8_t*>(&operand); in EmitBytecode() local
221 bytecodes()->push_back(raw_operand[0]); in EmitBytecode()
222 bytecodes()->push_back(raw_operand[1]); in EmitBytecode()
226 const uint8_t* raw_operand = in EmitBytecode() local
228 bytecodes()->push_back(raw_operand[0]); in EmitBytecode()
229 bytecodes()->push_back(raw_operand[1]); in EmitBytecode()
230 bytecodes()->push_back(raw_operand[2]); in EmitBytecode()
231 bytecodes()->push_back(raw_operand[3]); in EmitBytecode()