Lines Matching refs:Logger
916 Logger* logger = isolate_->logger(); in Engage()
957 Logger::Logger(Isolate* isolate) in Logger() function in v8::internal::Logger
971 Logger::~Logger() { in ~Logger()
975 void Logger::AddCodeEventListener(CodeEventListener* listener) { in AddCodeEventListener()
980 void Logger::RemoveCodeEventListener(CodeEventListener* listener) { in RemoveCodeEventListener()
984 void Logger::ProfilerBeginEvent() { in ProfilerBeginEvent()
992 void Logger::StringEvent(const char* name, const char* value) { in StringEvent()
997 void Logger::UncheckedStringEvent(const char* name, const char* value) { in UncheckedStringEvent()
1005 void Logger::IntPtrTEvent(const char* name, intptr_t value) { in IntPtrTEvent()
1010 void Logger::UncheckedIntPtrTEvent(const char* name, intptr_t value) { in UncheckedIntPtrTEvent()
1019 void Logger::HandleEvent(const char* name, Object** location) { in HandleEvent()
1027 void Logger::ApiSecurityCheck() { in ApiSecurityCheck()
1034 void Logger::SharedLibraryEvent(const std::string& library_path, in SharedLibraryEvent()
1045 void Logger::CodeDeoptEvent(Code* code, DeoptimizeKind kind, Address pc, in CodeDeoptEvent()
1073 void Logger::CurrentTimeEvent() { in CurrentTimeEvent()
1082 void Logger::TimerEvent(Logger::StartEnd se, const char* name) { in TimerEvent()
1100 void Logger::EnterExternal(Isolate* isolate) { in EnterExternal()
1108 void Logger::LeaveExternal(Isolate* isolate) { in LeaveExternal()
1118 Logger::StartEnd se);
1122 void Logger::ApiNamedPropertyAccess(const char* tag, JSObject* holder, in TIMER_EVENTS_LIST()
1132 void Logger::ApiIndexedPropertyAccess(const char* tag, in ApiIndexedPropertyAccess()
1143 void Logger::ApiObjectAccess(const char* tag, JSObject* object) { in ApiObjectAccess()
1151 void Logger::ApiEntryCall(const char* name) { in ApiEntryCall()
1159 void Logger::NewEvent(const char* name, void* object, size_t size) { in NewEvent()
1168 void Logger::DeleteEvent(const char* name, void* object) { in DeleteEvent()
1176 void Logger::CallbackEventInternal(const char* prefix, Name* name, in CallbackEventInternal()
1189 void Logger::CallbackEvent(Name* name, Address entry_point) { in CallbackEvent()
1194 void Logger::GetterCallbackEvent(Name* name, Address entry_point) { in GetterCallbackEvent()
1199 void Logger::SetterCallbackEvent(Name* name, Address entry_point) { in SetterCallbackEvent()
1210 << Logger::kNext << kLogEventsNames[tag] << Logger::kNext << kind in AppendCodeCreateHeader()
1211 << Logger::kNext << timer->Elapsed().InMicroseconds() << Logger::kNext in AppendCodeCreateHeader()
1212 << reinterpret_cast<void*>(address) << Logger::kNext << size in AppendCodeCreateHeader()
1213 << Logger::kNext; in AppendCodeCreateHeader()
1226 void Logger::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag, in CodeCreateEvent()
1236 void Logger::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag, in CodeCreateEvent()
1246 void Logger::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag, in CodeCreateEvent()
1263 void Logger::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag, in CodeCreateEvent()
1290 void Logger::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag, in CodeCreateEvent()
1389 void Logger::CodeDisableOptEvent(AbstractCode* code, in CodeDisableOptEvent()
1401 void Logger::CodeMovingGCEvent() { in CodeMovingGCEvent()
1407 void Logger::RegExpCodeCreateEvent(AbstractCode* code, String* source) { in RegExpCodeCreateEvent()
1416 void Logger::CodeMoveEvent(AbstractCode* from, AbstractCode* to) { in CodeMoveEvent()
1445 void Logger::CodeLinePosInfoRecordEvent(Address code_start, in CodeLinePosInfoRecordEvent()
1451 void Logger::CodeLinePosInfoRecordEvent( in CodeLinePosInfoRecordEvent()
1457 void Logger::CodeNameEvent(Address addr, int pos, const char* code_name) { in CodeNameEvent()
1466 void Logger::SharedFunctionInfoMoveEvent(Address from, Address to) { in SharedFunctionInfoMoveEvent()
1471 void Logger::MoveEventInternal(CodeEventListener::LogEventsAndTags event, in MoveEventInternal()
1481 void Logger::ResourceEvent(const char* name, const char* tag) { in ResourceEvent()
1496 void Logger::SuspectReadEvent(Name* name, Object* obj) { in SuspectReadEvent()
1510 msg << "function" << Logger::kNext << reason << Logger::kNext << script_id in AppendFunctionMessage()
1511 << Logger::kNext << start_position << Logger::kNext << end_position in AppendFunctionMessage()
1512 << Logger::kNext << time_delta << Logger::kNext in AppendFunctionMessage()
1513 << timer->Elapsed().InMicroseconds() << Logger::kNext; in AppendFunctionMessage()
1517 void Logger::FunctionEvent(const char* reason, int script_id, double time_delta, in FunctionEvent()
1528 void Logger::FunctionEvent(const char* reason, int script_id, double time_delta, in FunctionEvent()
1542 void Logger::CompilationCacheEvent(const char* action, const char* cache_type, in CompilationCacheEvent()
1550 msg << "compilation-cache" << Logger::kNext << action << Logger::kNext in CompilationCacheEvent()
1551 << cache_type << Logger::kNext << script_id << Logger::kNext in CompilationCacheEvent()
1552 << sfi->StartPosition() << Logger::kNext << sfi->EndPosition() in CompilationCacheEvent()
1553 << Logger::kNext << timer_.Elapsed().InMicroseconds(); in CompilationCacheEvent()
1557 void Logger::ScriptEvent(ScriptEventType type, int script_id) { in ScriptEvent()
1560 msg << "script" << Logger::kNext; in ScriptEvent()
1578 msg << Logger::kNext << script_id << Logger::kNext in ScriptEvent()
1583 void Logger::ScriptDetails(Script* script) { in ScriptDetails()
1587 msg << "script-details" << Logger::kNext << script->id() << Logger::kNext; in ScriptDetails()
1591 msg << Logger::kNext << script->line_offset() << Logger::kNext in ScriptDetails()
1592 << script->column_offset() << Logger::kNext; in ScriptDetails()
1601 bool Logger::EnsureLogScriptSource(Script* script) { in EnsureLogScriptSource()
1629 void Logger::RuntimeCallTimerEvent() { in RuntimeCallTimerEvent()
1638 void Logger::TickEvent(v8::TickSample* sample, bool overflow) { in TickEvent()
1662 void Logger::ICEvent(const char* type, bool keyed, Map* map, Object* key, in ICEvent()
1688 void Logger::MapEvent(const char* type, Map* from, Map* to, const char* reason, in MapEvent()
1720 void Logger::MapCreate(Map* map) { in MapCreate()
1729 void Logger::MapDetails(Map* map) { in MapDetails()
1746 void Logger::StopProfiler() { in StopProfiler()
1757 void Logger::LogFailure() { in LogFailure()
1835 void Logger::LogCodeObject(Object* object) { in LogCodeObject()
1839 void Logger::LogCodeObjects() { existing_code_logger_.LogCodeObjects(); } in LogCodeObjects()
1841 void Logger::LogBytecodeHandler(interpreter::Bytecode bytecode, in LogBytecodeHandler()
1847 void Logger::LogBytecodeHandlers() { in LogBytecodeHandlers()
1851 void Logger::LogExistingFunction(Handle<SharedFunctionInfo> shared, in LogExistingFunction()
1856 void Logger::LogCompiledFunctions() { in LogCompiledFunctions()
1860 void Logger::LogAccessorCallbacks() { in LogAccessorCallbacks()
1887 void Logger::LogMaps() { in LogMaps()
1949 bool Logger::SetUp(Isolate* isolate) { in SetUp()
1996 void Logger::SetCodeEventHandler(uint32_t options, in SetCodeEventHandler()
2015 sampler::Sampler* Logger::sampler() { in sampler()
2019 void Logger::StopProfilerThread() { in StopProfilerThread()
2027 FILE* Logger::TearDown() { in TearDown()
2208 CodeCreateEvent(Logger::ToNativeByScript(tag, *script), *code, in LogExistingFunction()
2213 Logger::ToNativeByScript(CodeEventListener::SCRIPT_TAG, *script), in LogExistingFunction()
2218 Logger::ToNativeByScript(tag, *script), *code, *shared, in LogExistingFunction()