Home
last modified time | relevance | path

Searched refs:VerifyCodePointer (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dheap-object.h198 static void VerifyCodePointer(Isolate* isolate, Object p);
/third_party/node/deps/v8/src/heap/
Dmark-compact.cc104 virtual void VerifyCodePointer(CodeObjectSlot slot) = 0;
123 VerifyCodePointer(slot); in VisitCodePointer()
251 void VerifyCodePointer(CodeObjectSlot slot) override { in VerifyCodePointer() function in v8::internal::__anon9cdfb8530111::FullMarkingVerifier
322 VerifyCodePointer(slot); in VisitCodePointer()
343 virtual void VerifyCodePointer(CodeObjectSlot slot) = 0;
436 void VerifyCodePointer(CodeObjectSlot slot) override { in VerifyCodePointer() function in v8::internal::__anon9cdfb8530111::FullEvacuationVerifier
4904 void VerifyCodePointer(CodeObjectSlot slot) override { in VerifyCodePointer() function in v8::internal::__anon9cdfb8531b11::YoungGenerationMarkingVerifier
4982 void VerifyCodePointer(CodeObjectSlot slot) override { in VerifyCodePointer() function in v8::internal::__anon9cdfb8531b11::YoungGenerationEvacuationVerifier
Dfactory.cc238 if (FLAG_verify_heap) HeapObject::VerifyCodePointer(isolate_, raw_code); in BuildInternal()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc329 void HeapObject::VerifyCodePointer(Isolate* isolate, Object p) { in VerifyCodePointer() function in v8::internal::HeapObject