• Home
  • Raw
  • Download

Lines Matching refs:Logger

51 static const char* const kLogEventsNames[Logger::NUMBER_OF_LOG_EVENTS] = {
88 void Init(Logger::LogEventsAndTags tag) { in Init()
181 void CodeEventLogger::CodeCreateEvent(Logger::LogEventsAndTags tag, in CodeCreateEvent()
190 void CodeEventLogger::CodeCreateEvent(Logger::LogEventsAndTags tag, in CodeCreateEvent()
199 void CodeEventLogger::CodeCreateEvent(Logger::LogEventsAndTags tag, in CodeCreateEvent()
211 void CodeEventLogger::CodeCreateEvent(Logger::LogEventsAndTags tag, in CodeCreateEvent()
233 void CodeEventLogger::CodeCreateEvent(Logger::LogEventsAndTags tag, in CodeCreateEvent()
243 name_buffer_->Init(Logger::REG_EXP_TAG); in RegExpCodeCreateEvent()
891 Logger* logger = isolate_->logger(); in Engage()
932 Logger::Logger(Isolate* isolate) in Logger() function in v8::internal::Logger
948 Logger::~Logger() { in ~Logger()
953 void Logger::addCodeEventListener(CodeEventListener* listener) { in addCodeEventListener()
959 void Logger::removeCodeEventListener(CodeEventListener* listener) { in removeCodeEventListener()
965 bool Logger::hasCodeEventListener(CodeEventListener* listener) { in hasCodeEventListener()
970 void Logger::ProfilerBeginEvent() { in ProfilerBeginEvent()
978 void Logger::StringEvent(const char* name, const char* value) { in StringEvent()
983 void Logger::UncheckedStringEvent(const char* name, const char* value) { in UncheckedStringEvent()
991 void Logger::IntEvent(const char* name, int value) { in IntEvent()
996 void Logger::IntPtrTEvent(const char* name, intptr_t value) { in IntPtrTEvent()
1001 void Logger::UncheckedIntEvent(const char* name, int value) { in UncheckedIntEvent()
1009 void Logger::UncheckedIntPtrTEvent(const char* name, intptr_t value) { in UncheckedIntPtrTEvent()
1017 void Logger::HandleEvent(const char* name, Object** location) { in HandleEvent()
1028 void Logger::ApiEvent(const char* format, ...) { in ApiEvent()
1039 void Logger::ApiNamedSecurityCheck(Object* key) { in ApiNamedSecurityCheck()
1065 void Logger::SharedLibraryEvent(const char* library_path, in SharedLibraryEvent()
1078 void Logger::SharedLibraryEvent(const wchar_t* library_path, in SharedLibraryEvent()
1091 void Logger::CodeDeoptEvent(Code* code) { in CodeDeoptEvent()
1101 void Logger::TimerEvent(StartEnd se, const char* name) { in TimerEvent()
1113 void Logger::EnterExternal(Isolate* isolate) { in EnterExternal()
1120 void Logger::LeaveExternal(Isolate* isolate) { in LeaveExternal()
1127 void Logger::TimerEventScope::LogTimerEvent(StartEnd se) { in LogTimerEvent()
1132 const char* Logger::TimerEventScope::v8_recompile_synchronous =
1134 const char* Logger::TimerEventScope::v8_recompile_concurrent =
1136 const char* Logger::TimerEventScope::v8_compile_full_code =
1138 const char* Logger::TimerEventScope::v8_execute = "V8.Execute";
1139 const char* Logger::TimerEventScope::v8_external = "V8.External";
1142 void Logger::LogRegExpSource(Handle<JSRegExp> regexp) { in LogRegExpSource()
1184 void Logger::RegExpCompileEvent(Handle<JSRegExp> regexp, bool in_cache) { in RegExpCompileEvent()
1194 void Logger::LogRuntime(Vector<const char> format, in LogRuntime()
1219 Logger::LogRegExpSource(Handle<JSRegExp>(JSRegExp::cast(obj))); in LogRuntime()
1239 void Logger::ApiIndexedSecurityCheck(uint32_t index) { in ApiIndexedSecurityCheck()
1245 void Logger::ApiNamedPropertyAccess(const char* tag, in ApiNamedPropertyAccess()
1271 void Logger::ApiIndexedPropertyAccess(const char* tag, in ApiIndexedPropertyAccess()
1282 void Logger::ApiObjectAccess(const char* tag, JSObject* object) { in ApiObjectAccess()
1291 void Logger::ApiEntryCall(const char* name) { in ApiEntryCall()
1297 void Logger::NewEvent(const char* name, void* object, size_t size) { in NewEvent()
1306 void Logger::DeleteEvent(const char* name, void* object) { in DeleteEvent()
1314 void Logger::NewEventStatic(const char* name, void* object, size_t size) { in NewEventStatic()
1319 void Logger::DeleteEventStatic(const char* name, void* object) { in DeleteEventStatic()
1324 void Logger::CallbackEventInternal(const char* prefix, Name* name, in CallbackEventInternal()
1351 void Logger::CallbackEvent(Name* name, Address entry_point) { in CallbackEvent()
1357 void Logger::GetterCallbackEvent(Name* name, Address entry_point) { in GetterCallbackEvent()
1363 void Logger::SetterCallbackEvent(Name* name, Address entry_point) { in SetterCallbackEvent()
1370 Logger::LogEventsAndTags tag, in AppendCodeCreateHeader()
1374 kLogEventsNames[Logger::CODE_CREATION_EVENT], in AppendCodeCreateHeader()
1382 void Logger::CodeCreateEvent(LogEventsAndTags tag, in CodeCreateEvent()
1399 void Logger::CodeCreateEvent(LogEventsAndTags tag, in CodeCreateEvent()
1422 void Logger::CodeCreateEvent(LogEventsAndTags tag, in CodeCreateEvent()
1457 void Logger::CodeCreateEvent(LogEventsAndTags tag, in CodeCreateEvent()
1489 void Logger::CodeCreateEvent(LogEventsAndTags tag, in CodeCreateEvent()
1506 void Logger::CodeMovingGCEvent() { in CodeMovingGCEvent()
1516 void Logger::RegExpCodeCreateEvent(Code* code, String* source) { in RegExpCodeCreateEvent()
1533 void Logger::CodeMoveEvent(Address from, Address to) { in CodeMoveEvent()
1542 void Logger::CodeDeleteEvent(Address from) { in CodeDeleteEvent()
1557 void Logger::CodeLinePosInfoAddPositionEvent(void* jit_handler_data, in CodeLinePosInfoAddPositionEvent()
1567 void Logger::CodeLinePosInfoAddStatementPositionEvent(void* jit_handler_data, in CodeLinePosInfoAddStatementPositionEvent()
1577 void Logger::CodeStartLinePosInfoRecordEvent(PositionsRecorder* pos_recorder) { in CodeStartLinePosInfoRecordEvent()
1584 void Logger::CodeEndLinePosInfoRecordEvent(Code* code, in CodeEndLinePosInfoRecordEvent()
1590 void Logger::CodeNameEvent(Address addr, int pos, const char* code_name) { in CodeNameEvent()
1600 void Logger::SnapshotPositionEvent(Address addr, int pos) { in SnapshotPositionEvent()
1613 void Logger::SharedFunctionInfoMoveEvent(Address from, Address to) { in SharedFunctionInfoMoveEvent()
1621 void Logger::MoveEventInternal(LogEventsAndTags event, in MoveEventInternal()
1635 void Logger::ResourceEvent(const char* name, const char* tag) { in ResourceEvent()
1651 void Logger::SuspectReadEvent(Name* name, Object* obj) { in SuspectReadEvent()
1672 void Logger::HeapSampleBeginEvent(const char* space, const char* kind) { in HeapSampleBeginEvent()
1683 void Logger::HeapSampleEndEvent(const char* space, const char* kind) { in HeapSampleEndEvent()
1691 void Logger::HeapSampleItemEvent(const char* type, int number, int bytes) { in HeapSampleItemEvent()
1699 void Logger::DebugTag(const char* call_site_tag) { in DebugTag()
1707 void Logger::DebugEvent(const char* event_type, Vector<uint16_t> parameter) { in DebugEvent()
1724 void Logger::TickEvent(TickSample* sample, bool overflow) { in TickEvent()
1750 void Logger::StopProfiler() { in StopProfiler()
1761 void Logger::LogFailure() { in LogFailure()
1833 void Logger::LogCodeObject(Object* object) { in LogCodeObject()
1835 LogEventsAndTags tag = Logger::STUB_TAG; in LogCodeObject()
1850 tag = Logger::STUB_TAG; in LogCodeObject()
1854 tag = Logger::REG_EXP_TAG; in LogCodeObject()
1858 tag = Logger::BUILTIN_TAG; in LogCodeObject()
1862 tag = Logger::HANDLER_TAG; in LogCodeObject()
1866 tag = Logger::KEYED_LOAD_IC_TAG; in LogCodeObject()
1870 tag = Logger::LOAD_IC_TAG; in LogCodeObject()
1874 tag = Logger::STORE_IC_TAG; in LogCodeObject()
1878 tag = Logger::KEYED_STORE_IC_TAG; in LogCodeObject()
1882 tag = Logger::CALL_IC_TAG; in LogCodeObject()
1886 tag = Logger::KEYED_CALL_IC_TAG; in LogCodeObject()
1895 void Logger::LogCodeObjects() { in LogCodeObjects()
1907 void Logger::LogExistingFunction(Handle<SharedFunctionInfo> shared, in LogExistingFunction()
1920 Logger::ToNativeByScript(Logger::LAZY_COMPILE_TAG, *script), in LogExistingFunction()
1927 Logger::ToNativeByScript(Logger::SCRIPT_TAG, *script), in LogExistingFunction()
1933 Logger::ToNativeByScript(Logger::LAZY_COMPILE_TAG, *script), in LogExistingFunction()
1950 Logger::LAZY_COMPILE_TAG, *code, *shared, NULL, *func_name)); in LogExistingFunction()
1955 void Logger::LogCompiledFunctions() { in LogCompiledFunctions()
1976 void Logger::LogAccessorCallbacks() { in LogAccessorCallbacks()
2055 bool Logger::SetUp(Isolate* isolate) { in SetUp()
2103 void Logger::SetCodeEventHandler(uint32_t options, in SetCodeEventHandler()
2123 Sampler* Logger::sampler() { in sampler()
2128 FILE* Logger::TearDown() { in TearDown()