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

1 23 4

  /external/v8/src/
deoptimizer.h 179 AdvanceIterator(&position_);
184 iterator original(position_);
185 AdvanceIterator(&position_);
190 return position_ == other.position_;
194 TranslatedValue& operator*() { return (*position_); }
195 TranslatedValue* operator->() { return &(*position_); }
201 : position_(position) {}
203 std::deque<TranslatedValue>::iterator position_; member in class:v8::internal::TranslatedFrame::iterator
    [all...]
json-parser.h 159 int position_; member in class:v8::internal::BASE_EMBEDDED
gdb-jit.cc 45 position_(0),
55 return position_;
82 Ensure(position_ + sizeof(T));
83 *RawSlotAt<T>(position_) = val;
84 position_ += sizeof(T);
100 uintptr_t slot_position = position_;
101 position_ += sizeof(T) * count;
102 Ensure(position_);
118 uintptr_t delta = position_ % align;
121 Ensure(position_ += padding)
    [all...]
assembler.h 1174 int position_; member in class:v8::internal::ConstantPoolEntry
    [all...]
value-serializer.h 283 const uint8_t* position_; member in class:v8::internal::ValueDeserializer
utils.h 732 : buffer_(buffer, size), position_(0) { }
741 return position_;
745 void Reset() { position_ = 0; }
752 DCHECK(!is_finalized() && position_ < buffer_.length());
753 buffer_[position_++] = c;
776 int position_;
778 bool is_finalized() const { return position_ < 0; }
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
diagnostic.cpp 91 consumer_(level, "input", position_, stream_.str().c_str());
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/supl_triggered_start/
Ver2_SUPLTRIGGEREDSTART.java 245 private Position position_; field in class:Ver2_SUPLTRIGGEREDSTART
247 return position_;
253 this.position_ = (Position) value;
256 position_ = new Position();
257 return position_;
  /external/v8/src/debug/
debug.h 89 inline int position() const { return position_; }
97 position_(position) {
111 int position_; member in class:v8::internal::BreakLocation
134 inline int position() const { return position_; }
150 int position_; member in class:v8::internal::BreakIterator
debug.cc 111 if (!debug_info->HasBreakPoint(position_)) return false;
118 it.SkipToPosition(position_, BREAK_POSITION_ALIGNED);
123 it.SkipToPosition(position_, BREAK_POSITION_ALIGNED);
143 position_ = debug_info->shared()->start_position();
144 statement_position_ = position_;
204 position_ = source_position_iterator_.source_position().ScriptOffset();
206 statement_position_ = position_;
259 return BreakLocation(code, GetDebugBreakType(), code_offset(), position_);
280 position_ = source_position_iterator_.source_position().ScriptOffset();
282 statement_position_ = position_;
    [all...]
  /art/compiler/optimizing/
load_store_analysis.h 32 position_(pos),
48 return position_;
74 const size_t position_; // position in HeapLocationCollector's ref_info_array_. member in class:art::ReferenceInfo
  /external/v8/src/zone/
zone.h 105 Address position_; member in class:v8::internal::final
  /external/tensorflow/tensorflow/core/util/tensor_bundle/
tensor_bundle.cc     [all...]
  /external/swiftshader/third_party/subzero/src/DartARM32/
assembler_arm.h 76 Label() : position_(0) { }
87 return IsBound() ? -position_ - kWordSize : position_ - kWordSize;
90 bool IsBound() const { return position_ < 0; }
91 bool IsUnused() const { return position_ == 0; }
92 bool IsLinked() const { return position_ > 0; }
95 intptr_t position_; member in class:dart::Label
98 position_ = 0;
103 position_ = -position - kWordSize;
109 position_ = position + kWordSize
    [all...]
assembler_arm.cc     [all...]
  /external/v8/src/ast/
prettyprinter.cc 21 position_ = 0;
31 position_ = position;
281 bool was_found = !found_ && node->position() == position_;
299 bool was_found = !found_ && node->position() == position_;
    [all...]
  /external/v8/src/profiler/
profile-generator.cc 103 hash ^= ComputeIntegerHash(static_cast<uint32_t>(position_),
124 return script_id_ == entry->script_id_ && position_ == entry->position_;
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawInstancedTests.cpp 68 VertexPositionAndColor (tcu::Vec4 position_, tcu::Vec4 color_)
69 : position (position_)
  /external/flatbuffers/js/
flatbuffers.js 818 this.position_ = 0;
846 return this.position_;
855 this.position_ = position;
1179 if (ident.charCodeAt(i) != this.readInt8(this.position_ + flatbuffers.SIZEOF_INT + i)) {
  /external/v8/src/crankshaft/
hydrogen.h 1873 SourcePosition position_; member in class:v8::internal::HGraphBuilder
    [all...]
  /external/v8/src/ppc/
assembler-ppc.h 376 : position_(position), rmode_(rmode), data_(data) {}
378 int position() const { return position_; }
383 int position_;
    [all...]
  /external/v8/src/s390/
assembler-s390.h 376 : position_(position), rmode_(rmode), data_(data) {}
378 int position() const { return position_; }
383 int position_;
    [all...]
  /art/compiler/utils/x86/
assembler_x86.cc     [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.cc     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/multiview/
vktMultiViewRenderTests.cpp 123 VertexData (const tcu::Vec4 position_, const tcu::Vec4 color_)
124 : position (position_)
    [all...]

Completed in 401 milliseconds

1 23 4