HomeSort by relevance Sort by last modified time
    Searched full:offset_ (Results 76 - 100 of 193) sorted by null

1 2 34 5 6 7 8

  /external/v8/src/
messages.cc 301 offset_ = array->Offset(frame_ix)->value();
317 offset_(offset),
628 int JSStackFrame::GetPosition() const { return code_->SourcePosition(offset_); }
648 offset_ = array->Offset(frame_ix)->value();
696 return (offset_ < 0) ? (-1 - offset_) : code_->SourcePosition(offset_);
746 DCHECK_LE(0, offset_);
747 int byte_offset = code_->SourcePosition(offset_);
    [all...]
gdb-jit.cc 61 Slot(Writer* w, uintptr_t offset) : w_(w), offset_(offset) { }
64 return w_->RawSlotAt<T>(offset_);
68 *w_->RawSlotAt<T>(offset_) = value;
72 return Slot<T>(w_, offset_ + sizeof(T) * i);
77 uintptr_t offset_; member in class:v8::internal::GDBJITInterface::BASE_EMBEDDED::Slot
393 offset_(offset),
401 header->offset = offset_;
408 uintptr_t offset_; member in class:v8::internal::FullHeaderELFSection
417 : ELFSection(name, TYPE_STRTAB, 1), writer_(NULL), offset_(0), size_(0) {
430 offset_ = writer_->position()
458 uintptr_t offset_; member in class:v8::internal::ELFStringTable
    [all...]
safepoint-table.h 224 unsigned offset_;
  /art/runtime/
dex_file_layout.h 65 uint32_t offset_ = 0u; member in class:art::DexLayoutSection::Subsection
  /bionic/libc/malloc_debug/
GuardData.cpp 78 offset_ = *offset;
  /system/core/libunwindstack/
Symbols.cpp 32 offset_(offset),
  /system/core/libunwindstack/include/unwindstack/
Memory.h 85 size_t offset_ = 0; member in class:unwindstack::MemoryFileAtOffset
  /toolchain/binutils/binutils-2.25/gold/
stringpool.cc 39 zero_null_(true), optimize_(false), offset_(sizeof(Stringpool_char)),
230 offset = this->offset_;
234 this->offset_ = offset + (length + 1) * sizeof(Stringpool_char);
398 offset = this->offset_;
stringpool.h 204 && this->offset_ == sizeof(Stringpool_char));
206 this->offset_ = 0;
411 section_offset_type offset_; member in class:gold::Stringpool_template
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/libmojo/mojo/edk/embedder/
platform_shared_buffer.cc 302 size_t offset_rounding = offset_ % page_size;
303 size_t real_offset = offset_ - offset_rounding;
  /art/compiler/optimizing/
nodes_vector.h 32 Alignment(size_t base, size_t offset) : base_(base), offset_(offset) {
42 return ((offset_ | base_) & (base - 1u)) == 0;
46 return "ALIGN(" + std::to_string(base_) + "," + std::to_string(offset_) + ")";
50 return base_ == other.base_ && offset_ == other.offset_;
55 size_t offset_; member in class:art::Alignment
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
  /external/mesa3d/include/CL/
cl.hpp 3130 NDRange offset_; member in class:cl::KernelFunctor
    [all...]
  /art/dexlayout/
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...]
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_;
  /external/v8/src/arm64/
assembler-arm64-inl.h 446 : base_(NoReg), regoffset_(NoReg), offset_(0), addrmode_(Offset),
452 : base_(base), regoffset_(NoReg), offset_(offset), addrmode_(addrmode),
462 : base_(base), regoffset_(regoffset), offset_(0), addrmode_(Offset),
477 : base_(base), regoffset_(regoffset), offset_(0), addrmode_(Offset),
490 offset_ = offset.ImmediateValue();
501 offset_ = 0;
515 offset_ = 0;
    [all...]
  /external/vixl/src/aarch64/
operands-aarch64.h 842 int64_t GetOffset() const { return offset_; }
873 ((offset_ == 0) || !regoffset_.IsValid());
878 (offset_ == other.offset_) && (addrmode_ == other.addrmode_) &&
886 int64_t offset_;
  /external/eigen/unsupported/test/
cxx11_tensor_reduction.cpp 302 UserReducer(float offset) : offset_(offset) {}
305 float finalize(const float accum) const { return 1.0f / (accum + offset_); }
308 const float offset_; member in struct:UserReducer
  /external/deqp/framework/opengl/
gluVarType.cpp 234 Layout::Layout (int location_, int binding_, int offset_, FormatLayout format_, MatrixOrder matrixOrder_)
237 , offset (offset_)
  /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...]
  /art/runtime/gc/accounting/
card_table.h 152 const size_t offset_; member in class:art::gc::accounting::CardTable
  /external/google-breakpad/src/common/linux/
synth_elf.cc 127 section.offset_label_ = section.offset_;
  /external/stressapptest/src/
error_diag.h 112 int offset_; // offset. member in class:HDDMiscompareErrorInstance
  /external/deqp/modules/gles31/functional/
es31fIndirectComputeDispatchTests.cpp 127 DispatchCommand (deIntptr offset_, const UVec3& numWorkGroups_) : offset(offset_), numWorkGroups(numWorkGroups_) {}

Completed in 1629 milliseconds

1 2 34 5 6 7 8