Home
last modified time | relevance | path

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

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

Completed in 21 milliseconds