Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-array-writer.cc302 const uint8_t* raw_operand = reinterpret_cast<const uint8_t*>(&operand); in EmitBytecode() local
303 bytecodes()->push_back(raw_operand[0]); in EmitBytecode()
304 bytecodes()->push_back(raw_operand[1]); in EmitBytecode()
308 const uint8_t* raw_operand = in EmitBytecode() local
310 bytecodes()->push_back(raw_operand[0]); in EmitBytecode()
311 bytecodes()->push_back(raw_operand[1]); in EmitBytecode()
312 bytecodes()->push_back(raw_operand[2]); in EmitBytecode()
313 bytecodes()->push_back(raw_operand[3]); in EmitBytecode()

Completed in 2 milliseconds