HomeSort by relevance Sort by last modified time
    Searched defs:offset_ (Results 51 - 75 of 86) sorted by null

1 23 4

  /external/vulkan-validation-layers/layers/
descriptor_sets.h 249 VkDeviceSize GetOffset() const { return offset_; }
256 VkDeviceSize offset_; member in class:cvdescriptorset::BufferDescriptor
  /art/compiler/optimizing/
load_store_analysis.h 114 offset_(offset),
129 size_t GetOffset() const { return offset_; }
152 const size_t offset_; // offset of static/instance field. member in class:art::HeapLocation
code_generator_mips64.cc 962 const uint32_t offset_; member in class:art::mips64::ReadBarrierForHeapReferenceSlowPathMIPS64
    [all...]
code_generator_arm64.cc 927 uint32_t offset_; member in class:art::arm64::LoadReferenceWithBakerReadBarrierSlowPathARM64
1153 uint32_t offset_; member in class:art::arm64::LoadReferenceWithBakerReadBarrierAndUpdateFieldSlowPathARM64
1308 arm64_codegen->MoveConstant(LocationFrom(calling_convention.GetRegisterAt(2)), offset_); variable
1346 const uint32_t offset_; member in class:art::arm64::ReadBarrierForHeapReferenceSlowPathARM64
    [all...]
code_generator_x86_64.cc 727 offset_(offset),
887 const uint32_t offset_; member in class:art::x86_64::ReadBarrierForHeapReferenceSlowPathX86_64
    [all...]
  /art/dexlayout/
dex_writer.cc 517 : type_(type), size_(size), offset_(offset) { }
520 return offset_ > other.offset_;
525 uint32_t offset_; member in struct:art::MapItemContainer
620 uint32_buffer[1] = map_item.offset_;
dex_ir.h 113 uint32_t GetOffset() const { return offset_; }
114 void SetOffset(uint32_t new_offset) { offset_ = new_offset; }
117 uint32_t offset_ = 0; member in class:art::dex_ir::CollectionBase
362 uint32_t GetOffset() const { return offset_; }
364 void SetOffset(uint32_t offset) { offset_ = offset; }
368 Item(uint32_t offset, uint32_t size) : offset_(offset), size_(size) { }
370 uint32_t offset_ = 0; member in class:art::dex_ir::Item
    [all...]
  /art/runtime/
image.h 54 ImageSection() : offset_(0), size_(0) { }
55 ImageSection(uint32_t offset, uint32_t size) : offset_(offset), size_(size) { }
60 return offset_;
72 return offset - offset_ < size_;
76 uint32_t offset_; variable
  /external/google-breakpad/src/common/
dwarf_cu_to_module.cc 228 offset_(offset),
263 uint64 offset_; member in class:google_breakpad::DwarfCUToModule::GenericDIEHandler
311 cu_context_->reporter->UnhandledInterCUReference(offset_, data);
330 cu_context_->reporter->UnknownSpecification(offset_, data);
427 cu_context_->file_context->file_private_->specifications[offset_] = spec;
513 cu_context_->reporter->UnknownAbstractOrigin(offset_, data);
549 cu_context_->reporter->UnnamedFunction(offset_);
565 cu_context_->file_context->file_private_->origins[offset_] = origin;
    [all...]
  /external/vixl/src/aarch32/
operands-aarch32.h 637 // "sign_of(constructor's offset parameter) and the value of offset_ is
641 // sign_ is "constructor's sign parameter" and the value of offset_ is
644 // The value of offset_ reflects the effective offset. For an offset_ of 0,
646 // the sign of offset_.
653 offset_(0),
670 offset_(offset),
680 offset_(sign.IsPlus() ? offset : -offset),
697 offset_(0),
711 offset_(0)
879 int32_t offset_; member in class:vixl::aarch32::MemOperand
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
descriptor_sets.h 237 VkDeviceSize GetOffset() const { return offset_; }
244 VkDeviceSize offset_; member in class:cvdescriptorset::BufferDescriptor
  /toolchain/binutils/binutils-2.25/gold/
arm.cc 391 : stub_template_(stub_template), offset_(invalid_offset)
407 gold_assert(this->offset_ != invalid_offset);
408 return this->offset_;
414 { this->offset_ = offset; }
463 section_offset_type offset_; member in class:__anon115852::Stub
    [all...]
