Searched refs:IntEvent (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/ |
D | log.h | 181 void IntEvent(const char* name, int value);
|
D | log.cc | 824 void Logger::IntEvent(const char* name, int value) { in IntEvent() function in v8::internal::Logger
|
/external/v8/src/ic/x64/ |
D | handler-compiler-x64.cc | 587 LOG(isolate(), IntEvent("check-maps-depth", depth + 1)); in CheckPrototypes()
|
/external/v8/src/ic/arm64/ |
D | handler-compiler-arm64.cc | 637 LOG(isolate(), IntEvent("check-maps-depth", depth + 1)); in CheckPrototypes()
|
/external/v8/src/ic/ia32/ |
D | handler-compiler-ia32.cc | 592 LOG(isolate(), IntEvent("check-maps-depth", depth + 1)); in CheckPrototypes()
|
/external/v8/src/ic/arm/ |
D | handler-compiler-arm.cc | 602 LOG(isolate(), IntEvent("check-maps-depth", depth + 1)); in CheckPrototypes()
|
/external/v8/src/ic/x87/ |
D | handler-compiler-x87.cc | 594 LOG(isolate(), IntEvent("check-maps-depth", depth + 1)); in CheckPrototypes()
|
/external/v8/src/ic/mips64/ |
D | handler-compiler-mips64.cc | 600 LOG(isolate(), IntEvent("check-maps-depth", depth + 1)); in CheckPrototypes()
|
/external/v8/src/ic/mips/ |
D | handler-compiler-mips.cc | 600 LOG(isolate(), IntEvent("check-maps-depth", depth + 1)); in CheckPrototypes()
|