Home
last modified time | relevance | path

Searched defs:jump_offset (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
Dbytecode-label.h53 size_t jump_offset() const { in jump_offset() function
Dinterpreter-assembler.cc1071 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() local
1118 TNode<IntPtrT> jump_offset = in JumpConditionalByConstantOperand() local
1127 TNode<IntPtrT> jump_offset) { in JumpIfTaggedEqual()
1145 TNode<IntPtrT> jump_offset) { in JumpIfTaggedNotEqual()
/third_party/node/deps/v8/src/codegen/riscv64/
Dassembler-riscv64.h230 inline int32_t jump_offset(Label* L) { in jump_offset() function
/third_party/lwip/src/apps/mdns/
Dmdns.c842 u16_t jump_offset = 0; in mdns_write_domain() local
/third_party/node/deps/v8/src/wasm/baseline/s390/
Dliftoff-assembler-s390.h159 int jump_offset = pc_offset() - offset; in PatchPrepareStackFrame() local
/third_party/node/deps/v8/src/wasm/baseline/ppc/
Dliftoff-assembler-ppc.h173 int jump_offset = pc_offset() - offset; in PatchPrepareStackFrame() local
/third_party/node/deps/v8/src/codegen/mips64/
Dassembler-mips64.cc1344 uint64_t Assembler::jump_offset(Label* L) { in jump_offset() function in v8::internal::Assembler