Searched refs:IntEvent (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/ |
D | log.h | 124 void IntEvent(const char* name, int value);
|
D | log.cc | 796 void Logger::IntEvent(const char* name, int value) { in IntEvent() function in v8::internal::Logger
|
/external/v8/src/ic/arm64/ |
D | handler-compiler-arm64.cc | 555 LOG(isolate(), IntEvent("check-maps-depth", depth + 1)); in CheckPrototypes()
|
/external/v8/src/ic/ppc/ |
D | handler-compiler-ppc.cc | 519 LOG(isolate(), IntEvent("check-maps-depth", depth + 1)); in CheckPrototypes()
|
/external/v8/src/ic/x64/ |
D | handler-compiler-x64.cc | 530 LOG(isolate(), IntEvent("check-maps-depth", depth + 1)); in CheckPrototypes()
|
/external/v8/src/ic/mips/ |
D | handler-compiler-mips.cc | 511 LOG(isolate(), IntEvent("check-maps-depth", depth + 1)); in CheckPrototypes()
|
/external/v8/src/ic/mips64/ |
D | handler-compiler-mips64.cc | 511 LOG(isolate(), IntEvent("check-maps-depth", depth + 1)); in CheckPrototypes()
|
/external/v8/src/ic/s390/ |
D | handler-compiler-s390.cc | 493 LOG(isolate(), IntEvent("check-maps-depth", depth + 1)); in CheckPrototypes()
|
/external/v8/src/ic/x87/ |
D | handler-compiler-x87.cc | 526 LOG(isolate(), IntEvent("check-maps-depth", depth + 1)); in CheckPrototypes()
|
/external/v8/src/ic/arm/ |
D | handler-compiler-arm.cc | 525 LOG(isolate(), IntEvent("check-maps-depth", depth + 1)); in CheckPrototypes()
|
/external/v8/src/ic/ia32/ |
D | handler-compiler-ia32.cc | 526 LOG(isolate(), IntEvent("check-maps-depth", depth + 1)); in CheckPrototypes()
|