HomeSort by relevance Sort by last modified time
    Searched refs:jump_offset (Results 1 - 6 of 6) sorted by null

  /external/v8/src/interpreter/
interpreter-assembler.h 173 // Jump forward relative to the current bytecode by the |jump_offset|.
174 compiler::Node* Jump(compiler::Node* jump_offset);
176 // Jump backward relative to the current bytecode by the |jump_offset|.
177 compiler::Node* JumpBackward(compiler::Node* jump_offset);
179 // Jump forward relative to the current bytecode by |jump_offset| if the
182 compiler::Node* jump_offset);
184 // Jump forward relative to the current bytecode by |jump_offset| if the
187 compiler::Node* jump_offset);
294 // Jump relative to the current bytecode by the |jump_offset|. If |backward|,
297 compiler::Node* Jump(compiler::Node* jump_offset, bool backward)
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf-m10300.c 3330 bfd_signed_vma jump_offset; local
    [all...]
  /art/compiler/optimizing/
code_generator_arm64.cc 663 ptrdiff_t jump_offset = target_label->GetLocation() - table_start_.GetLocation(); local
664 DCHECK_GT(jump_offset, std::numeric_limits<int32_t>::min());
665 DCHECK_LE(jump_offset, std::numeric_limits<int32_t>::max());
666 Literal<int32_t> literal(jump_offset);
    [all...]
code_generator_arm_vixl.cc 2555 int32_t jump_offset = target_label->GetLocation() - table_start_.GetLocation(); local
    [all...]
  /external/v8/src/mips64/
assembler-mips64.cc 1175 uint64_t Assembler::jump_offset(Label* L) { function in class:v8::internal::Assembler
    [all...]
assembler-mips64.h 461 uint64_t jump_offset(Label* L);
    [all...]

Completed in 85 milliseconds