Searched refs:VerifyPointer (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/ |
D | objects-debug.cc | 83 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 …]
|
D | reloc-info.cc | 488 Object::VerifyPointer(isolate, target_object()); in Verify()
|
D | objects-inl.h | 853 VerifyPointer(isolate, READ_FIELD(this, offset)); in VerifyObjectField()
|
D | objects.h | 1438 static void VerifyPointer(Isolate* isolate, Object* p);
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | scoped_allocator.cc | 100 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()
|
D | scoped_allocator.h | 57 bool VerifyPointer(const void* p);
|