Lines Matching refs:Logger
374 class Logger::NameMap {
449 class Logger::NameBuffer {
518 Logger::Logger() in Logger() function in v8::internal::Logger
537 Logger::~Logger() { in ~Logger()
545 static const char* const kLogEventsNames[Logger::NUMBER_OF_LOG_EVENTS] = {
551 void Logger::ProfilerBeginEvent() { in ProfilerBeginEvent()
559 void Logger::StringEvent(const char* name, const char* value) { in StringEvent()
564 void Logger::UncheckedStringEvent(const char* name, const char* value) { in UncheckedStringEvent()
572 void Logger::IntEvent(const char* name, int value) { in IntEvent()
577 void Logger::IntPtrTEvent(const char* name, intptr_t value) { in IntPtrTEvent()
582 void Logger::UncheckedIntEvent(const char* name, int value) { in UncheckedIntEvent()
590 void Logger::UncheckedIntPtrTEvent(const char* name, intptr_t value) { in UncheckedIntPtrTEvent()
598 void Logger::HandleEvent(const char* name, Object** location) { in HandleEvent()
609 void Logger::ApiEvent(const char* format, ...) { in ApiEvent()
620 void Logger::ApiNamedSecurityCheck(Object* key) { in ApiNamedSecurityCheck()
634 void Logger::SharedLibraryEvent(const char* library_path, in SharedLibraryEvent()
647 void Logger::SharedLibraryEvent(const wchar_t* library_path, in SharedLibraryEvent()
660 void Logger::LogRegExpSource(Handle<JSRegExp> regexp) { in LogRegExpSource()
702 void Logger::RegExpCompileEvent(Handle<JSRegExp> regexp, bool in_cache) { in RegExpCompileEvent()
712 void Logger::LogRuntime(Vector<const char> format, JSArray* args) { in LogRuntime()
736 Logger::LogRegExpSource(Handle<JSRegExp>(JSRegExp::cast(obj))); in LogRuntime()
756 void Logger::ApiIndexedSecurityCheck(uint32_t index) { in ApiIndexedSecurityCheck()
762 void Logger::ApiNamedPropertyAccess(const char* tag, in ApiNamedPropertyAccess()
775 void Logger::ApiIndexedPropertyAccess(const char* tag, in ApiIndexedPropertyAccess()
785 void Logger::ApiObjectAccess(const char* tag, JSObject* object) { in ApiObjectAccess()
794 void Logger::ApiEntryCall(const char* name) { in ApiEntryCall()
800 void Logger::NewEvent(const char* name, void* object, size_t size) { in NewEvent()
809 void Logger::DeleteEvent(const char* name, void* object) { in DeleteEvent()
817 void Logger::NewEventStatic(const char* name, void* object, size_t size) { in NewEventStatic()
822 void Logger::DeleteEventStatic(const char* name, void* object) { in DeleteEventStatic()
826 void Logger::CallbackEventInternal(const char* prefix, const char* name, in CallbackEventInternal()
840 void Logger::CallbackEvent(String* name, Address entry_point) { in CallbackEvent()
848 void Logger::GetterCallbackEvent(String* name, Address entry_point) { in GetterCallbackEvent()
856 void Logger::SetterCallbackEvent(String* name, Address entry_point) { in SetterCallbackEvent()
864 void Logger::CodeCreateEvent(LogEventsAndTags tag, in CodeCreateEvent()
899 void Logger::CodeCreateEvent(LogEventsAndTags tag, in CodeCreateEvent()
939 void Logger::CodeCreateEvent(LogEventsAndTags tag, in CodeCreateEvent()
980 void Logger::CodeCreateEvent(LogEventsAndTags tag, in CodeCreateEvent()
1024 void Logger::CodeCreateEvent(LogEventsAndTags tag, Code* code, int args_count) { in CodeCreateEvent()
1050 void Logger::CodeMovingGCEvent() { in CodeMovingGCEvent()
1057 void Logger::RegExpCodeCreateEvent(Code* code, String* source) { in RegExpCodeCreateEvent()
1085 void Logger::CodeMoveEvent(Address from, Address to) { in CodeMoveEvent()
1095 void Logger::CodeDeleteEvent(Address from) { in CodeDeleteEvent()
1105 void Logger::SnapshotPositionEvent(Address addr, int pos) { in SnapshotPositionEvent()
1130 void Logger::SharedFunctionInfoMoveEvent(Address from, Address to) { in SharedFunctionInfoMoveEvent()
1135 void Logger::MoveEventInternal(LogEventsAndTags event, in MoveEventInternal()
1149 void Logger::DeleteEventInternal(LogEventsAndTags event, Address from) { in DeleteEventInternal()
1159 void Logger::ResourceEvent(const char* name, const char* tag) { in ResourceEvent()
1175 void Logger::SuspectReadEvent(String* name, Object* obj) { in SuspectReadEvent()
1192 void Logger::HeapSampleBeginEvent(const char* space, const char* kind) { in HeapSampleBeginEvent()
1203 void Logger::HeapSampleEndEvent(const char* space, const char* kind) { in HeapSampleEndEvent()
1211 void Logger::HeapSampleItemEvent(const char* type, int number, int bytes) { in HeapSampleItemEvent()
1219 void Logger::DebugTag(const char* call_site_tag) { in DebugTag()
1227 void Logger::DebugEvent(const char* event_type, Vector<uint16_t> parameter) { in DebugEvent()
1244 void Logger::TickEvent(TickSample* sample, bool overflow) { in TickEvent()
1271 bool Logger::IsProfilerPaused() { in IsProfilerPaused()
1276 void Logger::PauseProfiler() { in PauseProfiler()
1295 void Logger::ResumeProfiler() { in ResumeProfiler()
1318 void Logger::LogFailure() { in LogFailure()
1323 bool Logger::IsProfilerSamplerActive() { in IsProfilerSamplerActive()
1394 void Logger::LogCodeObject(Object* object) { in LogCodeObject()
1397 LogEventsAndTags tag = Logger::STUB_TAG; in LogCodeObject()
1412 tag = Logger::STUB_TAG; in LogCodeObject()
1416 tag = Logger::BUILTIN_TAG; in LogCodeObject()
1420 tag = Logger::KEYED_LOAD_IC_TAG; in LogCodeObject()
1424 tag = Logger::LOAD_IC_TAG; in LogCodeObject()
1428 tag = Logger::STORE_IC_TAG; in LogCodeObject()
1432 tag = Logger::KEYED_STORE_IC_TAG; in LogCodeObject()
1436 tag = Logger::CALL_IC_TAG; in LogCodeObject()
1440 tag = Logger::KEYED_CALL_IC_TAG; in LogCodeObject()
1448 void Logger::LogCodeInfo() { in LogCodeInfo()
1465 void Logger::RegisterSnapshotCodeName(Code* code, in RegisterSnapshotCodeName()
1476 void Logger::LowLevelCodeCreateEvent(Code* code, in LowLevelCodeCreateEvent()
1493 void Logger::LowLevelCodeMoveEvent(Address from, Address to) { in LowLevelCodeMoveEvent()
1502 void Logger::LowLevelCodeDeleteEvent(Address from) { in LowLevelCodeDeleteEvent()
1510 void Logger::LowLevelSnapshotPositionEvent(Address addr, int pos) { in LowLevelSnapshotPositionEvent()
1519 void Logger::LowLevelLogWriteBytes(const char* bytes, int size) { in LowLevelLogWriteBytes()
1526 void Logger::LogCodeObjects() { in LogCodeObjects()
1537 void Logger::LogExistingFunction(Handle<SharedFunctionInfo> shared, in LogExistingFunction()
1548 Logger::ToNativeByScript(Logger::LAZY_COMPILE_TAG, *script), in LogExistingFunction()
1555 Logger::ToNativeByScript(Logger::SCRIPT_TAG, *script), in LogExistingFunction()
1561 Logger::ToNativeByScript(Logger::LAZY_COMPILE_TAG, *script), in LogExistingFunction()
1577 Logger::LAZY_COMPILE_TAG, *code, *shared, *func_name)); in LogExistingFunction()
1582 void Logger::LogCompiledFunctions() { in LogCompiledFunctions()
1602 void Logger::LogAccessorCallbacks() { in LogAccessorCallbacks()
1624 bool Logger::SetUp() { in SetUp()
1679 Sampler* Logger::sampler() { in sampler()
1684 void Logger::EnsureTickerStarted() { in EnsureTickerStarted()
1690 void Logger::EnsureTickerStopped() { in EnsureTickerStopped()
1695 FILE* Logger::TearDown() { in TearDown()
1716 void Logger::EnableSlidingStateWindow() { in EnableSlidingStateWindow()