Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter-assembler.cc82 TNode<IntPtrT> InterpreterAssembler::BytecodeOffset() { in BytecodeOffset() function in v8::internal::interpreter::InterpreterAssembler
103 TNode<IntPtrT> bytecode_offset = BytecodeOffset(); in SaveBytecodeOffset()
107 bytecode_offset = IntPtrSub(BytecodeOffset(), IntPtrConstant(1)); in SaveBytecodeOffset()
382 IntPtrAdd(BytecodeOffset(), operand_offset), in BytecodeOperandUnsignedByte()
393 IntPtrAdd(BytecodeOffset(), operand_offset), in BytecodeOperandSignedByte()
435 TNode<IntPtrT> array_offset = IntPtrAdd(BytecodeOffset(), offset); in BytecodeOperandReadUnaligned()
462 IntPtrAdd(BytecodeOffset(), IntPtrConstant(operand_offset)), in BytecodeOperandUnsignedShort()
481 IntPtrAdd(BytecodeOffset(), IntPtrConstant(operand_offset)), in BytecodeOperandSignedShort()
499 IntPtrAdd(BytecodeOffset(), IntPtrConstant(operand_offset)), in BytecodeOperandUnsignedQuad()
517 IntPtrAdd(BytecodeOffset(), IntPtrConstant(operand_offset)), in BytecodeOperandSignedQuad()
[all …]
Dinterpreter-assembler.h247 TNode<IntPtrT> BytecodeOffset();
Dinterpreter-generator.cc2787 DispatchToBytecode(original_bytecode, BytecodeOffset()); \
3003 TNode<Smi> offset = SmiTag(BytecodeOffset()); in IGNITION_HANDLER()
/external/v8/src/objects/
Dcode.cc235 if (address == pc && deopt_data.BytecodeOffset(i) != BailoutId::None()) { in CanDeoptAt()
458 << BytecodeOffset(i).ToInt() << " " << std::setw(4); in DeoptimizationDataPrint()
Dcode.h891 inline BailoutId BytecodeOffset(int i);
Dcode-inl.h779 BailoutId DeoptimizationData::BytecodeOffset(int i) { in DEFINE_DEOPT_ELEMENT_ACCESSORS()
/external/v8/src/deoptimizer/
Ddeoptimizer.cc844 BailoutId node_id = input_data.BytecodeOffset(bailout_id_); in DoComputeOutputFrames()