OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UncheckedStringEvent
(Results
1 - 5
of
5
) sorted by null
/external/v8/src/
vm-state-inl.h
64
LOG(isolate,
UncheckedStringEvent
("Entering", StateToString(tag)));
65
LOG(isolate,
UncheckedStringEvent
("From", StateToString(previous_tag_)));
75
UncheckedStringEvent
("Leaving",
78
UncheckedStringEvent
("To", StateToString(previous_tag_)));
log.h
365
void
UncheckedStringEvent
(const char* name, const char* value);
log.cc
319
LOG(ISOLATE,
UncheckedStringEvent
("profiler", "end"));
560
if (FLAG_log)
UncheckedStringEvent
(name, value);
564
void Logger::
UncheckedStringEvent
(const char* name, const char* value) {
[
all
...]
/external/chromium_org/v8/src/
log.h
412
void
UncheckedStringEvent
(const char* name, const char* value);
log.cc
914
LOG(isolate_,
UncheckedStringEvent
("profiler", "end"));
979
if (FLAG_log)
UncheckedStringEvent
(name, value);
983
void Logger::
UncheckedStringEvent
(const char* name, const char* value) {
[
all
...]
Completed in 51 milliseconds