Searched refs:UncheckedStringEvent (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/ |
D | vm-state-inl.h | 66 LOG(isolate, UncheckedStringEvent("Entering", StateToString(tag))); in VMState() 67 LOG(isolate, UncheckedStringEvent("From", StateToString(previous_tag_))); in VMState() 92 UncheckedStringEvent("Leaving", in ~VMState() 95 UncheckedStringEvent("To", StateToString(previous_tag_))); in ~VMState()
|
D | log.cc | 322 LOG(ISOLATE, UncheckedStringEvent("profiler", "end")); in Disengage() 381 if (FLAG_log) UncheckedStringEvent(name, value); in StringEvent() 387 void Logger::UncheckedStringEvent(const char* name, const char* value) { in UncheckedStringEvent() function in v8::internal::Logger 1182 LOG(ISOLATE, UncheckedStringEvent("profiler", "pause")); in PauseProfiler() 1210 LOG(ISOLATE, UncheckedStringEvent("profiler", "resume")); in ResumeProfiler()
|
D | log.h | 338 void UncheckedStringEvent(const char* name, const char* value);
|