object.h 347 : name_(name), input_file_(input_file), offset_(offset), shnum_(-1U),
375 { return this->offset_; }
667 return this->input_file()->file().get_view(this->offset_, start, size,
676 return this->input_file()->file().get_lasting_view(this->offset_, start,
683 { this->input_file()->file().read(start + this->offset_, size, p); }
688 { this->input_file()->file().read_multiple(this->offset_, rm); }
987 off_t offset_; member in class:gold::Object
    [all...]
symtab.h 1899 off_t offset_; member in class:gold::Symbol_table
    [all...]
incremental.h 102 : filename_key_(filename_key), file_index_(0), offset_(0), info_offset_(0),
121 this->offset_ = offset;
137 { return this->offset_; }
240 unsigned int offset_; member in class:gold::Incremental_input_entry
817 : inputs_(inputs), offset_(offset)
827 unsigned int offset = Swap32::readval(this->inputs_->p_ + this->offset_);
835 return Swap16::readval(this->inputs_->p_ + this->offset_ + 22);
843 const unsigned char* p = this->inputs_->p_ + this->offset_ + 8;
1107 unsigned int offset_; member in class:gold::Incremental_inputs_reader::Incremental_input_entry_reader
    [all...]
  /external/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc 71 int32_t offset_ = Offset(index); local
73 (CMap::Builder::GetBuilder(data_, offset_, cmap_id));
    [all...]
  /external/v8/src/arm64/
assembler-arm64.h 657 int64_t offset() const { return offset_; }
684 int64_t offset_; member in class:v8::internal::MemOperand
    [all...]
  /external/v8/src/compiler/ppc/
code-generator-ppc.cc 174 offset_(offset),
187 offset_(no_reg),
214 if (offset_.is(no_reg)) {
218 __ add(scratch1_, object_, offset_);
235 Register const offset_; member in class:v8::internal::compiler::__anon35903::final
236 int32_t const offset_immediate_; // Valid if offset_.is(no_reg).
    [all...]
  /external/webp/src/demux/
demux.c 39 size_t offset_; member in struct:__anon38526
199 frame->img_components_[0].offset_ = start_offset;
235 frame->img_components_[1].offset_ = chunk_start_offset;
356 chunk->data_.offset_ = start_offset;
411 frame->img_components_[1].offset_ = 0;
616 if (alpha->size_ > 0 && alpha->offset_ > image->offset_) {
627 alpha->offset_ > image->offset_) {
806 size_t start_offset = image->offset_;
    [all...]
  /art/runtime/gc/collector/
mark_sweep.cc 409 offset_(offset) {}
431 ArtField* field = holder_->FindFieldByOffset(offset_);
439 << " offset=" << offset_.Uint32Value()
469 MemberOffset offset_; member in class:art::gc::collector::MarkSweep::MarkObjectSlowPath
    [all...]
  /external/google-breakpad/src/common/dwarf/
dwarf2reader.cc 957 long offset_; member in class:CallFrameInfo::OffsetRule
984 long offset_; member in class:CallFrameInfo::ValOffsetRule
    [all...]
  /external/v8/src/compiler/s390/
code-generator-s390.cc 206 offset_(offset),
219 offset_(no_reg),
245 if (offset_.is(no_reg)) {
249 __ AddP(scratch1_, object_, offset_);
260 Register const offset_; member in class:v8::internal::compiler::__anon35915::final
261 int32_t const offset_immediate_; // Valid if offset_.is(no_reg).
    [all...]
  /external/vixl/src/aarch64/
assembler-aarch64.h 238 bool IsUsed() const { return offset_ < 0; }
239 bool IsPlaced() const { return offset_ > 0; }
245 return offset_ - 1;
254 offset_ = offset + 1;
262 return -offset_ - 1;
270 offset_ = -offset - 1;
277 ptrdiff_t offset_; member in class:vixl::aarch64::RawLiteral
    [all...]
  /external/mesa3d/include/CL/
cl.hpp 3130 NDRange offset_; member in class:cl::KernelFunctor
    [all...]
  /art/oatdump/
oatdump.cc 1639 uint32_t offset_; member in class:art::OatDumper::StackMapsHelper
    [all...]

Completed in 1667 milliseconds

1 23 4