Home
last modified time | relevance | path

Searched refs:IsValidCodeObject (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dcombined-heap.h43 V8_WARN_UNUSED_RESULT inline bool IsValidCodeObject(Heap* heap, in IsValidCodeObject() function
46 return third_party_heap::Heap::IsValidCodeObject(object); in IsValidCodeObject()
Dheap.cc7068 CHECK(IsValidCodeObject(heap_, heap_object)); in VerifyCodeObjectImpl()
/third_party/node/deps/v8/src/heap/third-party/
Dheap-api-stub.cc63 bool Heap::IsValidCodeObject(HeapObject) { return false; } in IsValidCodeObject() function in v8::internal::third_party_heap::Heap
Dheap-api.h47 static bool IsValidCodeObject(HeapObject object);
/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc331 CHECK(IsValidCodeObject(isolate->heap(), HeapObject::cast(p))); in VerifyCodePointer()