Searched defs:jump_offset (Results 1 – 7 of 7) sorted by relevance
53 size_t jump_offset() const { in jump_offset() function
1071 void InterpreterAssembler::Jump(TNode<IntPtrT> jump_offset, bool backward) { in Jump()1081 void InterpreterAssembler::Jump(TNode<IntPtrT> jump_offset) { in Jump()1085 void InterpreterAssembler::JumpBackward(TNode<IntPtrT> jump_offset) { in JumpBackward()1090 TNode<IntPtrT> jump_offset) { in JumpConditional()1106 TNode<IntPtrT> jump_offset = Signed(BytecodeOperandUImmWord(operand_index)); in JumpConditionalByImmediateOperand() local1118 TNode<IntPtrT> jump_offset = in JumpConditionalByConstantOperand() local1127 TNode<IntPtrT> jump_offset) { in JumpIfTaggedEqual()1145 TNode<IntPtrT> jump_offset) { in JumpIfTaggedNotEqual()
230 inline int32_t jump_offset(Label* L) { in jump_offset() function
842 u16_t jump_offset = 0; in mdns_write_domain() local
159 int jump_offset = pc_offset() - offset; in PatchPrepareStackFrame() local
173 int jump_offset = pc_offset() - offset; in PatchPrepareStackFrame() local
1344 uint64_t Assembler::jump_offset(Label* L) { in jump_offset() function in v8::internal::Assembler