Searched refs:BytecodeOffset (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/interpreter/ |
D | interpreter-assembler.cc | 88 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 …]
|
D | interpreter-assembler.h | 265 compiler::Node* BytecodeOffset();
|
D | interpreter-generator.cc | 2809 DispatchToBytecode(original_bytecode, BytecodeOffset()); \ 3048 Node* offset = SmiTag(BytecodeOffset()); in IGNITION_HANDLER()
|
/external/v8/src/objects/ |
D | code.h | 873 inline BailoutId BytecodeOffset(int i);
|
D | code-inl.h | 735 BailoutId DeoptimizationData::BytecodeOffset(int i) { in BytecodeOffset() function
|
/external/v8/src/ |
D | deoptimizer.cc | 734 BailoutId node_id = input_data->BytecodeOffset(bailout_id_); in DoComputeOutputFrames()
|
D | objects.cc | 14570 if (address == pc && deopt_data->BytecodeOffset(i) != BailoutId::None()) { in CanDeoptAt() 14726 << BytecodeOffset(i).ToInt() << " " << std::setw(4); in DeoptimizationDataPrint()
|