Home
last modified time | relevance | path

Searched refs:AddCrashKey (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dscavenger.cc243 isolate_->AddCrashKey(v8::CrashKeyId::kDumpType, "heap"); in ScopedFullHeapCrashKey()
246 isolate_->AddCrashKey(v8::CrashKeyId::kDumpType, ""); in ~ScopedFullHeapCrashKey()
/external/v8/src/execution/
Disolate.h1548 void AddCrashKey(CrashKeyId id, const std::string& value) { in AddCrashKey() function