Searched defs:BytecodeOffset (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/compiler/
H A Dinterpreter-assembler.cc85 Node* InterpreterAssembler::BytecodeOffset() { return bytecode_offset_; } function in class:v8::internal::compiler::InterpreterAssembler
163 IntPtrAdd(BytecodeOffset(),
175 IntPtrAdd(BytecodeOffset(),
193 IntPtrAdd(BytecodeOffset(),
201 IntPtrAdd(BytecodeOffset(), Int32Constant(offset)));
204 IntPtrAdd(BytecodeOffset(), Int32Constant(offset + 1)));
229 IntPtrAdd(BytecodeOffset(), Int32Constant(operand_offset)));
242 IntPtrAdd(BytecodeOffset(), hi_byte_offset));
245 IntPtrAdd(BytecodeOffset(), lo_byte_offset));
635 BytecodeOffset(),
[all...]

Completed in 29 milliseconds