Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter-assembler.cc167 Node* InterpreterAssembler::BytecodeOffset() { in BytecodeOffset() function in v8::internal::interpreter::InterpreterAssembler
255 IntPtrAdd(BytecodeOffset(), operand_offset)); in BytecodeOperandUnsignedByte()
264 IntPtrAdd(BytecodeOffset(), operand_offset)); in BytecodeOperandSignedByte()
304 Node* array_offset = IntPtrAdd(BytecodeOffset(), offset); in BytecodeOperandReadUnaligned()
327 IntPtrAdd(BytecodeOffset(), IntPtrConstant(operand_offset))); in BytecodeOperandUnsignedShort()
342 IntPtrAdd(BytecodeOffset(), IntPtrConstant(operand_offset))); in BytecodeOperandSignedShort()
356 IntPtrAdd(BytecodeOffset(), IntPtrConstant(operand_offset))); in BytecodeOperandUnsignedQuad()
370 IntPtrAdd(BytecodeOffset(), IntPtrConstant(operand_offset))); in BytecodeOperandSignedQuad()
514 StoreAndTagRegister(BytecodeOffset(), Register::bytecode_offset()); in SaveBytecodeOffset()
524 StoreAndTagRegister(BytecodeOffset(), Register::bytecode_offset()); in CallPrologue()
[all …]
Dinterpreter-assembler.h203 return DispatchToBytecodeHandler(handler, BytecodeOffset()); in DispatchToBytecodeHandler()
224 compiler::Node* BytecodeOffset();
Dinterpreter.cc3351 Node* offset = __ SmiTag(__ BytecodeOffset()); in DoSuspendGenerator()