• Home
  • Raw
  • Download

Lines Matching refs:AbstractCode

95 static const char* ComputeMarker(SharedFunctionInfo shared, AbstractCode code) {  in ComputeMarker()
214 Handle<AbstractCode> code, in CodeCreateEvent()
224 Handle<AbstractCode> code, in CodeCreateEvent()
234 Handle<AbstractCode> code, in CodeCreateEvent()
246 Handle<AbstractCode> code, in CodeCreateEvent()
289 void CodeEventLogger::RegExpCodeCreateEvent(Handle<AbstractCode> code, in RegExpCodeCreateEvent()
305 void CodeMoveEvent(AbstractCode from, AbstractCode to) override {} in CodeMoveEvent()
306 void CodeDisableOptEvent(Handle<AbstractCode> code, in CodeDisableOptEvent()
310 void LogRecordedBuffer(Handle<AbstractCode> code,
363 void PerfBasicLogger::LogRecordedBuffer(Handle<AbstractCode> code, in LogRecordedBuffer()
423 Handle<AbstractCode> code, in CodeCreateEvent()
440 Handle<AbstractCode> code, in CodeCreateEvent()
460 LogEventsAndTags tag, Handle<AbstractCode> code, in CodeCreateEvent()
480 LogEventsAndTags tag, Handle<AbstractCode> code, in CodeCreateEvent()
511 void ExternalCodeEventListener::RegExpCodeCreateEvent(Handle<AbstractCode> code, in RegExpCodeCreateEvent()
527 void ExternalCodeEventListener::CodeMoveEvent(AbstractCode from, in CodeMoveEvent()
528 AbstractCode to) { in CodeMoveEvent()
550 void CodeMoveEvent(AbstractCode from, AbstractCode to) override;
551 void CodeDisableOptEvent(Handle<AbstractCode> code, in CodeDisableOptEvent()
557 void LogRecordedBuffer(Handle<AbstractCode> code,
647 void LowLevelLogger::LogRecordedBuffer(Handle<AbstractCode> code, in LogRecordedBuffer()
674 void LowLevelLogger::CodeMoveEvent(AbstractCode from, AbstractCode to) { in CodeMoveEvent()
697 void CodeMoveEvent(AbstractCode from, AbstractCode to) override;
698 void CodeDisableOptEvent(Handle<AbstractCode> code, in CodeDisableOptEvent()
710 void LogRecordedBuffer(Handle<AbstractCode> code,
725 void JitLogger::LogRecordedBuffer(Handle<AbstractCode> code, in LogRecordedBuffer()
797 void JitLogger::CodeMoveEvent(AbstractCode from, AbstractCode to) { in CodeMoveEvent()
1194 AbstractCode code, uint64_t time) { in AppendCodeCreateHeader()
1223 void Logger::LogSourceCodeInformation(Handle<AbstractCode> code, in LogSourceCodeInformation()
1287 void Logger::LogCodeDisassemble(Handle<AbstractCode> code) { in LogCodeDisassemble()
1309 void Logger::CodeCreateEvent(LogEventsAndTags tag, Handle<AbstractCode> code, in CodeCreateEvent()
1322 void Logger::CodeCreateEvent(LogEventsAndTags tag, Handle<AbstractCode> code, in CodeCreateEvent()
1336 void Logger::CodeCreateEvent(LogEventsAndTags tag, Handle<AbstractCode> code, in CodeCreateEvent()
1342 AbstractCode::cast(isolate_->builtins()->code(Builtin::kCompileLazy))) { in CodeCreateEvent()
1356 void Logger::FeedbackVectorEvent(FeedbackVector vector, AbstractCode code) { in FeedbackVectorEvent()
1384 void Logger::CodeCreateEvent(LogEventsAndTags tag, Handle<AbstractCode> code, in CodeCreateEvent()
1450 void Logger::RegExpCodeCreateEvent(Handle<AbstractCode> code, in RegExpCodeCreateEvent()
1460 void Logger::CodeMoveEvent(AbstractCode from, AbstractCode to) { in CodeMoveEvent()
1477 void Logger::CodeDisableOptEvent(Handle<AbstractCode> code, in CodeDisableOptEvent()
1830 static std::vector<std::pair<Handle<SharedFunctionInfo>, Handle<AbstractCode>>>
1834 std::vector<std::pair<Handle<SharedFunctionInfo>, Handle<AbstractCode>>> in EnumerateCompiledFunctions()
1846 handle(AbstractCode::cast(sfi.abstract_code(isolate)), isolate)); in EnumerateCompiledFunctions()
1859 handle(AbstractCode::cast(FromCodeT(function.code())), isolate)); in EnumerateCompiledFunctions()
1875 handle(AbstractCode::cast(sfi.abstract_code(isolate)), isolate)); in EnumerateCompiledFunctions()
1886 Handle<AbstractCode> code) { in LogExistingFunction()
2139 Handle<AbstractCode> abstract_code(AbstractCode::cast(object), isolate_); in LogCodeObject()
2223 std::vector<std::pair<Handle<SharedFunctionInfo>, Handle<AbstractCode>>> in LogCompiledFunctions()
2234 Handle<AbstractCode>( in LogCompiledFunctions()
2235 AbstractCode::cast(FromCodeT(shared->InterpreterTrampoline())), in LogCompiledFunctions()
2239 LogExistingFunction(shared, Handle<AbstractCode>( in LogCompiledFunctions()
2240 AbstractCode::cast(FromCodeT( in LogCompiledFunctions()
2264 Handle<SharedFunctionInfo> shared, Handle<AbstractCode> code, in LogExistingFunction()