HomeSort by relevance Sort by last modified time
    Searched refs:offset_ (Results 176 - 200 of 227) sorted by null

1 2 3 4 5 6 78 910

  /external/v8/src/mips64/
assembler-mips64.h 368 int32_t offset() const { return offset_; }
371 return is_int16(offset_);
375 int32_t offset_;
    [all...]
  /external/v8/src/ppc/
assembler-ppc.h 349 return offset_;
359 DCHECK(offset_ == 0 && !rb_.is(no_reg));
365 int32_t offset_; // offset
    [all...]
  /art/runtime/
art_field-inl.h 52 return MemberOffset(offset_);
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureFilteringTests.cpp 512 FilterCase (const int tex_, const tcu::Vec2& lod_, const tcu::Vec2& offset_, const tcu::Vec2& layerRange_)
515 , offset (offset_)
716 FilterCase (const int tex_, const tcu::Vec3& lod_, const tcu::Vec3& offset_)
719 , offset (offset_)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureFilteringTests.cpp 712 FilterCase (const glu::Texture2DArray* tex_, const tcu::Vec2& lod_, const tcu::Vec2& offset_, const tcu::Vec2& layerRange_)
715 , offset (offset_)
    [all...]
  /external/perf_data_converter/src/quipper/
perf_parser.cc 577 mapper->GetMappedIDAndOffset(ip, ip_iter, &id, &dso_and_offset->offset_);
test_perf_data.cc 466 .offset = MaybeSwap64(offset_),
  /external/vulkan-validation-layers/layers/
descriptor_sets.cpp     [all...]
  /system/core/libunwindstack/tests/
DwarfEhFrameTest.cpp 46 uint8_t TestGetOffset() { return this->offset_; }
DwarfDebugFrameTest.cpp 46 uint8_t TestGetOffset() { return this->offset_; }
  /toolchain/binutils/binutils-2.27/gold/
aarch64.cc 827 offset_(invalid_offset),
874 gold_assert(this->offset_ != this->invalid_offset);
875 return this->offset_;
881 { this->offset_ = offset; }
919 section_offset_type offset_; member in class:__anon4423::Output_data_got_aarch64::Stub_base
1821 AArch64_address offset_; member in struct:__anon4423::Output_data_got_aarch64::AArch64_relobj::Mapping_symbol_position
    [all...]
symtab.cc 567 : saw_undefined_(0), offset_(0), table_(count), namepool_(),
    [all...]
  /art/dexlayout/
dex_ir.cc     [all...]
dex_writer.cc 673 map_item.offset_ = item.offset_;
    [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/vulkan-validation-layers/include/vulkan/
vulkan.hpp     [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.h 347 DecompositionResult() : base_(NULL), offset_(0), scale_(0) {}
350 int offset() { return offset_; }
356 offset_ = other_offset;
362 offset_ += other_offset;
373 swap(&offset_, other_offset);
385 int offset_;
3576 int offset_; member in class:final::final
    [all...]
  /art/oatdump/
oatdump.cc 1799 uint32_t offset_; member in class:art::OatDumper::StackMapsHelper
    [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::__anon40925::final
236 int32_t const offset_immediate_; // Valid if offset_.is(no_reg).
    [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::__anon40937::final
261 int32_t const offset_immediate_; // Valid if offset_.is(no_reg).
    [all...]
  /art/compiler/optimizing/
code_generator_arm_vixl.cc 983 uint32_t offset_; member in class:art::arm::LoadReferenceWithBakerReadBarrierSlowPathARMVIXL
1200 uint32_t offset_; member in class:art::arm::LoadReferenceWithBakerReadBarrierAndUpdateFieldSlowPathARMVIXL
1394 const uint32_t offset_; member in class:art::arm::ReadBarrierForHeapReferenceSlowPathARMVIXL
    [all...]
  /external/boringssl/src/ssl/
internal.h 1079 uint16_t offset_ = 0; member in class:bssl::SSLBuffer
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineSpecConstantTests.cpp 118 OffsetValue (const deUint32 size_, const deUint32 offset_, const GenericValue value_)
120 , offset (offset_)
    [all...]
  /external/v8/src/s390/
assembler-s390.h 346 int32_t offset() const { return offset_; }
367 int32_t offset_; // offset
    [all...]
  /art/libdexfile/dex/
dex_file.h 141 uint32_t offset_; member in struct:art::DexFile::MapItem
    [all...]

Completed in 1321 milliseconds

1 2 3 4 5 6 78 910