HomeSort by relevance Sort by last modified time
    Searched refs:VerifyPointer (Results 1 - 7 of 7) sorted by null

  /external/v8/src/
objects-debug.cc 62 // - For any field containing pointes VerifyPointer(...) should be called.
83 void Object::VerifyPointer(Isolate* isolate, Object* p) {
102 host->VerifyPointer(isolate, foreign);
499 VerifyPointer(isolate, raw_properties_or_hash());
633 VerifyPointer(isolate, e);
658 VerifyPointer(isolate, e);
    [all...]
reloc-info.cc 488 Object::VerifyPointer(isolate, target_object());
objects-inl.h 853 VerifyPointer(isolate, READ_FIELD(this, offset));
    [all...]
objects.h     [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
scoped_allocator.cc 100 CHECK(VerifyPointer(p));
117 bool ScopedAllocator::VerifyPointer(const void* p) {
127 VLOG(1) << "ScopedAllocator index " << id_ << " VerifyPointer for p=" << p
133 return VerifyPointer(t->buf_->data());
scoped_allocator.h 57 bool VerifyPointer(const void* p);
  /bionic/libc/malloc_debug/
malloc_debug.cpp 193 static bool VerifyPointer(const void* pointer, const char* function_name) {
366 if (!VerifyPointer(pointer, "malloc_usable_size")) {
510 if (!VerifyPointer(pointer, "free")) {
611 if (!VerifyPointer(pointer, "realloc")) {

Completed in 416 milliseconds