Lines Matching refs:Logger
29 static const char* const kLogEventsNames[Logger::NUMBER_OF_LOG_EVENTS] = {
68 void Init(Logger::LogEventsAndTags tag) { in Init()
163 void CodeEventLogger::CodeCreateEvent(Logger::LogEventsAndTags tag, in CodeCreateEvent()
172 void CodeEventLogger::CodeCreateEvent(Logger::LogEventsAndTags tag, in CodeCreateEvent()
181 void CodeEventLogger::CodeCreateEvent(Logger::LogEventsAndTags tag, in CodeCreateEvent()
193 void CodeEventLogger::CodeCreateEvent(Logger::LogEventsAndTags tag, in CodeCreateEvent()
215 void CodeEventLogger::CodeCreateEvent(Logger::LogEventsAndTags tag, in CodeCreateEvent()
225 name_buffer_->Init(Logger::REG_EXP_TAG); in RegExpCodeCreateEvent()
739 Logger* logger = isolate_->logger(); in Engage()
780 Logger::Logger(Isolate* isolate) in Logger() function in v8::internal::Logger
795 Logger::~Logger() { in ~Logger()
800 void Logger::addCodeEventListener(CodeEventListener* listener) { in addCodeEventListener()
806 void Logger::removeCodeEventListener(CodeEventListener* listener) { in removeCodeEventListener()
812 bool Logger::hasCodeEventListener(CodeEventListener* listener) { in hasCodeEventListener()
817 void Logger::ProfilerBeginEvent() { in ProfilerBeginEvent()
825 void Logger::StringEvent(const char* name, const char* value) { in StringEvent()
830 void Logger::UncheckedStringEvent(const char* name, const char* value) { in UncheckedStringEvent()
838 void Logger::IntEvent(const char* name, int value) { in IntEvent()
843 void Logger::IntPtrTEvent(const char* name, intptr_t value) { in IntPtrTEvent()
848 void Logger::UncheckedIntEvent(const char* name, int value) { in UncheckedIntEvent()
856 void Logger::UncheckedIntPtrTEvent(const char* name, intptr_t value) { in UncheckedIntPtrTEvent()
864 void Logger::HandleEvent(const char* name, Object** location) { in HandleEvent()
875 void Logger::ApiEvent(const char* format, ...) { in ApiEvent()
886 void Logger::ApiSecurityCheck() { in ApiSecurityCheck()
892 void Logger::SharedLibraryEvent(const std::string& library_path, in SharedLibraryEvent()
903 void Logger::CodeDeoptEvent(Code* code, Address pc, int fp_to_sp_delta) { in CodeDeoptEvent()
913 void Logger::CurrentTimeEvent() { in CurrentTimeEvent()
923 void Logger::TimerEvent(Logger::StartEnd se, const char* name) { in TimerEvent()
935 void Logger::EnterExternal(Isolate* isolate) { in EnterExternal()
942 void Logger::LeaveExternal(Isolate* isolate) { in LeaveExternal()
950 void TimerEventScope<TimerEvent>::LogTimerEvent(Logger::StartEnd se) { in LogTimerEvent()
951 Logger::CallEventLogger(isolate_, TimerEvent::name(), se, in LogTimerEvent()
959 Logger::StartEnd se);
1011 void Logger::RegExpCompileEvent(Handle<JSRegExp> regexp, bool in_cache) { in RegExpCompileEvent()
1021 void Logger::ApiNamedPropertyAccess(const char* tag, in ApiNamedPropertyAccess()
1049 void Logger::ApiIndexedPropertyAccess(const char* tag, in ApiIndexedPropertyAccess()
1060 void Logger::ApiObjectAccess(const char* tag, JSObject* object) { in ApiObjectAccess()
1069 void Logger::ApiEntryCall(const char* name) { in ApiEntryCall()
1075 void Logger::NewEvent(const char* name, void* object, size_t size) { in NewEvent()
1084 void Logger::DeleteEvent(const char* name, void* object) { in DeleteEvent()
1092 void Logger::CallbackEventInternal(const char* prefix, Name* name, in CallbackEventInternal()
1120 void Logger::CallbackEvent(Name* name, Address entry_point) { in CallbackEvent()
1126 void Logger::GetterCallbackEvent(Name* name, Address entry_point) { in GetterCallbackEvent()
1132 void Logger::SetterCallbackEvent(Name* name, Address entry_point) { in SetterCallbackEvent()
1139 Logger::LogEventsAndTags tag, in AppendCodeCreateHeader()
1143 kLogEventsNames[Logger::CODE_CREATION_EVENT], in AppendCodeCreateHeader()
1151 void Logger::CodeCreateEvent(LogEventsAndTags tag, in CodeCreateEvent()
1167 void Logger::CodeCreateEvent(LogEventsAndTags tag, in CodeCreateEvent()
1189 void Logger::CodeCreateEvent(LogEventsAndTags tag, in CodeCreateEvent()
1221 void Logger::CodeCreateEvent(LogEventsAndTags tag, in CodeCreateEvent()
1252 void Logger::CodeCreateEvent(LogEventsAndTags tag, in CodeCreateEvent()
1268 void Logger::CodeDisableOptEvent(Code* code, in CodeDisableOptEvent()
1286 void Logger::CodeMovingGCEvent() { in CodeMovingGCEvent()
1296 void Logger::RegExpCodeCreateEvent(Code* code, String* source) { in RegExpCodeCreateEvent()
1312 void Logger::CodeMoveEvent(Address from, Address to) { in CodeMoveEvent()
1321 void Logger::CodeDeleteEvent(Address from) { in CodeDeleteEvent()
1335 void Logger::CodeLinePosInfoAddPositionEvent(void* jit_handler_data, in CodeLinePosInfoAddPositionEvent()
1345 void Logger::CodeLinePosInfoAddStatementPositionEvent(void* jit_handler_data, in CodeLinePosInfoAddStatementPositionEvent()
1355 void Logger::CodeStartLinePosInfoRecordEvent(PositionsRecorder* pos_recorder) { in CodeStartLinePosInfoRecordEvent()
1362 void Logger::CodeEndLinePosInfoRecordEvent(Code* code, in CodeEndLinePosInfoRecordEvent()
1368 void Logger::CodeNameEvent(Address addr, int pos, const char* code_name) { in CodeNameEvent()
1377 void Logger::SnapshotPositionEvent(Address addr, int pos) { in SnapshotPositionEvent()
1389 void Logger::SharedFunctionInfoMoveEvent(Address from, Address to) { in SharedFunctionInfoMoveEvent()
1395 void Logger::MoveEventInternal(LogEventsAndTags event, in MoveEventInternal()
1408 void Logger::ResourceEvent(const char* name, const char* tag) { in ResourceEvent()
1422 void Logger::SuspectReadEvent(Name* name, Object* obj) { in SuspectReadEvent()
1442 void Logger::HeapSampleBeginEvent(const char* space, const char* kind) { in HeapSampleBeginEvent()
1453 void Logger::HeapSampleEndEvent(const char* space, const char* kind) { in HeapSampleEndEvent()
1461 void Logger::HeapSampleItemEvent(const char* type, int number, int bytes) { in HeapSampleItemEvent()
1469 void Logger::DebugTag(const char* call_site_tag) { in DebugTag()
1477 void Logger::DebugEvent(const char* event_type, Vector<uint16_t> parameter) { in DebugEvent()
1492 void Logger::TickEvent(TickSample* sample, bool overflow) { in TickEvent()
1521 void Logger::StopProfiler() { in StopProfiler()
1532 void Logger::LogFailure() { in LogFailure()
1604 void Logger::LogCodeObject(Object* object) { in LogCodeObject()
1606 LogEventsAndTags tag = Logger::STUB_TAG; in LogCodeObject()
1620 tag = Logger::STUB_TAG; in LogCodeObject()
1624 tag = Logger::REG_EXP_TAG; in LogCodeObject()
1628 tag = Logger::BUILTIN_TAG; in LogCodeObject()
1632 tag = Logger::HANDLER_TAG; in LogCodeObject()
1636 tag = Logger::KEYED_LOAD_IC_TAG; in LogCodeObject()
1640 tag = Logger::LOAD_IC_TAG; in LogCodeObject()
1644 tag = Logger::CALL_IC_TAG; in LogCodeObject()
1648 tag = Logger::STORE_IC_TAG; in LogCodeObject()
1652 tag = Logger::KEYED_STORE_IC_TAG; in LogCodeObject()
1656 tag = Logger::STUB_TAG; in LogCodeObject()
1665 void Logger::LogCodeObjects() { in LogCodeObjects()
1677 void Logger::LogExistingFunction(Handle<SharedFunctionInfo> shared, in LogExistingFunction()
1690 Logger::ToNativeByScript(Logger::LAZY_COMPILE_TAG, *script), in LogExistingFunction()
1697 Logger::ToNativeByScript(Logger::SCRIPT_TAG, *script), in LogExistingFunction()
1703 Logger::ToNativeByScript(Logger::LAZY_COMPILE_TAG, *script), in LogExistingFunction()
1720 Logger::LAZY_COMPILE_TAG, *code, *shared, NULL, *func_name)); in LogExistingFunction()
1725 void Logger::LogCompiledFunctions() { in LogCompiledFunctions()
1745 void Logger::LogAccessorCallbacks() { in LogAccessorCallbacks()
1818 bool Logger::SetUp(Isolate* isolate) { in SetUp()
1861 void Logger::SetCodeEventHandler(uint32_t options, in SetCodeEventHandler()
1881 Sampler* Logger::sampler() { in sampler()
1886 FILE* Logger::TearDown() { in TearDown()