Home
last modified time | relevance | path

Searched refs:CrashKeyId (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/include/
H A Dv8-callbacks.h230 enum class CrashKeyId { class
238 using AddCrashKeyCallback = void (*)(CrashKeyId id, const std::string& value);
/third_party/node/deps/v8/include/v8-include/
H A Dv8-callbacks.h238 enum class CrashKeyId { class
250 using AddCrashKeyCallback = void (*)(CrashKeyId id, const std::string& value);
/third_party/node/deps/v8/src/heap/
H A Dscavenger.cc270 isolate_->AddCrashKey(v8::CrashKeyId::kDumpType, "heap"); in ScopedFullHeapCrashKey()
273 isolate_->AddCrashKey(v8::CrashKeyId::kDumpType, ""); in ~ScopedFullHeapCrashKey()
/third_party/node/deps/v8/src/execution/
H A Disolate.cc3821 add_crash_key_callback_(v8::CrashKeyId::kIsolateAddress, in ThrowInternal()
3826 add_crash_key_callback_(v8::CrashKeyId::kReadonlySpaceFirstPageAddress, in ThrowInternal()
3832 add_crash_key_callback_(v8::CrashKeyId::kMapSpaceFirstPageAddress, in ThrowInternal()
3838 add_crash_key_callback_(v8::CrashKeyId::kCodeSpaceFirstPageAddress, in ThrowInternal()
H A Disolate.h1807 void AddCrashKey(CrashKeyId id, const std::string& value) { in AddCrashKey()

Completed in 16 milliseconds