7#include <assembler/MacroAssemblerCodeRef.h>
9#include <QtCore/qfile.h>
10#include <QtCore/qcoreapplication.h>
30 qWarning(
"QV4::JIT::Assembler: Cannot write perf map file.");
33 const void *
address = codeRef->code().executableAddress();
35 perfMapFile.putChar(
' ');
37 perfMapFile.putChar(
' ');
39 perfMapFile.putChar(
'\n');
static QByteArray number(int, int base=10)
Returns a byte-array representing the whole number n as text.
static qint64 applicationPid() Q_DECL_CONST_FUNCTION
static QString fromLatin1(QByteArrayView ba)
This is an overloaded member function, provided for convenience. It differs from the above function o...
Combined button and popup list for selecting options.
int toUtf8(char16_t u, OutputPtr &dst, InputPtr &src, InputPtr end)
\qmltype Particle \inqmlmodule QtQuick.Particles
size_t exceptionHandlerSize()
void generateFunctionTable(Function *function, JSC::MacroAssemblerCodeRef *codeRef)
void destroyFunctionTable(Function *function, JSC::MacroAssemblerCodeRef *codeRef)
GLuint GLuint64EXT address
Q_CORE_EXPORT bool qEnvironmentVariableIsEmpty(const char *varName) noexcept
static QString prettyName(const Function *function, const void *address)