HomeSort by relevance Sort by last modified time
    Searched defs:relative_offset (Results 1 - 8 of 8) sorted by null

  /external/v8/src/interpreter/
bytecode-array-accessor.cc 181 int relative_offset = GetUnsignedImmediateOperand(0); local
183 relative_offset = -relative_offset;
185 return current_offset() + relative_offset + current_prefix_offset();
  /external/compiler-rt/lib/interception/
interception_win.cc 606 uptr relative_offset = *(u32*)(old_func + 1); local
607 uptr absolute_target = old_func + relative_offset + kJumpInstructionLength;
  /external/deqp/external/openglcts/modules/gl/
gl4cVertexAttribBindingTests.cpp 2448 int relative_offset; member in class:gl4cts::__anon17523::VertexAttribState
    [all...]
  /external/deqp/external/openglcts/modules/gles31/
es31cVertexAttribBindingTests.cpp 1904 int relative_offset; member in class:glcts::__anon17558::VertexAttribState
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf32-s390.c 3479 bfd_vma relative_offset; local
3628 bfd_vma relative_offset; local
    [all...]
  /art/dex2oat/linker/
oat_writer.cc 351 DCHECK_EQ(static_cast<off_t>(file_offset + relative_offset), out->Seek(0, kSeekCurrent)) \
352 << "file_offset=" << file_offset << " relative_offset=" << relative_offset
2582 size_t relative_offset = current_offset - file_offset; local
2900 size_t relative_offset = oat_header_->GetExecutableOffset(); local
    [all...]
  /art/oatdump/
oatdump.cc 1609 int relative_offset = (reg - (temp_threshold + max_num_special_temps)) * sizeof(uint32_t); local
    [all...]
  /art/compiler/optimizing/
code_generator_x86.cc 7659 const int32_t relative_offset = codegen_->GetMethodAddressOffset(base_method_address_); local
    [all...]

Completed in 545 milliseconds