Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter-assembler.cc88 Node* InterpreterAssembler::BytecodeOffset() { in BytecodeOffset() function in v8::internal::interpreter::InterpreterAssembler
108 Node* offset = BytecodeOffset(); in SaveBytecodeOffset()
112 offset = IntPtrSub(BytecodeOffset(), IntPtrConstant(1)); in SaveBytecodeOffset()
364 IntPtrAdd(BytecodeOffset(), operand_offset), needs_poisoning); in BytecodeOperandUnsignedByte()
374 IntPtrAdd(BytecodeOffset(), operand_offset), needs_poisoning); in BytecodeOperandSignedByte()
415 Node* array_offset = IntPtrAdd(BytecodeOffset(), offset); in BytecodeOperandReadUnaligned()
440 IntPtrAdd(BytecodeOffset(), IntPtrConstant(operand_offset)), in BytecodeOperandUnsignedShort()
458 IntPtrAdd(BytecodeOffset(), IntPtrConstant(operand_offset)), in BytecodeOperandSignedShort()
475 IntPtrAdd(BytecodeOffset(), IntPtrConstant(operand_offset)), in BytecodeOperandUnsignedQuad()
492 IntPtrAdd(BytecodeOffset(), IntPtrConstant(operand_offset)), in BytecodeOperandSignedQuad()
[all …]
Dinterpreter-assembler.h265 compiler::Node* BytecodeOffset();
Dinterpreter-generator.cc2809 DispatchToBytecode(original_bytecode, BytecodeOffset()); \
3048 Node* offset = SmiTag(BytecodeOffset()); in IGNITION_HANDLER()
/external/v8/src/objects/
Dcode.h873 inline BailoutId BytecodeOffset(int i);
Dcode-inl.h735 BailoutId DeoptimizationData::BytecodeOffset(int i) { in BytecodeOffset() function
/external/v8/src/
Ddeoptimizer.cc734 BailoutId node_id = input_data->BytecodeOffset(bailout_id_); in DoComputeOutputFrames()
Dobjects.cc14570 if (address == pc && deopt_data->BytecodeOffset(i) != BailoutId::None()) { in CanDeoptAt()
14726 << BytecodeOffset(i).ToInt() << " " << std::setw(4); in DeoptimizationDataPrint()