Home
last modified time | relevance | path

Searched refs:VerifyPointer (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Dobjects-debug.cc83 void Object::VerifyPointer(Isolate* isolate, Object* p) { in VerifyPointer() function in v8::internal::Object
102 host->VerifyPointer(isolate, foreign); in VerifyForeignPointer()
499 VerifyPointer(isolate, raw_properties_or_hash()); in JSObjectVerify()
633 VerifyPointer(isolate, e); in FixedArrayVerify()
658 VerifyPointer(isolate, e); in PropertyArrayVerify()
1262 VerifyPointer(isolate, argument()); in PromiseReactionJobTaskVerify()
1304 VerifyPointer(isolate, resolve()); in PromiseCapabilityVerify()
1305 VerifyPointer(isolate, reject()); in PromiseCapabilityVerify()
1311 VerifyPointer(isolate, next()); in PromiseReactionVerify()
1327 VerifyPointer(isolate, reactions_or_result()); in JSPromiseVerify()
[all …]
Dreloc-info.cc488 Object::VerifyPointer(isolate, target_object()); in Verify()
Dobjects-inl.h853 VerifyPointer(isolate, READ_FIELD(this, offset)); in VerifyObjectField()
Dobjects.h1438 static void VerifyPointer(Isolate* isolate, Object* p);
/external/tensorflow/tensorflow/core/common_runtime/
Dscoped_allocator.cc100 CHECK(VerifyPointer(p)); in DeallocateRaw()
117 bool ScopedAllocator::VerifyPointer(const void* p) { in VerifyPointer() function in tensorflow::ScopedAllocator
133 return VerifyPointer(t->buf_->data()); in VerifyTensor()
Dscoped_allocator.h57 bool VerifyPointer(const void* p);