Searched refs:BytecodeForWideOperands (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/interpreter/ |
D | bytecode-array-builder.cc | 401 Output(BytecodeForWideOperands(bytecode), static_cast<uint16_t>(name_index), in LoadGlobal() 419 Output(BytecodeForWideOperands(bytecode), static_cast<uint16_t>(name_index), in StoreGlobal() 469 Output(BytecodeForWideOperands(bytecode), in LoadLookupSlot() 485 Output(BytecodeForWideOperands(bytecode), in StoreLookupSlot() 504 Output(BytecodeForWideOperands(bytecode), object.ToOperand(), in LoadNamedProperty() 520 Output(BytecodeForWideOperands(bytecode), object.ToOperand(), in LoadKeyedProperty() 539 Output(BytecodeForWideOperands(bytecode), object.ToOperand(), in StoreNamedProperty() 557 Output(BytecodeForWideOperands(bytecode), object.ToOperand(), in StoreKeyedProperty() 1368 Bytecode BytecodeArrayBuilder::BytecodeForWideOperands(Bytecode bytecode) { in BytecodeForWideOperands() function in v8::internal::interpreter::BytecodeArrayBuilder
|
D | bytecode-array-builder.h | 248 static Bytecode BytecodeForWideOperands(Bytecode bytecode);
|