Searched refs:BytecodeArrayTaggedPointer (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/interpreter/ |
D | interpreter-assembler.cc | 131 TNode<BytecodeArray> InterpreterAssembler::BytecodeArrayTaggedPointer() { in BytecodeArrayTaggedPointer() function in v8::internal::interpreter::InterpreterAssembler 370 return Load<Uint8T>(BytecodeArrayTaggedPointer(), in BytecodeOperandUnsignedByte() 380 return Load<Int8T>(BytecodeArrayTaggedPointer(), in BytecodeOperandSignedByte() 423 Load(machine_type, BytecodeArrayTaggedPointer(), array_offset)); in BytecodeOperandReadUnaligned() 446 BytecodeArrayTaggedPointer(), in BytecodeOperandUnsignedShort() 464 BytecodeArrayTaggedPointer(), in BytecodeOperandSignedShort() 481 BytecodeArrayTaggedPointer(), in BytecodeOperandUnsignedQuad() 498 BytecodeArrayTaggedPointer(), in BytecodeOperandSignedQuad() 664 BytecodeArrayTaggedPointer(), BytecodeArray::kConstantPoolOffset)); in LoadConstantPoolEntry() 1164 Load<Uint8T>(BytecodeArrayTaggedPointer(), bytecode_offset); in LoadBytecode() [all …]
|
D | interpreter-assembler.h | 291 TNode<BytecodeArray> BytecodeArrayTaggedPointer();
|