Lines Matching refs:Logger
341 Logger::Logger() in Logger() function in v8::internal::Logger
358 Logger::~Logger() { in ~Logger()
363 static const char* const kLogEventsNames[Logger::NUMBER_OF_LOG_EVENTS] = {
369 void Logger::ProfilerBeginEvent() { in ProfilerBeginEvent()
379 void Logger::StringEvent(const char* name, const char* value) { in StringEvent()
387 void Logger::UncheckedStringEvent(const char* name, const char* value) { in UncheckedStringEvent()
396 void Logger::IntEvent(const char* name, int value) { in IntEvent()
403 void Logger::IntPtrTEvent(const char* name, intptr_t value) { in IntPtrTEvent()
411 void Logger::UncheckedIntEvent(const char* name, int value) { in UncheckedIntEvent()
421 void Logger::UncheckedIntPtrTEvent(const char* name, intptr_t value) { in UncheckedIntPtrTEvent()
430 void Logger::HandleEvent(const char* name, Object** location) { in HandleEvent()
444 void Logger::ApiEvent(const char* format, ...) { in ApiEvent()
456 void Logger::ApiNamedSecurityCheck(Object* key) { in ApiNamedSecurityCheck()
472 void Logger::SharedLibraryEvent(const char* library_path, in SharedLibraryEvent()
487 void Logger::SharedLibraryEvent(const wchar_t* library_path, in SharedLibraryEvent()
503 void Logger::LogRegExpSource(Handle<JSRegExp> regexp) { in LogRegExpSource()
546 void Logger::RegExpCompileEvent(Handle<JSRegExp> regexp, bool in_cache) { in RegExpCompileEvent()
558 void Logger::LogRuntime(Vector<const char> format, JSArray* args) { in LogRuntime()
583 Logger::LogRegExpSource(Handle<JSRegExp>(JSRegExp::cast(obj))); in LogRuntime()
604 void Logger::ApiIndexedSecurityCheck(uint32_t index) { in ApiIndexedSecurityCheck()
612 void Logger::ApiNamedPropertyAccess(const char* tag, in ApiNamedPropertyAccess()
627 void Logger::ApiIndexedPropertyAccess(const char* tag, in ApiIndexedPropertyAccess()
639 void Logger::ApiObjectAccess(const char* tag, JSObject* object) { in ApiObjectAccess()
650 void Logger::ApiEntryCall(const char* name) { in ApiEntryCall()
658 void Logger::NewEvent(const char* name, void* object, size_t size) { in NewEvent()
669 void Logger::DeleteEvent(const char* name, void* object) { in DeleteEvent()
679 void Logger::NewEventStatic(const char* name, void* object, size_t size) { in NewEventStatic()
684 void Logger::DeleteEventStatic(const char* name, void* object) { in DeleteEventStatic()
689 void Logger::CallbackEventInternal(const char* prefix, const char* name, in CallbackEventInternal()
704 void Logger::CallbackEvent(String* name, Address entry_point) { in CallbackEvent()
714 void Logger::GetterCallbackEvent(String* name, Address entry_point) { in GetterCallbackEvent()
724 void Logger::SetterCallbackEvent(String* name, Address entry_point) { in SetterCallbackEvent()
734 void Logger::CodeCreateEvent(LogEventsAndTags tag, in CodeCreateEvent()
759 void Logger::CodeCreateEvent(LogEventsAndTags tag, in CodeCreateEvent()
786 void Logger::CodeCreateEvent(LogEventsAndTags tag, in CodeCreateEvent()
816 void Logger::CodeCreateEvent(LogEventsAndTags tag, in CodeCreateEvent()
845 void Logger::CodeCreateEvent(LogEventsAndTags tag, Code* code, int args_count) { in CodeCreateEvent()
861 void Logger::CodeMovingGCEvent() { in CodeMovingGCEvent()
872 void Logger::RegExpCodeCreateEvent(Code* code, String* source) { in RegExpCodeCreateEvent()
890 void Logger::CodeMoveEvent(Address from, Address to) { in CodeMoveEvent()
897 void Logger::CodeDeleteEvent(Address from) { in CodeDeleteEvent()
904 void Logger::SnapshotPositionEvent(Address addr, int pos) { in SnapshotPositionEvent()
917 void Logger::SharedFunctionInfoMoveEvent(Address from, Address to) { in SharedFunctionInfoMoveEvent()
925 void Logger::MoveEventInternal(LogEventsAndTags event, in MoveEventInternal()
941 void Logger::DeleteEventInternal(LogEventsAndTags event, Address from) { in DeleteEventInternal()
952 void Logger::ResourceEvent(const char* name, const char* tag) { in ResourceEvent()
970 void Logger::SuspectReadEvent(String* name, Object* obj) { in SuspectReadEvent()
989 void Logger::HeapSampleBeginEvent(const char* space, const char* kind) { in HeapSampleBeginEvent()
1002 void Logger::HeapSampleStats(const char* space, const char* kind, in HeapSampleStats()
1015 void Logger::HeapSampleEndEvent(const char* space, const char* kind) { in HeapSampleEndEvent()
1025 void Logger::HeapSampleItemEvent(const char* type, int number, int bytes) { in HeapSampleItemEvent()
1035 void Logger::HeapSampleJSConstructorEvent(const char* constructor, in HeapSampleJSConstructorEvent()
1050 void Logger::HeapSampleJSRetainersEvent( in HeapSampleJSRetainersEvent()
1086 void Logger::HeapSampleJSProducerEvent(const char* constructor, in HeapSampleJSProducerEvent()
1101 void Logger::DebugTag(const char* call_site_tag) { in DebugTag()
1111 void Logger::DebugEvent(const char* event_type, Vector<uint16_t> parameter) { in DebugEvent()
1131 void Logger::TickEvent(TickSample* sample, bool overflow) { in TickEvent()
1158 int Logger::GetActiveProfilerModules() { in GetActiveProfilerModules()
1170 void Logger::PauseProfiler(int flags, int tag) { in PauseProfiler()
1200 void Logger::ResumeProfiler(int flags, int tag) { in ResumeProfiler()
1233 void Logger::LogFailure() { in LogFailure()
1238 bool Logger::IsProfilerSamplerActive() { in IsProfilerSamplerActive()
1243 int Logger::GetLogLines(int from_pos, char* dest_buf, int max_size) { in GetLogLines()
1310 void Logger::LogCodeObject(Object* object) { in LogCodeObject()
1313 LogEventsAndTags tag = Logger::STUB_TAG; in LogCodeObject()
1326 tag = Logger::STUB_TAG; in LogCodeObject()
1330 tag = Logger::BUILTIN_TAG; in LogCodeObject()
1334 tag = Logger::KEYED_LOAD_IC_TAG; in LogCodeObject()
1338 tag = Logger::KEYED_EXTERNAL_ARRAY_LOAD_IC_TAG; in LogCodeObject()
1342 tag = Logger::LOAD_IC_TAG; in LogCodeObject()
1346 tag = Logger::STORE_IC_TAG; in LogCodeObject()
1350 tag = Logger::KEYED_STORE_IC_TAG; in LogCodeObject()
1354 tag = Logger::KEYED_EXTERNAL_ARRAY_STORE_IC_TAG; in LogCodeObject()
1358 tag = Logger::CALL_IC_TAG; in LogCodeObject()
1362 tag = Logger::KEYED_CALL_IC_TAG; in LogCodeObject()
1370 void Logger::LogCodeInfo() { in LogCodeInfo()
1389 void Logger::LowLevelCodeCreateEvent(Code* code, LogMessageBuilder* msg) { in LowLevelCodeCreateEvent()
1400 void Logger::LogCodeObjects() { in LogCodeObjects()
1409 void Logger::LogCompiledFunctions() { in LogCompiledFunctions()
1432 Logger::ToNativeByScript(Logger::LAZY_COMPILE_TAG, *script), in LogCompiledFunctions()
1439 Logger::ToNativeByScript(Logger::SCRIPT_TAG, *script), in LogCompiledFunctions()
1445 Logger::ToNativeByScript(Logger::LAZY_COMPILE_TAG, *script), in LogCompiledFunctions()
1461 Logger::LAZY_COMPILE_TAG, *code_objects[i], in LogCompiledFunctions()
1468 void Logger::LogAccessorCallbacks() { in LogAccessorCallbacks()
1491 bool Logger::Setup() { in Setup()
1552 Sampler* Logger::sampler() { in sampler()
1557 void Logger::EnsureTickerStarted() { in EnsureTickerStarted()
1565 void Logger::EnsureTickerStopped() { in EnsureTickerStopped()
1572 void Logger::TearDown() { in TearDown()
1595 void Logger::EnableSlidingStateWindow() { in EnableSlidingStateWindow()