Searched refs:BytecodeOffset (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/interpreter/ |
D | interpreter-assembler.cc | 82 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 …]
|
D | interpreter-assembler.h | 247 TNode<IntPtrT> BytecodeOffset();
|
D | interpreter-generator.cc | 2787 DispatchToBytecode(original_bytecode, BytecodeOffset()); \ 3003 TNode<Smi> offset = SmiTag(BytecodeOffset()); in IGNITION_HANDLER()
|
/external/v8/src/objects/ |
D | code.cc | 235 if (address == pc && deopt_data.BytecodeOffset(i) != BailoutId::None()) { in CanDeoptAt() 458 << BytecodeOffset(i).ToInt() << " " << std::setw(4); in DeoptimizationDataPrint()
|
D | code.h | 891 inline BailoutId BytecodeOffset(int i);
|
D | code-inl.h | 779 BailoutId DeoptimizationData::BytecodeOffset(int i) { in DEFINE_DEOPT_ELEMENT_ACCESSORS()
|
/external/v8/src/deoptimizer/ |
D | deoptimizer.cc | 844 BailoutId node_id = input_data.BytecodeOffset(bailout_id_); in DoComputeOutputFrames()
|