Searched refs:location_ (Results 1 - 25 of 44) sorted by relevance

12

/external/v8/src/
H A Dhandles.h31 V8_INLINE explicit HandleBase(Object** location) : location_(location) {}
37 SLOW_DCHECK((this->location_ == nullptr ||
39 (that.location_ == nullptr ||
41 if (this->location_ == that.location_) return true;
42 if (this->location_ == NULL || that.location_ == NULL) return false;
43 return *this->location_ == *that.location_;
46 V8_INLINE bool is_null() const { return location_
76 Object** location_; member in class:v8::internal::HandleBase
243 T** location_ = nullptr; member in class:v8::internal::final
[all...]
H A Dhandles.cc17 DCHECK_NOT_NULL(location_);
18 Object* object = *location_;
23 if (roots_array_start <= location_ &&
24 location_ < roots_array_start + Heap::kStrongRootListLength &&
26 static_cast<Heap::RootListIndex>(location_ - roots_array_start))) {
36 return !heap->isolate()->IsDeferredHandle(location_);
H A Dhandles-inl.h17 : location_(HandleScope::GetHandle(isolate, object)) {}
/external/libchrome/crypto/
H A Dopenssl_util.h77 : location_(location) {
81 ClearOpenSSLERRStack(location_);
85 const tracked_objects::Location location_; member in class:crypto::OpenSSLErrStackTracer
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dreduce_precision_insertion.h46 location_(location),
56 location_(reduce_precision_options.location()),
145 const HloReducePrecisionOptions::Location location_; member in class:xla::ReducePrecisionInsertion
H A Dreduce_precision_insertion.cc28 switch (location_) {
202 switch (location_) {
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkDebugReportUtil.hpp56 size_t location_,
63 , location (location_)
53 DebugReportMessage(VkDebugReportFlagsEXT flags_, VkDebugReportObjectTypeEXT objectType_, deUint64 object_, size_t location_, deInt32 messageCode_, const std::string& layerPrefix_, const std::string& message_) argument
/external/vixl/src/
H A Dpool-manager.h118 location_(0) {
130 location_(0) {
143 location_(location) {}
199 T GetLocation() const { return location_; }
205 // to the object. Reusing the location_ field for this is convenient.
208 location_ = location;
242 T location_; member in class:vixl::LocationBase
336 : location_(location),
351 T GetLocation() const { return location_; }
357 void SetLocationToInvalidateOnly(T location) { location_
362 T location_; member in class:vixl::ForwardReference
[all...]
/external/libbrillo/brillo/errors/
H A Derror.h62 return location_;
119 tracked_objects::LocationSnapshot location_; member in class:brillo::Error
H A Derror.cc76 new Error(location_, domain_, code_, message_, std::move(inner_error)));
114 location_(location),
/external/deqp/framework/opengl/
H A DgluDrawUtil.hpp108 explicit BindingPoint (int location_) : type(TYPE_LOCATION), location(location_) {} argument
109 explicit BindingPoint (const std::string& name_, int location_ = 0) : type(TYPE_NAME), name(name_), location(location_) {}
H A DgluShaderProgram.hpp227 AttribLocationBinding (const std::string& name_, deUint32 location_) : name(name_), location(location_) {} argument
H A DgluVarType.cpp234 Layout::Layout (int location_, int binding_, int offset_, FormatLayout format_, MatrixOrder matrixOrder_) argument
235 : location (location_)
H A DgluVarType.hpp244 Layout (int location_ = -1, int binding_ = -1, int offset_ = -1, FormatLayout format_ = FORMATLAYOUT_LAST, MatrixOrder matrixOrder_ = MATRIXORDER_LAST);
H A DgluDrawUtil.cpp51 VertexAttributeDescriptor (int location_, argument
58 : location (location_)
/external/libbrillo/brillo/message_loops/
H A Dbase_message_loop.cc317 : location_(location), loop_(loop), task_id_(task_id),
357 location_,
363 DVLOG_LOC(location_, 1)
391 DVLOG_LOC(location_, 1)
424 DVLOG_LOC(location_, 1)
H A Dbase_message_loop.h105 const tracked_objects::Location& location() const { return location_; }
125 tracked_objects::Location location_; member in class:brillo::BaseMessageLoop::IOTask
/external/protobuf/src/google/protobuf/compiler/
H A Dparser.cc339 location_(parser_->source_code_info_->add_location()) {
340 location_->add_span(parser_->input_->current().line);
341 location_->add_span(parser_->input_->current().column);
363 location_ = parser_->source_code_info_->add_location();
364 location_->mutable_path()->CopyFrom(parent.location_->path());
366 location_->add_span(parser_->input_->current().line);
367 location_->add_span(parser_->input_->current().column);
371 if (location_->span_size() <= 2) {
377 location_
[all...]
H A Dparser.h267 SourceCodeInfo::Location* location_; member in class:google::protobuf::compiler::Parser::LocationRecorder
/external/libchrome/base/task/
H A Dcancelable_task_tracker_unittest.cc59 : location_(location), called_(false) {}
63 ADD_FAILURE_AT(location_.file_name(), location_.line_number());
70 tracked_objects::Location location_; member in class:base::__anon10990::RunChecker
/external/vixl/src/aarch32/
H A Dlocation-aarch32.cc48 VIXL_ASSERT(reference.LocationIsEncodable(location_));
/external/libchrome/base/
H A Dtracked_objects.h213 const Location& location() const { return location_; }
220 const Location location_; member in class:tracked_objects::BirthOnThread
254 // The number of births on this thread for our location_.
/external/googletest/googletest/include/gtest/
H A Dgtest.h673 const char* file() const { return location_.file.c_str(); }
676 int line() const { return location_.line; }
759 internal::CodeLocation location_; member in class:testing::TestInfo
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h673 const char* file() const { return location_.file.c_str(); }
676 int line() const { return location_.line; }
759 internal::CodeLocation location_; member in class:testing::TestInfo
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs4716 location_ = other.location_.Clone();
4727 private readonly pbc::RepeatedField<global::Google.Protobuf.Reflection.SourceCodeInfo.Types.Location> location_ = new pbc::RepeatedField<global::Google.Protobuf.Reflection.SourceCodeInfo.Types.Location>(); field in class:Google.Protobuf.Reflection.SourceCodeInfo
4774 get { return location_; }
4788 if(!location_.Equals(other.location_)) return false;
4794 hash ^= location_.GetHashCode();
4803 location_.WriteTo(output, _repeated_location_codec);
4808 size += location_.CalculateSize(_repeated_location_codec);
4816 location_
[all...]

Completed in 456 milliseconds

12