OpenCoverage

qv4bytecodehandler.cpp

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4bytecodehandler.cpp
Switch to Source codePreprocessed file
LineSourceCount
1-
2-
3using namespace QV4;-
4using namespace Moth;-
5-
6ByteCodeHandler::~ByteCodeHandler()-
7{-
8}-
9void ByteCodeHandler::decode(const char *code, uint len)-
10{-
11 static const void *jumpTable[] = { &&op_byte_Nop, &&op_int_Nop, &&op_byte_Ret, &&op_int_Ret, &&op_byte_LoadConst, &&op_int_LoadConst, &&op_byte_LoadZero, &&op_int_LoadZero, &&op_byte_LoadTrue, &&op_int_LoadTrue, &&op_byte_LoadFalse, &&op_int_LoadFalse, &&op_byte_LoadNull, &&op_int_LoadNull, &&op_byte_LoadUndefined, &&op_int_LoadUndefined, &&op_byte_LoadInt, &&op_int_LoadInt, &&op_byte_LoadRuntimeString, &&op_int_LoadRuntimeString, &&op_byte_MoveConst, &&op_int_MoveConst, &&op_byte_LoadReg, &&op_int_LoadReg, &&op_byte_StoreReg, &&op_int_StoreReg, &&op_byte_MoveReg, &&op_int_MoveReg, &&op_byte_LoadLocal, &&op_int_LoadLocal, &&op_byte_StoreLocal, &&op_int_StoreLocal, &&op_byte_LoadScopedLocal, &&op_int_LoadScopedLocal, &&op_byte_StoreScopedLocal, &&op_int_StoreScopedLocal, &&op_byte_MoveRegExp, &&op_int_MoveRegExp, &&op_byte_LoadClosure, &&op_int_LoadClosure, &&op_byte_LoadName, &&op_int_LoadName, &&op_byte_LoadGlobalLookup, &&op_int_LoadGlobalLookup, &&op_byte_StoreNameSloppy, &&op_int_StoreNameSloppy, &&op_byte_StoreNameStrict, &&op_int_StoreNameStrict, &&op_byte_LoadElement, &&op_int_LoadElement, &&op_byte_StoreElement, &&op_int_StoreElement, &&op_byte_LoadProperty, &&op_int_LoadProperty, &&op_byte_GetLookup, &&op_int_GetLookup, &&op_byte_StoreProperty, &&op_int_StoreProperty, &&op_byte_SetLookup, &&op_int_SetLookup, &&op_byte_LoadSuperProperty, &&op_int_LoadSuperProperty, &&op_byte_StoreSuperProperty, &&op_int_StoreSuperProperty, &&op_byte_StoreScopeObjectProperty, &&op_int_StoreScopeObjectProperty, &&op_byte_StoreContextObjectProperty, &&op_int_StoreContextObjectProperty, &&op_byte_LoadScopeObjectProperty, &&op_int_LoadScopeObjectProperty, &&op_byte_LoadContextObjectProperty, &&op_int_LoadContextObjectProperty, &&op_byte_LoadIdObject, &&op_int_LoadIdObject, &&op_byte_ConvertThisToObject, &&op_int_ConvertThisToObject, &&op_byte_ToObject, &&op_int_ToObject, &&op_byte_Jump, &&op_int_Jump, &&op_byte_JumpTrue, &&op_int_JumpTrue, &&op_byte_JumpFalse, &&op_int_JumpFalse, &&op_byte_JumpNoException, &&op_int_JumpNoException, &&op_byte_JumpNotUndefined, &&op_int_JumpNotUndefined, &&op_byte_CmpEqNull, &&op_int_CmpEqNull, &&op_byte_CmpNeNull, &&op_int_CmpNeNull, &&op_byte_CmpEqInt, &&op_int_CmpEqInt, &&op_byte_CmpNeInt, &&op_int_CmpNeInt, &&op_byte_CmpEq, &&op_int_CmpEq, &&op_byte_CmpNe, &&op_int_CmpNe, &&op_byte_CmpGt, &&op_int_CmpGt, &&op_byte_CmpGe, &&op_int_CmpGe, &&op_byte_CmpLt, &&op_int_CmpLt, &&op_byte_CmpLe, &&op_int_CmpLe, &&op_byte_CmpStrictEqual, &&op_int_CmpStrictEqual, &&op_byte_CmpStrictNotEqual, &&op_int_CmpStrictNotEqual, &&op_byte_CmpIn, &&op_int_CmpIn, &&op_byte_CmpInstanceOf, &&op_int_CmpInstanceOf, &&op_byte_UNot, &&op_int_UNot, &&op_byte_UPlus, &&op_int_UPlus, &&op_byte_UMinus, &&op_int_UMinus, &&op_byte_UCompl, &&op_int_UCompl, &&op_byte_Increment, &&op_int_Increment, &&op_byte_Decrement, &&op_int_Decrement, &&op_byte_Add, &&op_int_Add, &&op_byte_BitAnd, &&op_int_BitAnd, &&op_byte_BitOr, &&op_int_BitOr, &&op_byte_BitXor, &&op_int_BitXor, &&op_byte_UShr, &&op_int_UShr, &&op_byte_Shr, &&op_int_Shr, &&op_byte_Shl, &&op_int_Shl, &&op_byte_BitAndConst, &&op_int_BitAndConst, &&op_byte_BitOrConst, &&op_int_BitOrConst, &&op_byte_BitXorConst, &&op_int_BitXorConst, &&op_byte_UShrConst, &&op_int_UShrConst, &&op_byte_ShrConst, &&op_int_ShrConst, &&op_byte_ShlConst, &&op_int_ShlConst, &&op_byte_Exp, &&op_int_Exp, &&op_byte_Mul, &&op_int_Mul, &&op_byte_Div, &&op_int_Div, &&op_byte_Mod, &&op_int_Mod, &&op_byte_Sub, &&op_int_Sub, &&op_byte_CallValue, &&op_int_CallValue, &&op_byte_CallProperty, &&op_int_CallProperty, &&op_byte_CallPropertyLookup, &&op_int_CallPropertyLookup, &&op_byte_CallElement, &&op_int_CallElement, &&op_byte_CallName, &&op_int_CallName, &&op_byte_CallPossiblyDirectEval, &&op_int_CallPossiblyDirectEval, &&op_byte_CallGlobalLookup, &&op_int_CallGlobalLookup, &&op_byte_CallScopeObjectProperty, &&op_int_CallScopeObjectProperty, &&op_byte_CallContextObjectProperty, &&op_int_CallContextObjectProperty, &&op_byte_CallWithSpread, &&op_int_CallWithSpread, &&op_byte_Construct, &&op_int_Construct, &&op_byte_ConstructWithSpread, &&op_int_ConstructWithSpread, &&op_byte_SetUnwindHandler, &&op_int_SetUnwindHandler, &&op_byte_UnwindDispatch, &&op_int_UnwindDispatch, &&op_byte_UnwindToLabel, &&op_int_UnwindToLabel, &&op_byte_ThrowException, &&op_int_ThrowException, &&op_byte_GetException, &&op_int_GetException, &&op_byte_SetException, &&op_int_SetException, &&op_byte_CreateCallContext, &&op_int_CreateCallContext, &&op_byte_PushCatchContext, &&op_int_PushCatchContext, &&op_byte_PushWithContext, &&op_int_PushWithContext, &&op_byte_PushBlockContext, &&op_int_PushBlockContext, &&op_byte_CloneBlockContext, &&op_int_CloneBlockContext, &&op_byte_PopContext, &&op_int_PopContext, &&op_byte_GetIterator, &&op_int_GetIterator, &&op_byte_IteratorNext, &&op_int_IteratorNext, &&op_byte_IteratorClose, &&op_int_IteratorClose, &&op_byte_DestructureRestElement, &&op_int_DestructureRestElement, &&op_byte_DeleteProperty, &&op_int_DeleteProperty, &&op_byte_DeleteName, &&op_int_DeleteName, &&op_byte_TypeofName, &&op_int_TypeofName, &&op_byte_TypeofValue, &&op_int_TypeofValue, &&op_byte_DeclareVar, &&op_int_DeclareVar, &&op_byte_DefineArray, &&op_int_DefineArray, &&op_byte_DefineObjectLiteral, &&op_int_DefineObjectLiteral, &&op_byte_CreateMappedArgumentsObject, &&op_int_CreateMappedArgumentsObject, &&op_byte_CreateUnmappedArgumentsObject, &&op_int_CreateUnmappedArgumentsObject, &&op_byte_CreateRestParameter, &&op_int_CreateRestParameter, &&op_byte_LoadQmlContext, &&op_int_LoadQmlContext, &&op_byte_LoadQmlImportedScripts, &&op_int_LoadQmlImportedScripts, &&op_byte_Yield, &&op_int_Yield, &&op_byte_Resume, &&op_int_Resume, &&op_byte_CreateClass, &&op_int_CreateClass, &&op_byte_LoadSuperConstructor, &&op_int_LoadSuperConstructor, &&op_byte_PushScriptContext, &&op_int_PushScriptContext, &&op_byte_PopScriptContext, &&op_int_PopScriptContext, &&op_byte_Debug, &&op_int_Debug, };;-
12-
13 const char *start = code;-
14 const char *end = code + len;-
15 while (code < end
code < endDescription
TRUEevaluated 143188 times by 64 tests
Evaluated by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qjsengine
  • tst_qjsvalue
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlcontext
  • tst_qqmlecmascript
  • tst_qqmlenginedebugservice
  • tst_qqmlinstantiator
  • tst_qqmlitemmodels
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlnotifier
  • tst_qqmlprofilerservice
  • tst_qqmlproperty
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qqmlvaluetypes
  • tst_qqmlxmlhttprequest
  • tst_qquickaccessible
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • ...
FALSEevaluated 13188 times by 64 tests
Evaluated by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qjsengine
  • tst_qjsvalue
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlcontext
  • tst_qqmlecmascript
  • tst_qqmlenginedebugservice
  • tst_qqmlinstantiator
  • tst_qqmlitemmodels
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlnotifier
  • tst_qqmlprofilerservice
  • tst_qqmlproperty
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qqmlvaluetypes
  • tst_qqmlxmlhttprequest
  • tst_qquickaccessible
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • ...
) {
13188-143188
16 goto
executed 143188 times by 64 tests: goto *jumpTable[*reinterpret_cast<const uchar *>(code)];
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qjsengine
  • tst_qjsvalue
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlcontext
  • tst_qqmlecmascript
  • tst_qqmlenginedebugservice
  • tst_qqmlinstantiator
  • tst_qqmlitemmodels
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlnotifier
  • tst_qqmlprofilerservice
  • tst_qqmlproperty
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qqmlvaluetypes
  • tst_qqmlxmlhttprequest
  • tst_qquickaccessible
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • ...
*jumpTable[*reinterpret_cast<const uchar *>(code)];
executed 143188 times by 64 tests: goto *jumpTable[*reinterpret_cast<const uchar *>(code)];
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qjsengine
  • tst_qjsvalue
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlcontext
  • tst_qqmlecmascript
  • tst_qqmlenginedebugservice
  • tst_qqmlinstantiator
  • tst_qqmlitemmodels
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlnotifier
  • tst_qqmlprofilerservice
  • tst_qqmlproperty
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qqmlvaluetypes
  • tst_qqmlxmlhttprequest
  • tst_qquickaccessible
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • ...
op_byte_Nop: ++code; goto
never executed: goto *jumpTable[*reinterpret_cast<const uchar *>(code)];
*jumpTable[*reinterpret_cast<const uchar *>(code)];
never executed: goto *jumpTable[*reinterpret_cast<const uchar *>(code)];
op_int_Nop: ++code; goto
never executed: goto *jumpTable[0x100 | *reinterpret_cast<const uchar *>(code)];
*jumpTable[0x100 | *reinterpret_cast<const uchar *>(code)];
never executed: goto *jumpTable[0x100 | *reinterpret_cast<const uchar *>(code)];
0-143188
17-
18 { const char *base_ptr; op_int_Ret:
code before this statement never executed: op_int_Ret:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_Ret;
op_main_Ret;
never executed: goto op_main_Ret;
op_byte_Ret: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_Ret:
code before this statement executed 13404 times by 64 tests: op_main_Ret:
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qjsengine
  • tst_qjsvalue
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlcontext
  • tst_qqmlecmascript
  • tst_qqmlenginedebugservice
  • tst_qqmlinstantiator
  • tst_qqmlitemmodels
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlnotifier
  • tst_qqmlprofilerservice
  • tst_qqmlproperty
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qqmlvaluetypes
  • tst_qqmlxmlhttprequest
  • tst_qquickaccessible
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • ...
; (void)base_ptr;; startInstruction(Instr::Type::Ret); _offset = code - start; generate_Ret( ); endInstruction(Instr::Type::Ret); continue;
executed 13404 times by 64 tests: continue;
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qjsengine
  • tst_qjsvalue
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlcontext
  • tst_qqmlecmascript
  • tst_qqmlenginedebugservice
  • tst_qqmlinstantiator
  • tst_qqmlitemmodels
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlnotifier
  • tst_qqmlprofilerservice
  • tst_qqmlproperty
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qqmlvaluetypes
  • tst_qqmlxmlhttprequest
  • tst_qquickaccessible
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • ...
} { int index; const char *base_ptr; op_int_LoadConst:
code before this statement never executed: op_int_LoadConst:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); index = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_LoadConst;
op_main_LoadConst;
never executed: goto op_main_LoadConst;
op_byte_LoadConst: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); index = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_LoadConst:
code before this statement executed 126 times by 7 tests: op_main_LoadConst:
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_qqmlecmascript
  • tst_qqmlvaluetypeproviders
  • tst_qquickaccessible
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
; (void)base_ptr;; startInstruction(Instr::Type::LoadConst); _offset = code - start; generate_LoadConst( index ); endInstruction(Instr::Type::LoadConst); continue;
executed 126 times by 7 tests: continue;
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_qqmlecmascript
  • tst_qqmlvaluetypeproviders
  • tst_qquickaccessible
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
} { const char *base_ptr; op_int_LoadZero:
code before this statement never executed: op_int_LoadZero:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_LoadZero;
op_main_LoadZero;
never executed: goto op_main_LoadZero;
op_byte_LoadZero: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_LoadZero:
code before this statement executed 724 times by 24 tests: op_main_LoadZero:
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_qjsengine
  • tst_qqmlecmascript
  • tst_qqmllocale
  • tst_qqmlqt
  • tst_qqmlxmlhttprequest
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • tst_qquickcustomaffector
  • tst_qquickdraghandler
  • tst_qquickflickable
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmultipointtoucharea
  • tst_qquickpathview
  • tst_qquickpositioners
  • tst_qquickrepeater
  • tst_qquicktaphandler
  • tst_qquicktext
  • tst_qquickvisualdatamodel
  • tst_scenegraph
; (void)base_ptr;; startInstruction(Instr::Type::LoadZero); _offset = code - start; generate_LoadZero( ); endInstruction(Instr::Type::LoadZero); continue;
executed 724 times by 24 tests: continue;
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_qjsengine
  • tst_qqmlecmascript
  • tst_qqmllocale
  • tst_qqmlqt
  • tst_qqmlxmlhttprequest
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • tst_qquickcustomaffector
  • tst_qquickdraghandler
  • tst_qquickflickable
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmultipointtoucharea
  • tst_qquickpathview
  • tst_qquickpositioners
  • tst_qquickrepeater
  • tst_qquicktaphandler
  • tst_qquicktext
  • tst_qquickvisualdatamodel
  • tst_scenegraph
} { const char *base_ptr; op_int_LoadTrue:
code before this statement never executed: op_int_LoadTrue:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_LoadTrue;
op_main_LoadTrue;
never executed: goto op_main_LoadTrue;
op_byte_LoadTrue: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_LoadTrue:
code before this statement executed 290 times by 14 tests: op_main_LoadTrue:
Executed by:
  • tst_examples
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickbehaviors
  • tst_qquickcustomaffector
  • tst_qquickdraghandler
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmultipointtoucharea
  • tst_qquickvisualdatamodel
  • tst_signalspy
; (void)base_ptr;; startInstruction(Instr::Type::LoadTrue); _offset = code - start; generate_LoadTrue( ); endInstruction(Instr::Type::LoadTrue); continue;
executed 290 times by 14 tests: continue;
Executed by:
  • tst_examples
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickbehaviors
  • tst_qquickcustomaffector
  • tst_qquickdraghandler
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmultipointtoucharea
  • tst_qquickvisualdatamodel
  • tst_signalspy
} { const char *base_ptr; op_int_LoadFalse:
code before this statement never executed: op_int_LoadFalse:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_LoadFalse;
op_main_LoadFalse;
never executed: goto op_main_LoadFalse;
op_byte_LoadFalse: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_LoadFalse:
code before this statement executed 184 times by 14 tests: op_main_LoadFalse:
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qquickanimationcontroller
  • tst_qquickdraghandler
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmousearea
  • tst_qquickmultipointtoucharea
  • tst_qquickrepeater
  • tst_qquickvisualdatamodel
  • tst_qquickworkerscript
  • tst_signalspy
; (void)base_ptr;; startInstruction(Instr::Type::LoadFalse); _offset = code - start; generate_LoadFalse( ); endInstruction(Instr::Type::LoadFalse); continue;
executed 184 times by 14 tests: continue;
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qquickanimationcontroller
  • tst_qquickdraghandler
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmousearea
  • tst_qquickmultipointtoucharea
  • tst_qquickrepeater
  • tst_qquickvisualdatamodel
  • tst_qquickworkerscript
  • tst_signalspy
} { const char *base_ptr; op_int_LoadNull:
code before this statement never executed: op_int_LoadNull:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_LoadNull;
op_main_LoadNull;
never executed: goto op_main_LoadNull;
op_byte_LoadNull: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_LoadNull:
code before this statement executed 248 times by 7 tests: op_main_LoadNull:
Executed by:
  • tst_examples
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_signalspy
; (void)base_ptr;; startInstruction(Instr::Type::LoadNull); _offset = code - start; generate_LoadNull( ); endInstruction(Instr::Type::LoadNull); continue;
executed 248 times by 7 tests: continue;
Executed by:
  • tst_examples
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_signalspy
} { const char *base_ptr; op_int_LoadUndefined:
code before this statement never executed: op_int_LoadUndefined:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_LoadUndefined;
op_main_LoadUndefined;
never executed: goto op_main_LoadUndefined;
op_byte_LoadUndefined: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_LoadUndefined:
code before this statement executed 1472 times by 37 tests: op_main_LoadUndefined:
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qjsengine
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlprofilerservice
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickbehaviors
  • tst_qquickcustomaffector
  • tst_qquickdraghandler
  • tst_qquickdroparea
  • tst_qquickflickable
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquickitemparticle
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickloader
  • ...
; (void)base_ptr;; startInstruction(Instr::Type::LoadUndefined); _offset = code - start; generate_LoadUndefined( ); endInstruction(Instr::Type::LoadUndefined); continue;
executed 1472 times by 37 tests: continue;
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qjsengine
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlprofilerservice
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickbehaviors
  • tst_qquickcustomaffector
  • tst_qquickdraghandler
  • tst_qquickdroparea
  • tst_qquickflickable
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquickitemparticle
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickloader
  • ...
} { int value; const char *base_ptr; op_int_LoadInt:
code before this statement never executed: op_int_LoadInt:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); value = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
executed 62 times by 4 tests: goto op_main_LoadInt;
Executed by:
  • tst_examples
  • tst_qquicklayouts
  • tst_qquickmousearea
  • tst_qquickpincharea
op_main_LoadInt;
executed 62 times by 4 tests: goto op_main_LoadInt;
Executed by:
  • tst_examples
  • tst_qquicklayouts
  • tst_qquickmousearea
  • tst_qquickpincharea
op_byte_LoadInt: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); value = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_LoadInt:
code before this statement executed 1778 times by 33 tests: op_main_LoadInt:
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qjsengine
  • tst_qqmlbinding
  • tst_qqmlecmascript
  • tst_qqmlenginedebugservice
  • tst_qqmlinstantiator
  • tst_qqmllistmodelworkerscript
  • tst_qqmlprofilerservice
  • tst_qqmlqt
  • tst_qquickaccessible
  • tst_qquickanimatedimage
  • tst_qquickbehaviors
  • tst_qquickcustomaffector
  • tst_qquickdraghandler
  • tst_qquickflickable
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquickitemparticle
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickloader
  • tst_qquickmousearea
  • tst_qquickpathview
  • ...
; (void)base_ptr;; startInstruction(Instr::Type::LoadInt); _offset = code - start; generate_LoadInt( value ); endInstruction(Instr::Type::LoadInt); continue;
executed 1840 times by 34 tests: continue;
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qjsengine
  • tst_qqmlbinding
  • tst_qqmlecmascript
  • tst_qqmlenginedebugservice
  • tst_qqmlinstantiator
  • tst_qqmllistmodelworkerscript
  • tst_qqmlprofilerservice
  • tst_qqmlqt
  • tst_qquickaccessible
  • tst_qquickanimatedimage
  • tst_qquickbehaviors
  • tst_qquickcustomaffector
  • tst_qquickdraghandler
  • tst_qquickflickable
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquickitemparticle
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickloader
  • tst_qquickmousearea
  • tst_qquickpathview
  • ...
} { int stringId; const char *base_ptr; op_int_LoadRuntimeString:
code before this statement never executed: op_int_LoadRuntimeString:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); stringId = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
executed 594 times by 4 tests: goto op_main_LoadRuntimeString;
Executed by:
  • tst_examples
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_testfiltering
op_main_LoadRuntimeString;
executed 594 times by 4 tests: goto op_main_LoadRuntimeString;
Executed by:
  • tst_examples
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_testfiltering
op_byte_LoadRuntimeString: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); stringId = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_LoadRuntimeString:
code before this statement executed 2692 times by 30 tests: op_main_LoadRuntimeString:
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qjsengine
  • tst_qqmlcomponent
  • tst_qqmlecmascript
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmlproperty
  • tst_qqmlqt
  • tst_qqmlxmlhttprequest
  • tst_qquickaccessible
  • tst_qquickanimationcontroller
  • tst_qquickanimations
  • tst_qquickdraghandler
  • tst_qquickfolderlistmodel
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmousearea
  • tst_qquickmultipointtoucharea
  • tst_qquickpathview
  • tst_qquickpositioners
  • tst_qquickrepeater
  • ...
; (void)base_ptr;; startInstruction(Instr::Type::LoadRuntimeString); _offset = code - start; generate_LoadRuntimeString( stringId ); endInstruction(Instr::Type::LoadRuntimeString); continue;
executed 3286 times by 31 tests: continue;
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qjsengine
  • tst_qqmlcomponent
  • tst_qqmlecmascript
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmlproperty
  • tst_qqmlqt
  • tst_qqmlxmlhttprequest
  • tst_qquickaccessible
  • tst_qquickanimationcontroller
  • tst_qquickanimations
  • tst_qquickdraghandler
  • tst_qquickfolderlistmodel
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmousearea
  • tst_qquickmultipointtoucharea
  • tst_qquickpathview
  • tst_qquickpositioners
  • tst_qquickrepeater
  • ...
} { int constIndex; int destTemp; const char *base_ptr; op_int_MoveConst:
code before this statement never executed: op_int_MoveConst:
base_ptr = code; code += static_cast<quintptr>(2*sizeof(int) + 1); constIndex = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 0]));;; destTemp = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 1]));; goto
never executed: goto op_main_MoveConst;
op_main_MoveConst;
never executed: goto op_main_MoveConst;
op_byte_MoveConst: base_ptr = code; code += static_cast<quintptr>(2*sizeof(qint8) + 1); constIndex = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 0]));;; destTemp = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 1]));; op_main_MoveConst:
code before this statement executed 964 times by 18 tests: op_main_MoveConst:
Executed by:
  • tst_examples
  • tst_qqmlbinding
  • tst_qqmlecmascript
  • tst_qqmlitemmodels
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlnotifier
  • tst_qqmlprofilerservice
  • tst_qquickaccessible
  • tst_qquickanimationcontroller
  • tst_qquickdesignersupport
  • tst_qquickdraghandler
  • tst_qquickflickable
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickpositioners
  • tst_qquickrepeater
; (void)base_ptr;; startInstruction(Instr::Type::MoveConst); _offset = code - start; generate_MoveConst( constIndex, destTemp ); endInstruction(Instr::Type::MoveConst); continue;
executed 964 times by 18 tests: continue;
Executed by:
  • tst_examples
  • tst_qqmlbinding
  • tst_qqmlecmascript
  • tst_qqmlitemmodels
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlnotifier
  • tst_qqmlprofilerservice
  • tst_qquickaccessible
  • tst_qquickanimationcontroller
  • tst_qquickdesignersupport
  • tst_qquickdraghandler
  • tst_qquickflickable
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickpositioners
  • tst_qquickrepeater
} { int reg; const char *base_ptr; op_int_LoadReg:
code before this statement never executed: op_int_LoadReg:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); reg = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_LoadReg;
op_main_LoadReg;
never executed: goto op_main_LoadReg;
op_byte_LoadReg: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); reg = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_LoadReg:
code before this statement executed 2654 times by 31 tests: op_main_LoadReg:
Executed by:
  • tst_examples
  • tst_qjsengine
  • tst_qjsvalue
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlnotifier
  • tst_qqmlprofilerservice
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickanimations
  • tst_qquickapplication
  • tst_qquickcustomaffector
  • tst_qquickdroparea
  • tst_qquickflickable
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmousearea
  • tst_qquickmultipointtoucharea
  • tst_qquickpathview
  • tst_qquickpincharea
  • ...
; (void)base_ptr;; startInstruction(Instr::Type::LoadReg); _offset = code - start; generate_LoadReg( reg ); endInstruction(Instr::Type::LoadReg); continue;
executed 2654 times by 31 tests: continue;
Executed by:
  • tst_examples
  • tst_qjsengine
  • tst_qjsvalue
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlnotifier
  • tst_qqmlprofilerservice
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickanimations
  • tst_qquickapplication
  • tst_qquickcustomaffector
  • tst_qquickdroparea
  • tst_qquickflickable
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmousearea
  • tst_qquickmultipointtoucharea
  • tst_qquickpathview
  • tst_qquickpincharea
  • ...
} { int reg; const char *base_ptr; op_int_StoreReg:
code before this statement never executed: op_int_StoreReg:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); reg = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_StoreReg;
op_main_StoreReg;
never executed: goto op_main_StoreReg;
op_byte_StoreReg: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); reg = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_StoreReg:
code before this statement executed 28608 times by 63 tests: op_main_StoreReg:
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qjsengine
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlcontext
  • tst_qqmlecmascript
  • tst_qqmlenginedebugservice
  • tst_qqmlinstantiator
  • tst_qqmlitemmodels
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlnotifier
  • tst_qqmlprofilerservice
  • tst_qqmlproperty
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qqmlvaluetypes
  • tst_qqmlxmlhttprequest
  • tst_qquickaccessible
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • tst_qquickanimations
  • ...
; (void)base_ptr;; startInstruction(Instr::Type::StoreReg); _offset = code - start; generate_StoreReg( reg ); endInstruction(Instr::Type::StoreReg); continue;
executed 28608 times by 63 tests: continue;
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qjsengine
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlcontext
  • tst_qqmlecmascript
  • tst_qqmlenginedebugservice
  • tst_qqmlinstantiator
  • tst_qqmlitemmodels
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlnotifier
  • tst_qqmlprofilerservice
  • tst_qqmlproperty
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qqmlvaluetypes
  • tst_qqmlxmlhttprequest
  • tst_qquickaccessible
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • tst_qquickanimations
  • ...
} { int srcReg; int destReg; const char *base_ptr; op_int_MoveReg:
code before this statement never executed: op_int_MoveReg:
base_ptr = code; code += static_cast<quintptr>(2*sizeof(int) + 1); srcReg = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 0]));;; destReg = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 1]));; goto
never executed: goto op_main_MoveReg;
op_main_MoveReg;
never executed: goto op_main_MoveReg;
op_byte_MoveReg: base_ptr = code; code += static_cast<quintptr>(2*sizeof(qint8) + 1); srcReg = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 0]));;; destReg = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 1]));; op_main_MoveReg:
code before this statement executed 3186 times by 19 tests: op_main_MoveReg:
Executed by:
  • tst_examples
  • tst_qqmlecmascript
  • tst_qqmlitemmodels
  • tst_qqmllocale
  • tst_qqmlprofilerservice
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickanimations
  • tst_qquickapplication
  • tst_qquickcustomaffector
  • tst_qquickdraghandler
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickpositioners
  • tst_qquickrepeater
  • tst_qquickvisualdatamodel
  • tst_signalspy
; (void)base_ptr;; startInstruction(Instr::Type::MoveReg); _offset = code - start; generate_MoveReg( srcReg, destReg ); endInstruction(Instr::Type::MoveReg); continue;
executed 3186 times by 19 tests: continue;
Executed by:
  • tst_examples
  • tst_qqmlecmascript
  • tst_qqmlitemmodels
  • tst_qqmllocale
  • tst_qqmlprofilerservice
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickanimations
  • tst_qquickapplication
  • tst_qquickcustomaffector
  • tst_qquickdraghandler
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickpositioners
  • tst_qquickrepeater
  • tst_qquickvisualdatamodel
  • tst_signalspy
} { int index; const char *base_ptr; op_int_LoadLocal:
code before this statement never executed: op_int_LoadLocal:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); index = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_LoadLocal;
op_main_LoadLocal;
never executed: goto op_main_LoadLocal;
op_byte_LoadLocal: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); index = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_LoadLocal:
code before this statement executed 382 times by 8 tests: op_main_LoadLocal:
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmlqt
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_qquickworkerscript
  • tst_testfiltering
; (void)base_ptr;; startInstruction(Instr::Type::LoadLocal); _offset = code - start; generate_LoadLocal( index ); endInstruction(Instr::Type::LoadLocal); continue;
executed 382 times by 8 tests: continue;
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmlqt
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_qquickworkerscript
  • tst_testfiltering
} { int index; const char *base_ptr; op_int_StoreLocal:
code before this statement never executed: op_int_StoreLocal:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); index = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_StoreLocal;
op_main_StoreLocal;
never executed: goto op_main_StoreLocal;
op_byte_StoreLocal: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); index = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_StoreLocal:
code before this statement executed 46 times by 4 tests: op_main_StoreLocal:
Executed by:
  • tst_qqmllistmodelworkerscript
  • tst_qqmlqt
  • tst_qqmlxmlhttprequest
  • tst_qquicklayouts
; (void)base_ptr;; startInstruction(Instr::Type::StoreLocal); _offset = code - start; generate_StoreLocal( index ); endInstruction(Instr::Type::StoreLocal); continue;
executed 46 times by 4 tests: continue;
Executed by:
  • tst_qqmllistmodelworkerscript
  • tst_qqmlqt
  • tst_qqmlxmlhttprequest
  • tst_qquicklayouts
} { int scope; int index; const char *base_ptr; op_int_LoadScopedLocal:
code before this statement never executed: op_int_LoadScopedLocal:
base_ptr = code; code += static_cast<quintptr>(2*sizeof(int) + 1); scope = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 0]));;; index = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 1]));; goto
never executed: goto op_main_LoadScopedLocal;
op_main_LoadScopedLocal;
never executed: goto op_main_LoadScopedLocal;
op_byte_LoadScopedLocal: base_ptr = code; code += static_cast<quintptr>(2*sizeof(qint8) + 1); scope = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 0]));;; index = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 1]));; op_main_LoadScopedLocal:
code before this statement executed 24 times by 3 tests: op_main_LoadScopedLocal:
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qquickworkerscript
; (void)base_ptr;; startInstruction(Instr::Type::LoadScopedLocal); _offset = code - start; generate_LoadScopedLocal( scope, index ); endInstruction(Instr::Type::LoadScopedLocal); continue;
executed 24 times by 3 tests: continue;
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qquickworkerscript
} { int scope; int index; const char *base_ptr; op_int_StoreScopedLocal:
code before this statement never executed: op_int_StoreScopedLocal:
base_ptr = code; code += static_cast<quintptr>(2*sizeof(int) + 1); scope = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 0]));;; index = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 1]));; goto
never executed: goto op_main_StoreScopedLocal;
op_main_StoreScopedLocal;
never executed: goto op_main_StoreScopedLocal;
op_byte_StoreScopedLocal: base_ptr = code; code += static_cast<quintptr>(2*sizeof(qint8) + 1); scope = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 0]));;; index = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 1]));; op_main_StoreScopedLocal:
code before this statement never executed: op_main_StoreScopedLocal:
; (void)base_ptr;; startInstruction(Instr::Type::StoreScopedLocal); _offset = code - start; generate_StoreScopedLocal( scope, index ); endInstruction(Instr::Type::StoreScopedLocal); continue;
never executed: continue;
} { int regExpId; int destReg; const char *base_ptr; op_int_MoveRegExp:
code before this statement never executed: op_int_MoveRegExp:
base_ptr = code; code += static_cast<quintptr>(2*sizeof(int) + 1); regExpId = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 0]));;; destReg = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 1]));; goto
never executed: goto op_main_MoveRegExp;
op_main_MoveRegExp;
never executed: goto op_main_MoveRegExp;
op_byte_MoveRegExp: base_ptr = code; code += static_cast<quintptr>(2*sizeof(qint8) + 1); regExpId = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 0]));;; destReg = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 1]));; op_main_MoveRegExp:
code before this statement never executed: op_main_MoveRegExp:
; (void)base_ptr;; startInstruction(Instr::Type::MoveRegExp); _offset = code - start; generate_MoveRegExp( regExpId, destReg ); endInstruction(Instr::Type::MoveRegExp); continue;
never executed: continue;
} { int value; const char *base_ptr; op_int_LoadClosure:
code before this statement never executed: op_int_LoadClosure:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); value = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_LoadClosure;
op_main_LoadClosure;
never executed: goto op_main_LoadClosure;
op_byte_LoadClosure: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); value = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_LoadClosure:
code before this statement executed 26 times by 6 tests: op_main_LoadClosure:
Executed by:
  • tst_examples
  • tst_qqmlecmascript
  • tst_qqmlnotifier
  • tst_qqmlxmlhttprequest
  • tst_qquickworkerscript
  • tst_qv4assembler
; (void)base_ptr;; startInstruction(Instr::Type::LoadClosure); _offset = code - start; generate_LoadClosure( value ); endInstruction(Instr::Type::LoadClosure); continue;
executed 26 times by 6 tests: continue;
Executed by:
  • tst_examples
  • tst_qqmlecmascript
  • tst_qqmlnotifier
  • tst_qqmlxmlhttprequest
  • tst_qquickworkerscript
  • tst_qv4assembler
} { int name; const char *base_ptr; op_int_LoadName:
code before this statement never executed: op_int_LoadName:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); name = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
executed 186 times by 3 tests: goto op_main_LoadName;
Executed by:
  • tst_examples
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
op_main_LoadName;
executed 186 times by 3 tests: goto op_main_LoadName;
Executed by:
  • tst_examples
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
op_byte_LoadName: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); name = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_LoadName:
code before this statement executed 14454 times by 47 tests: op_main_LoadName:
Executed by:
  • tst_examples
  • tst_multipointtoucharea_interop
  • tst_qjsengine
  • tst_qqmlcomponent
  • tst_qqmlcontext
  • tst_qqmlecmascript
  • tst_qqmlenginedebugservice
  • tst_qqmlinstantiator
  • tst_qqmlitemmodels
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlnotifier
  • tst_qqmlprofilerservice
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qqmlvaluetypes
  • tst_qqmlxmlhttprequest
  • tst_qquickaccessible
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • tst_qquickanimations
  • tst_qquickapplication
  • tst_qquickborderimage
  • tst_qquickdesignersupport
  • ...
; (void)base_ptr;; startInstruction(Instr::Type::LoadName); _offset = code - start; generate_LoadName( name ); endInstruction(Instr::Type::LoadName); continue;
executed 14640 times by 47 tests: continue;
Executed by:
  • tst_examples
  • tst_multipointtoucharea_interop
  • tst_qjsengine
  • tst_qqmlcomponent
  • tst_qqmlcontext
  • tst_qqmlecmascript
  • tst_qqmlenginedebugservice
  • tst_qqmlinstantiator
  • tst_qqmlitemmodels
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlnotifier
  • tst_qqmlprofilerservice
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qqmlvaluetypes
  • tst_qqmlxmlhttprequest
  • tst_qquickaccessible
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • tst_qquickanimations
  • tst_qquickapplication
  • tst_qquickborderimage
  • tst_qquickdesignersupport
  • ...
} { int index; const char *base_ptr; op_int_LoadGlobalLookup:
code before this statement never executed: op_int_LoadGlobalLookup:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); index = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_LoadGlobalLookup;
op_main_LoadGlobalLookup;
never executed: goto op_main_LoadGlobalLookup;
op_byte_LoadGlobalLookup: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); index = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_LoadGlobalLookup:
code before this statement executed 8 times by 3 tests: op_main_LoadGlobalLookup:
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qquickworkerscript
; (void)base_ptr;; startInstruction(Instr::Type::LoadGlobalLookup); _offset = code - start; generate_LoadGlobalLookup( index ); endInstruction(Instr::Type::LoadGlobalLookup); continue;
executed 8 times by 3 tests: continue;
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qquickworkerscript
} { int name; const char *base_ptr; op_int_StoreNameSloppy:
code before this statement never executed: op_int_StoreNameSloppy:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); name = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_StoreNameSloppy;
op_main_StoreNameSloppy;
never executed: goto op_main_StoreNameSloppy;
op_byte_StoreNameSloppy: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); name = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_StoreNameSloppy:
code before this statement executed 44 times by 7 tests: op_main_StoreNameSloppy:
Executed by:
  • tst_examples
  • tst_qqmlecmascript
  • tst_qquickapplication
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklistview
  • tst_qquickmultipointtoucharea
; (void)base_ptr;; startInstruction(Instr::Type::StoreNameSloppy); _offset = code - start; generate_StoreNameSloppy( name ); endInstruction(Instr::Type::StoreNameSloppy); continue;
executed 44 times by 7 tests: continue;
Executed by:
  • tst_examples
  • tst_qqmlecmascript
  • tst_qquickapplication
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklistview
  • tst_qquickmultipointtoucharea
} { int name; const char *base_ptr; op_int_StoreNameStrict:
code before this statement never executed: op_int_StoreNameStrict:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); name = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_StoreNameStrict;
op_main_StoreNameStrict;
never executed: goto op_main_StoreNameStrict;
op_byte_StoreNameStrict: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); name = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_StoreNameStrict:
code before this statement executed 2 times by 1 test: op_main_StoreNameStrict:
Executed by:
  • tst_qv4assembler
; (void)base_ptr;; startInstruction(Instr::Type::StoreNameStrict); _offset = code - start; generate_StoreNameStrict( name ); endInstruction(Instr::Type::StoreNameStrict); continue;
executed 2 times by 1 test: continue;
Executed by:
  • tst_qv4assembler
} { int base; const char *base_ptr; op_int_LoadElement:
code before this statement never executed: op_int_LoadElement:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); base = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_LoadElement;
op_main_LoadElement;
never executed: goto op_main_LoadElement;
op_byte_LoadElement: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); base = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_LoadElement:
code before this statement executed 458 times by 15 tests: op_main_LoadElement:
Executed by:
  • tst_examples
  • tst_multipointtoucharea_interop
  • tst_qqmlecmascript
  • tst_qqmlprofilerservice
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickcustomaffector
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickpositioners
  • tst_qquickrepeater
  • tst_qquickvisualdatamodel
  • tst_signalspy
; (void)base_ptr;; startInstruction(Instr::Type::LoadElement); _offset = code - start; generate_LoadElement( base ); endInstruction(Instr::Type::LoadElement); continue;
executed 458 times by 15 tests: continue;
Executed by:
  • tst_examples
  • tst_multipointtoucharea_interop
  • tst_qqmlecmascript
  • tst_qqmlprofilerservice
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickcustomaffector
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickpositioners
  • tst_qquickrepeater
  • tst_qquickvisualdatamodel
  • tst_signalspy
} { int base; int index; const char *base_ptr; op_int_StoreElement:
code before this statement never executed: op_int_StoreElement:
base_ptr = code; code += static_cast<quintptr>(2*sizeof(int) + 1); base = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 0]));;; index = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 1]));; goto
never executed: goto op_main_StoreElement;
op_main_StoreElement;
never executed: goto op_main_StoreElement;
op_byte_StoreElement: base_ptr = code; code += static_cast<quintptr>(2*sizeof(qint8) + 1); base = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 0]));;; index = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 1]));; op_main_StoreElement:
code before this statement executed 368 times by 3 tests: op_main_StoreElement:
Executed by:
  • tst_qquickgridview
  • tst_qquicklistview
  • tst_qquickpositioners
; (void)base_ptr;; startInstruction(Instr::Type::StoreElement); _offset = code - start; generate_StoreElement( base, index ); endInstruction(Instr::Type::StoreElement); continue;
executed 368 times by 3 tests: continue;
Executed by:
  • tst_qquickgridview
  • tst_qquicklistview
  • tst_qquickpositioners
} { int name; const char *base_ptr; op_int_LoadProperty:
code before this statement never executed: op_int_LoadProperty:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); name = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
executed 456 times by 4 tests: goto op_main_LoadProperty;
Executed by:
  • tst_examples
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_testfiltering
op_main_LoadProperty;
executed 456 times by 4 tests: goto op_main_LoadProperty;
Executed by:
  • tst_examples
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_testfiltering
op_byte_LoadProperty: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); name = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_LoadProperty:
code before this statement executed 14566 times by 46 tests: op_main_LoadProperty:
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qqmlbinding
  • tst_qqmlecmascript
  • tst_qqmlinstantiator
  • tst_qqmlitemmodels
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlnotifier
  • tst_qqmlprofilerservice
  • tst_qqmlqt
  • tst_qqmlvaluetypes
  • tst_qqmlxmlhttprequest
  • tst_qquickaccessible
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • tst_qquickanimations
  • tst_qquickapplication
  • tst_qquickcustomaffector
  • tst_qquickdesignersupport
  • tst_qquickdrag
  • tst_qquickdraghandler
  • tst_qquickdroparea
  • tst_qquickflickable
  • ...
; (void)base_ptr;; startInstruction(Instr::Type::LoadProperty); _offset = code - start; generate_LoadProperty( name ); endInstruction(Instr::Type::LoadProperty); continue;
executed 15022 times by 47 tests: continue;
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qqmlbinding
  • tst_qqmlecmascript
  • tst_qqmlinstantiator
  • tst_qqmlitemmodels
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlnotifier
  • tst_qqmlprofilerservice
  • tst_qqmlqt
  • tst_qqmlvaluetypes
  • tst_qqmlxmlhttprequest
  • tst_qquickaccessible
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • tst_qquickanimations
  • tst_qquickapplication
  • tst_qquickcustomaffector
  • tst_qquickdesignersupport
  • tst_qquickdrag
  • tst_qquickdraghandler
  • tst_qquickdroparea
  • tst_qquickflickable
  • ...
} { int index; const char *base_ptr; op_int_GetLookup:
code before this statement never executed: op_int_GetLookup:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); index = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_GetLookup;
op_main_GetLookup;
never executed: goto op_main_GetLookup;
op_byte_GetLookup: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); index = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_GetLookup:
code before this statement executed 32 times by 3 tests: op_main_GetLookup:
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qquickworkerscript
; (void)base_ptr;; startInstruction(Instr::Type::GetLookup); _offset = code - start; generate_GetLookup( index ); endInstruction(Instr::Type::GetLookup); continue;
executed 32 times by 3 tests: continue;
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qquickworkerscript
} { int name; int base; const char *base_ptr; op_int_StoreProperty:
code before this statement never executed: op_int_StoreProperty:
base_ptr = code; code += static_cast<quintptr>(2*sizeof(int) + 1); name = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 0]));;; base = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 1]));; goto
never executed: goto op_main_StoreProperty;
op_main_StoreProperty;
never executed: goto op_main_StoreProperty;
op_byte_StoreProperty: base_ptr = code; code += static_cast<quintptr>(2*sizeof(qint8) + 1); name = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 0]));;; base = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 1]));; op_main_StoreProperty:
code before this statement executed 904 times by 24 tests: op_main_StoreProperty:
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickanimations
  • tst_qquickcustomaffector
  • tst_qquickdraghandler
  • tst_qquickdroparea
  • tst_qquickgridview
  • tst_qquickitemparticle
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmousearea
  • tst_qquickpathview
  • tst_qquickpincharea
  • tst_qquickpositioners
  • tst_qquickrepeater
  • tst_qquicksmoothedanimation
  • tst_qquicktext
  • tst_qquickvisualdatamodel
  • tst_qquickworkerscript
  • tst_signalspy
; (void)base_ptr;; startInstruction(Instr::Type::StoreProperty); _offset = code - start; generate_StoreProperty( name, base ); endInstruction(Instr::Type::StoreProperty); continue;
executed 904 times by 24 tests: continue;
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickanimations
  • tst_qquickcustomaffector
  • tst_qquickdraghandler
  • tst_qquickdroparea
  • tst_qquickgridview
  • tst_qquickitemparticle
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmousearea
  • tst_qquickpathview
  • tst_qquickpincharea
  • tst_qquickpositioners
  • tst_qquickrepeater
  • tst_qquicksmoothedanimation
  • tst_qquicktext
  • tst_qquickvisualdatamodel
  • tst_qquickworkerscript
  • tst_signalspy
} { int index; int base; const char *base_ptr; op_int_SetLookup:
code before this statement never executed: op_int_SetLookup:
base_ptr = code; code += static_cast<quintptr>(2*sizeof(int) + 1); index = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 0]));;; base = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 1]));; goto
never executed: goto op_main_SetLookup;
op_main_SetLookup;
never executed: goto op_main_SetLookup;
op_byte_SetLookup: base_ptr = code; code += static_cast<quintptr>(2*sizeof(qint8) + 1); index = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 0]));;; base = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 1]));; op_main_SetLookup:
code before this statement never executed: op_main_SetLookup:
; (void)base_ptr;; startInstruction(Instr::Type::SetLookup); _offset = code - start; generate_SetLookup( index, base ); endInstruction(Instr::Type::SetLookup); continue;
never executed: continue;
} { int property; const char *base_ptr; op_int_LoadSuperProperty:
code before this statement never executed: op_int_LoadSuperProperty:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); property = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_LoadSuperProperty;
op_main_LoadSuperProperty;
never executed: goto op_main_LoadSuperProperty;
op_byte_LoadSuperProperty: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); property = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_LoadSuperProperty:
code before this statement never executed: op_main_LoadSuperProperty:
; (void)base_ptr;; startInstruction(Instr::Type::LoadSuperProperty); _offset = code - start; generate_LoadSuperProperty( property ); endInstruction(Instr::Type::LoadSuperProperty); continue;
never executed: continue;
} { int property; const char *base_ptr; op_int_StoreSuperProperty:
code before this statement never executed: op_int_StoreSuperProperty:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); property = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_StoreSuperProperty;
op_main_StoreSuperProperty;
never executed: goto op_main_StoreSuperProperty;
op_byte_StoreSuperProperty: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); property = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_StoreSuperProperty:
code before this statement never executed: op_main_StoreSuperProperty:
; (void)base_ptr;; startInstruction(Instr::Type::StoreSuperProperty); _offset = code - start; generate_StoreSuperProperty( property ); endInstruction(Instr::Type::StoreSuperProperty); continue;
never executed: continue;
} { int base; int propertyIndex; const char *base_ptr; op_int_StoreScopeObjectProperty:
code before this statement never executed: op_int_StoreScopeObjectProperty:
base_ptr = code; code += static_cast<quintptr>(2*sizeof(int) + 1); base = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 0]));;; propertyIndex = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 1]));; goto
never executed: goto op_main_StoreScopeObjectProperty;
op_main_StoreScopeObjectProperty;
never executed: goto op_main_StoreScopeObjectProperty;
op_byte_StoreScopeObjectProperty: base_ptr = code; code += static_cast<quintptr>(2*sizeof(qint8) + 1); base = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 0]));;; propertyIndex = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 1]));; op_main_StoreScopeObjectProperty:
code before this statement executed 384 times by 21 tests: op_main_StoreScopeObjectProperty:
Executed by:
  • tst_examples
  • tst_multipointtoucharea_interop
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlecmascript
  • tst_qqmllocale
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickbehaviors
  • tst_qquickdroparea
  • tst_qquickflickable
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickloader
  • tst_qquickmultipointtoucharea
  • tst_qquickrepeater
  • tst_qquicksmoothedanimation
  • tst_signalspy
  • tst_testfiltering
; (void)base_ptr;; startInstruction(Instr::Type::StoreScopeObjectProperty); _offset = code - start; generate_StoreScopeObjectProperty( base, propertyIndex ); endInstruction(Instr::Type::StoreScopeObjectProperty); continue;
executed 384 times by 21 tests: continue;
Executed by:
  • tst_examples
  • tst_multipointtoucharea_interop
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlecmascript
  • tst_qqmllocale
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickbehaviors
  • tst_qquickdroparea
  • tst_qquickflickable
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickloader
  • tst_qquickmultipointtoucharea
  • tst_qquickrepeater
  • tst_qquicksmoothedanimation
  • tst_signalspy
  • tst_testfiltering
} { int base; int propertyIndex; const char *base_ptr; op_int_StoreContextObjectProperty:
code before this statement never executed: op_int_StoreContextObjectProperty:
base_ptr = code; code += static_cast<quintptr>(2*sizeof(int) + 1); base = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 0]));;; propertyIndex = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 1]));; goto
never executed: goto op_main_StoreContextObjectProperty;
op_main_StoreContextObjectProperty;
never executed: goto op_main_StoreContextObjectProperty;
op_byte_StoreContextObjectProperty: base_ptr = code; code += static_cast<quintptr>(2*sizeof(qint8) + 1); base = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 0]));;; propertyIndex = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 1]));; op_main_StoreContextObjectProperty:
code before this statement never executed: op_main_StoreContextObjectProperty:
; (void)base_ptr;; startInstruction(Instr::Type::StoreContextObjectProperty); _offset = code - start; generate_StoreContextObjectProperty( base, propertyIndex ); endInstruction(Instr::Type::StoreContextObjectProperty); continue;
never executed: continue;
} { int propertyIndex; int base; int captureRequired; const char *base_ptr; op_int_LoadScopeObjectProperty:
code before this statement never executed: op_int_LoadScopeObjectProperty:
base_ptr = code; code += static_cast<quintptr>(3*sizeof(int) + 1); propertyIndex = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 0]));;; base = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 1]));;; captureRequired = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 2]));; goto
never executed: goto op_main_LoadScopeObjectProperty;
op_main_LoadScopeObjectProperty;
never executed: goto op_main_LoadScopeObjectProperty;
op_byte_LoadScopeObjectProperty: base_ptr = code; code += static_cast<quintptr>(3*sizeof(qint8) + 1); propertyIndex = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 0]));;; base = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 1]));;; captureRequired = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 2]));; op_main_LoadScopeObjectProperty:
code before this statement executed 4474 times by 43 tests: op_main_LoadScopeObjectProperty:
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qqmlbinding
  • tst_qqmlecmascript
  • tst_qqmlinstantiator
  • tst_qqmlitemmodels
  • tst_qqmllocale
  • tst_qqmlproperty
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qqmlvaluetypes
  • tst_qqmlxmlhttprequest
  • tst_qquickaccessible
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • tst_qquickanimations
  • tst_qquickbehaviors
  • tst_qquickdesignersupport
  • tst_qquickdraghandler
  • tst_qquickdroparea
  • tst_qquickflickable
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklayouts
  • ...
; (void)base_ptr;; startInstruction(Instr::Type::LoadScopeObjectProperty); _offset = code - start; generate_LoadScopeObjectProperty( propertyIndex, base, captureRequired ); endInstruction(Instr::Type::LoadScopeObjectProperty); continue;
executed 4474 times by 43 tests: continue;
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qqmlbinding
  • tst_qqmlecmascript
  • tst_qqmlinstantiator
  • tst_qqmlitemmodels
  • tst_qqmllocale
  • tst_qqmlproperty
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qqmlvaluetypes
  • tst_qqmlxmlhttprequest
  • tst_qquickaccessible
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • tst_qquickanimations
  • tst_qquickbehaviors
  • tst_qquickdesignersupport
  • tst_qquickdraghandler
  • tst_qquickdroparea
  • tst_qquickflickable
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklayouts
  • ...
} { int propertyIndex; int base; int captureRequired; const char *base_ptr; op_int_LoadContextObjectProperty:
code before this statement never executed: op_int_LoadContextObjectProperty:
base_ptr = code; code += static_cast<quintptr>(3*sizeof(int) + 1); propertyIndex = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 0]));;; base = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 1]));;; captureRequired = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 2]));; goto
never executed: goto op_main_LoadContextObjectProperty;
op_main_LoadContextObjectProperty;
never executed: goto op_main_LoadContextObjectProperty;
op_byte_LoadContextObjectProperty: base_ptr = code; code += static_cast<quintptr>(3*sizeof(qint8) + 1); propertyIndex = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 0]));;; base = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 1]));;; captureRequired = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 2]));; op_main_LoadContextObjectProperty:
code before this statement never executed: op_main_LoadContextObjectProperty:
; (void)base_ptr;; startInstruction(Instr::Type::LoadContextObjectProperty); _offset = code - start; generate_LoadContextObjectProperty( propertyIndex, base, captureRequired ); endInstruction(Instr::Type::LoadContextObjectProperty); continue;
never executed: continue;
} { int index; int base; const char *base_ptr; op_int_LoadIdObject:
code before this statement never executed: op_int_LoadIdObject:
base_ptr = code; code += static_cast<quintptr>(2*sizeof(int) + 1); index = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 0]));;; base = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 1]));; goto
never executed: goto op_main_LoadIdObject;
op_main_LoadIdObject;
never executed: goto op_main_LoadIdObject;
op_byte_LoadIdObject: base_ptr = code; code += static_cast<quintptr>(2*sizeof(qint8) + 1); index = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 0]));;; base = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 1]));; op_main_LoadIdObject:
code before this statement executed 4110 times by 32 tests: op_main_LoadIdObject:
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qqmlbinding
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmlnotifier
  • tst_qqmlqt
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickanimations
  • tst_qquickcustomaffector
  • tst_qquickdraghandler
  • tst_qquickfontloader
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquickitemparticle
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmousearea
  • tst_qquickmultipointtoucharea
  • tst_qquickpathview
  • tst_qquickpincharea
  • tst_qquickrepeater
  • tst_qquickshadereffect
  • ...
; (void)base_ptr;; startInstruction(Instr::Type::LoadIdObject); _offset = code - start; generate_LoadIdObject( index, base ); endInstruction(Instr::Type::LoadIdObject); continue;
executed 4110 times by 32 tests: continue;
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qqmlbinding
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmlnotifier
  • tst_qqmlqt
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickanimations
  • tst_qquickcustomaffector
  • tst_qquickdraghandler
  • tst_qquickfontloader
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquickitemparticle
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmousearea
  • tst_qquickmultipointtoucharea
  • tst_qquickpathview
  • tst_qquickpincharea
  • tst_qquickrepeater
  • tst_qquickshadereffect
  • ...
} { const char *base_ptr; op_int_ConvertThisToObject:
code before this statement never executed: op_int_ConvertThisToObject:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_ConvertThisToObject;
op_main_ConvertThisToObject;
never executed: goto op_main_ConvertThisToObject;
op_byte_ConvertThisToObject: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_ConvertThisToObject:
code before this statement executed 8 times by 1 test: op_main_ConvertThisToObject:
Executed by:
  • tst_qjsengine
; (void)base_ptr;; startInstruction(Instr::Type::ConvertThisToObject); _offset = code - start; generate_ConvertThisToObject( ); endInstruction(Instr::Type::ConvertThisToObject); continue;
executed 8 times by 1 test: continue;
Executed by:
  • tst_qjsengine
} { const char *base_ptr; op_int_ToObject:
code before this statement never executed: op_int_ToObject:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_ToObject;
op_main_ToObject;
never executed: goto op_main_ToObject;
op_byte_ToObject: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_ToObject:
code before this statement never executed: op_main_ToObject:
; (void)base_ptr;; startInstruction(Instr::Type::ToObject); _offset = code - start; generate_ToObject( ); endInstruction(Instr::Type::ToObject); continue;
never executed: continue;
} { int offset; const char *base_ptr; op_int_Jump:
code before this statement never executed: op_int_Jump:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); offset = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
executed 164 times by 7 tests: goto op_main_Jump;
Executed by:
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickcustomaffector
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickvisualdatamodel
op_main_Jump;
executed 164 times by 7 tests: goto op_main_Jump;
Executed by:
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickcustomaffector
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickvisualdatamodel
op_byte_Jump: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); offset = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_Jump:
code before this statement executed 1908 times by 30 tests: op_main_Jump:
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qjsengine
  • tst_qqmlecmascript
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmlprofilerservice
  • tst_qqmlxmlhttprequest
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • tst_qquickdraghandler
  • tst_qquickdroparea
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmousearea
  • tst_qquickmultipointtoucharea
  • tst_qquickpathview
  • tst_qquickpositioners
  • tst_qquickrepeater
  • tst_qquicktaphandler
  • tst_qquicktext
  • ...
; (void)base_ptr;; startInstruction(Instr::Type::Jump); _offset = code - start; generate_Jump( offset ); endInstruction(Instr::Type::Jump); continue;
executed 2072 times by 31 tests: continue;
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qjsengine
  • tst_qqmlecmascript
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmlprofilerservice
  • tst_qqmlxmlhttprequest
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • tst_qquickcustomaffector
  • tst_qquickdraghandler
  • tst_qquickdroparea
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmousearea
  • tst_qquickmultipointtoucharea
  • tst_qquickpathview
  • tst_qquickpositioners
  • tst_qquickrepeater
  • tst_qquicktaphandler
  • ...
} { int offset; const char *base_ptr; op_int_JumpTrue:
code before this statement never executed: op_int_JumpTrue:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); offset = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_JumpTrue;
op_main_JumpTrue;
never executed: goto op_main_JumpTrue;
op_byte_JumpTrue: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); offset = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_JumpTrue:
code before this statement executed 248 times by 9 tests: op_main_JumpTrue:
Executed by:
  • tst_examples
  • tst_qjsengine
  • tst_qqmlecmascript
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickdraghandler
  • tst_qquicklayouts
  • tst_qquicktext
  • tst_qquickvisualdatamodel
; (void)base_ptr;; startInstruction(Instr::Type::JumpTrue); _offset = code - start; generate_JumpTrue( offset ); endInstruction(Instr::Type::JumpTrue); continue;
executed 248 times by 9 tests: continue;
Executed by:
  • tst_examples
  • tst_qjsengine
  • tst_qqmlecmascript
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickdraghandler
  • tst_qquicklayouts
  • tst_qquicktext
  • tst_qquickvisualdatamodel
} { int offset; const char *base_ptr; op_int_JumpFalse:
code before this statement never executed: op_int_JumpFalse:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); offset = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
executed 32 times by 6 tests: goto op_main_JumpFalse;
Executed by:
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickcustomaffector
  • tst_qquicklayouts
  • tst_qquickvisualdatamodel
  • tst_signalspy
op_main_JumpFalse;
executed 32 times by 6 tests: goto op_main_JumpFalse;
Executed by:
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickcustomaffector
  • tst_qquicklayouts
  • tst_qquickvisualdatamodel
  • tst_signalspy
op_byte_JumpFalse: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); offset = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_JumpFalse:
code before this statement executed 3394 times by 36 tests: op_main_JumpFalse:
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qqmlbinding
  • tst_qqmlecmascript
  • tst_qqmlinstantiator
  • tst_qqmlitemmodels
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlprofilerservice
  • tst_qqmlqt
  • tst_qqmlxmlhttprequest
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • tst_qquickbehaviors
  • tst_qquickdraghandler
  • tst_qquickdroparea
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmousearea
  • tst_qquickmultipointtoucharea
  • tst_qquickpathview
  • ...
; (void)base_ptr;; startInstruction(Instr::Type::JumpFalse); _offset = code - start; generate_JumpFalse( offset ); endInstruction(Instr::Type::JumpFalse); continue;
executed 3426 times by 37 tests: continue;
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qqmlbinding
  • tst_qqmlecmascript
  • tst_qqmlinstantiator
  • tst_qqmlitemmodels
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlprofilerservice
  • tst_qqmlqt
  • tst_qqmlxmlhttprequest
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • tst_qquickbehaviors
  • tst_qquickcustomaffector
  • tst_qquickdraghandler
  • tst_qquickdroparea
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmousearea
  • tst_qquickmultipointtoucharea
  • ...
} { int offset; const char *base_ptr; op_int_JumpNoException:
code before this statement never executed: op_int_JumpNoException:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); offset = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_JumpNoException;
op_main_JumpNoException;
never executed: goto op_main_JumpNoException;
op_byte_JumpNoException: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); offset = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_JumpNoException:
code before this statement executed 50 times by 7 tests: op_main_JumpNoException:
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_qquickworkerscript
  • tst_testfiltering
; (void)base_ptr;; startInstruction(Instr::Type::JumpNoException); _offset = code - start; generate_JumpNoException( offset ); endInstruction(Instr::Type::JumpNoException); continue;
executed 50 times by 7 tests: continue;
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_qquickworkerscript
  • tst_testfiltering
} { int offset; const char *base_ptr; op_int_JumpNotUndefined:
code before this statement never executed: op_int_JumpNotUndefined:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); offset = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_JumpNotUndefined;
op_main_JumpNotUndefined;
never executed: goto op_main_JumpNotUndefined;
op_byte_JumpNotUndefined: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); offset = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_JumpNotUndefined:
code before this statement never executed: op_main_JumpNotUndefined:
; (void)base_ptr;; startInstruction(Instr::Type::JumpNotUndefined); _offset = code - start; generate_JumpNotUndefined( offset ); endInstruction(Instr::Type::JumpNotUndefined); continue;
never executed: continue;
} { const char *base_ptr; op_int_CmpEqNull:
code before this statement never executed: op_int_CmpEqNull:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_CmpEqNull;
op_main_CmpEqNull;
never executed: goto op_main_CmpEqNull;
op_byte_CmpEqNull: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_CmpEqNull:
code before this statement never executed: op_main_CmpEqNull:
; (void)base_ptr;; startInstruction(Instr::Type::CmpEqNull); _offset = code - start; generate_CmpEqNull( ); endInstruction(Instr::Type::CmpEqNull); continue;
never executed: continue;
} { const char *base_ptr; op_int_CmpNeNull:
code before this statement never executed: op_int_CmpNeNull:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_CmpNeNull;
op_main_CmpNeNull;
never executed: goto op_main_CmpNeNull;
op_byte_CmpNeNull: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_CmpNeNull:
code before this statement executed 8 times by 1 test: op_main_CmpNeNull:
Executed by:
  • tst_signalspy
; (void)base_ptr;; startInstruction(Instr::Type::CmpNeNull); _offset = code - start; generate_CmpNeNull( ); endInstruction(Instr::Type::CmpNeNull); continue;
executed 8 times by 1 test: continue;
Executed by:
  • tst_signalspy
} { int lhs; const char *base_ptr; op_int_CmpEqInt:
code before this statement never executed: op_int_CmpEqInt:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); lhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
executed 2 times by 1 test: goto op_main_CmpEqInt;
Executed by:
  • tst_qqmlbinding
op_main_CmpEqInt;
executed 2 times by 1 test: goto op_main_CmpEqInt;
Executed by:
  • tst_qqmlbinding
op_byte_CmpEqInt: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); lhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_CmpEqInt:
code before this statement executed 38 times by 7 tests: op_main_CmpEqInt:
Executed by:
  • tst_examples
  • tst_qqmlinstantiator
  • tst_qqmllocale
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickpositioners
; (void)base_ptr;; startInstruction(Instr::Type::CmpEqInt); _offset = code - start; generate_CmpEqInt( lhs ); endInstruction(Instr::Type::CmpEqInt); continue;
executed 40 times by 8 tests: continue;
Executed by:
  • tst_examples
  • tst_qqmlbinding
  • tst_qqmlinstantiator
  • tst_qqmllocale
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickpositioners
} { int lhs; const char *base_ptr; op_int_CmpNeInt:
code before this statement never executed: op_int_CmpNeInt:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); lhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_CmpNeInt;
op_main_CmpNeInt;
never executed: goto op_main_CmpNeInt;
op_byte_CmpNeInt: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); lhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_CmpNeInt:
code before this statement executed 30 times by 3 tests: op_main_CmpNeInt:
Executed by:
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_testfiltering
; (void)base_ptr;; startInstruction(Instr::Type::CmpNeInt); _offset = code - start; generate_CmpNeInt( lhs ); endInstruction(Instr::Type::CmpNeInt); continue;
executed 30 times by 3 tests: continue;
Executed by:
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_testfiltering
} { int lhs; const char *base_ptr; op_int_CmpEq:
code before this statement never executed: op_int_CmpEq:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); lhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_CmpEq;
op_main_CmpEq;
never executed: goto op_main_CmpEq;
op_byte_CmpEq: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); lhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_CmpEq:
code before this statement executed 1042 times by 16 tests: op_main_CmpEq:
Executed by:
  • tst_examples
  • tst_qjsvalue
  • tst_qqmlecmascript
  • tst_qqmlinstantiator
  • tst_qqmllistmodelworkerscript
  • tst_qqmlqt
  • tst_qqmlxmlhttprequest
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickpositioners
  • tst_qquickshadereffect
  • tst_qquickvisualdatamodel
; (void)base_ptr;; startInstruction(Instr::Type::CmpEq); _offset = code - start; generate_CmpEq( lhs ); endInstruction(Instr::Type::CmpEq); continue;
executed 1042 times by 16 tests: continue;
Executed by:
  • tst_examples
  • tst_qjsvalue
  • tst_qqmlecmascript
  • tst_qqmlinstantiator
  • tst_qqmllistmodelworkerscript
  • tst_qqmlqt
  • tst_qqmlxmlhttprequest
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickpositioners
  • tst_qquickshadereffect
  • tst_qquickvisualdatamodel
} { int lhs; const char *base_ptr; op_int_CmpNe:
code before this statement never executed: op_int_CmpNe:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); lhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_CmpNe;
op_main_CmpNe;
never executed: goto op_main_CmpNe;
op_byte_CmpNe: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); lhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_CmpNe:
code before this statement executed 86 times by 7 tests: op_main_CmpNe:
Executed by:
  • tst_qqmlecmascript
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickrepeater
  • tst_qquickvisualdatamodel
  • tst_signalspy
; (void)base_ptr;; startInstruction(Instr::Type::CmpNe); _offset = code - start; generate_CmpNe( lhs ); endInstruction(Instr::Type::CmpNe); continue;
executed 86 times by 7 tests: continue;
Executed by:
  • tst_qqmlecmascript
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickrepeater
  • tst_qquickvisualdatamodel
  • tst_signalspy
} { int lhs; const char *base_ptr; op_int_CmpGt:
code before this statement never executed: op_int_CmpGt:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); lhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_CmpGt;
op_main_CmpGt;
never executed: goto op_main_CmpGt;
op_byte_CmpGt: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); lhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_CmpGt:
code before this statement executed 74 times by 10 tests: op_main_CmpGt:
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_qqmlbinding
  • tst_qqmlecmascript
  • tst_qquickbehaviors
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquicksmoothedanimation
  • tst_qquicktaphandler
; (void)base_ptr;; startInstruction(Instr::Type::CmpGt); _offset = code - start; generate_CmpGt( lhs ); endInstruction(Instr::Type::CmpGt); continue;
executed 74 times by 10 tests: continue;
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_qqmlbinding
  • tst_qqmlecmascript
  • tst_qquickbehaviors
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquicksmoothedanimation
  • tst_qquicktaphandler
} { int lhs; const char *base_ptr; op_int_CmpGe:
code before this statement never executed: op_int_CmpGe:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); lhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_CmpGe;
op_main_CmpGe;
never executed: goto op_main_CmpGe;
op_byte_CmpGe: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); lhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_CmpGe:
code before this statement executed 12 times by 3 tests: op_main_CmpGe:
Executed by:
  • tst_examples
  • tst_qquicklayouts
  • tst_qquicktext
; (void)base_ptr;; startInstruction(Instr::Type::CmpGe); _offset = code - start; generate_CmpGe( lhs ); endInstruction(Instr::Type::CmpGe); continue;
executed 12 times by 3 tests: continue;
Executed by:
  • tst_examples
  • tst_qquicklayouts
  • tst_qquicktext
} { int lhs; const char *base_ptr; op_int_CmpLt:
code before this statement never executed: op_int_CmpLt:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); lhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_CmpLt;
op_main_CmpLt;
never executed: goto op_main_CmpLt;
op_byte_CmpLt: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); lhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_CmpLt:
code before this statement executed 336 times by 15 tests: op_main_CmpLt:
Executed by:
  • tst_examples
  • tst_qqmlecmascript
  • tst_qqmllocale
  • tst_qqmlprofilerservice
  • tst_qqmlvaluetypeproviders
  • tst_qquickanimationcontroller
  • tst_qquickbehaviors
  • tst_qquickcustomaffector
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickpositioners
  • tst_qquickrepeater
  • tst_qquickvisualdatamodel
  • tst_scenegraph
; (void)base_ptr;; startInstruction(Instr::Type::CmpLt); _offset = code - start; generate_CmpLt( lhs ); endInstruction(Instr::Type::CmpLt); continue;
executed 336 times by 15 tests: continue;
Executed by:
  • tst_examples
  • tst_qqmlecmascript
  • tst_qqmllocale
  • tst_qqmlprofilerservice
  • tst_qqmlvaluetypeproviders
  • tst_qquickanimationcontroller
  • tst_qquickbehaviors
  • tst_qquickcustomaffector
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickpositioners
  • tst_qquickrepeater
  • tst_qquickvisualdatamodel
  • tst_scenegraph
} { int lhs; const char *base_ptr; op_int_CmpLe:
code before this statement never executed: op_int_CmpLe:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); lhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_CmpLe;
op_main_CmpLe;
never executed: goto op_main_CmpLe;
op_byte_CmpLe: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); lhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_CmpLe:
code before this statement executed 72 times by 5 tests: op_main_CmpLe:
Executed by:
  • tst_examples
  • tst_qquickanimationcontroller
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
; (void)base_ptr;; startInstruction(Instr::Type::CmpLe); _offset = code - start; generate_CmpLe( lhs ); endInstruction(Instr::Type::CmpLe); continue;
executed 72 times by 5 tests: continue;
Executed by:
  • tst_examples
  • tst_qquickanimationcontroller
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
} { int lhs; const char *base_ptr; op_int_CmpStrictEqual:
code before this statement never executed: op_int_CmpStrictEqual:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); lhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_CmpStrictEqual;
op_main_CmpStrictEqual;
never executed: goto op_main_CmpStrictEqual;
op_byte_CmpStrictEqual: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); lhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_CmpStrictEqual:
code before this statement executed 586 times by 11 tests: op_main_CmpStrictEqual:
Executed by:
  • tst_examples
  • tst_qjsengine
  • tst_qqmlecmascript
  • tst_qqmlitemmodels
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickrepeater
  • tst_qquicktext
  • tst_signalspy
; (void)base_ptr;; startInstruction(Instr::Type::CmpStrictEqual); _offset = code - start; generate_CmpStrictEqual( lhs ); endInstruction(Instr::Type::CmpStrictEqual); continue;
executed 586 times by 11 tests: continue;
Executed by:
  • tst_examples
  • tst_qjsengine
  • tst_qqmlecmascript
  • tst_qqmlitemmodels
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickrepeater
  • tst_qquicktext
  • tst_signalspy
} { int lhs; const char *base_ptr; op_int_CmpStrictNotEqual:
code before this statement never executed: op_int_CmpStrictNotEqual:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); lhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_CmpStrictNotEqual;
op_main_CmpStrictNotEqual;
never executed: goto op_main_CmpStrictNotEqual;
op_byte_CmpStrictNotEqual: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); lhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_CmpStrictNotEqual:
code before this statement executed 48 times by 6 tests: op_main_CmpStrictNotEqual:
Executed by:
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmousearea
  • tst_qquickrepeater
  • tst_signalspy
; (void)base_ptr;; startInstruction(Instr::Type::CmpStrictNotEqual); _offset = code - start; generate_CmpStrictNotEqual( lhs ); endInstruction(Instr::Type::CmpStrictNotEqual); continue;
executed 48 times by 6 tests: continue;
Executed by:
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmousearea
  • tst_qquickrepeater
  • tst_signalspy
} { int lhs; const char *base_ptr; op_int_CmpIn:
code before this statement never executed: op_int_CmpIn:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); lhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_CmpIn;
op_main_CmpIn;
never executed: goto op_main_CmpIn;
op_byte_CmpIn: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); lhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_CmpIn:
code before this statement executed 50 times by 2 tests: op_main_CmpIn:
Executed by:
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
; (void)base_ptr;; startInstruction(Instr::Type::CmpIn); _offset = code - start; generate_CmpIn( lhs ); endInstruction(Instr::Type::CmpIn); continue;
executed 50 times by 2 tests: continue;
Executed by:
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
} { int lhs; const char *base_ptr; op_int_CmpInstanceOf:
code before this statement never executed: op_int_CmpInstanceOf:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); lhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_CmpInstanceOf;
op_main_CmpInstanceOf;
never executed: goto op_main_CmpInstanceOf;
op_byte_CmpInstanceOf: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); lhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_CmpInstanceOf:
code before this statement executed 84 times by 5 tests: op_main_CmpInstanceOf:
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_qquickworkerscript
; (void)base_ptr;; startInstruction(Instr::Type::CmpInstanceOf); _offset = code - start; generate_CmpInstanceOf( lhs ); endInstruction(Instr::Type::CmpInstanceOf); continue;
executed 84 times by 5 tests: continue;
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_qquickworkerscript
} { const char *base_ptr; op_int_UNot:
code before this statement never executed: op_int_UNot:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_UNot;
op_main_UNot;
never executed: goto op_main_UNot;
op_byte_UNot: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_UNot:
code before this statement executed 134 times by 10 tests: op_main_UNot:
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_qqmlqt
  • tst_qquickanimationcontroller
  • tst_qquickbehaviors
  • tst_qquickdraghandler
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmousearea
  • tst_testfiltering
; (void)base_ptr;; startInstruction(Instr::Type::UNot); _offset = code - start; generate_UNot( ); endInstruction(Instr::Type::UNot); continue;
executed 134 times by 10 tests: continue;
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_qqmlqt
  • tst_qquickanimationcontroller
  • tst_qquickbehaviors
  • tst_qquickdraghandler
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmousearea
  • tst_testfiltering
} { const char *base_ptr; op_int_UPlus:
code before this statement never executed: op_int_UPlus:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_UPlus;
op_main_UPlus;
never executed: goto op_main_UPlus;
op_byte_UPlus: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_UPlus:
code before this statement executed 2 times by 1 test: op_main_UPlus:
Executed by:
  • tst_qquickitem2
; (void)base_ptr;; startInstruction(Instr::Type::UPlus); _offset = code - start; generate_UPlus( ); endInstruction(Instr::Type::UPlus); continue;
executed 2 times by 1 test: continue;
Executed by:
  • tst_qquickitem2
} { const char *base_ptr; op_int_UMinus:
code before this statement never executed: op_int_UMinus:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_UMinus;
op_main_UMinus;
never executed: goto op_main_UMinus;
op_byte_UMinus: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_UMinus:
code before this statement executed 26 times by 3 tests: op_main_UMinus:
Executed by:
  • tst_examples
  • tst_qquickgridview
  • tst_qquicklistview
; (void)base_ptr;; startInstruction(Instr::Type::UMinus); _offset = code - start; generate_UMinus( ); endInstruction(Instr::Type::UMinus); continue;
executed 26 times by 3 tests: continue;
Executed by:
  • tst_examples
  • tst_qquickgridview
  • tst_qquicklistview
} { const char *base_ptr; op_int_UCompl:
code before this statement never executed: op_int_UCompl:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_UCompl;
op_main_UCompl;
never executed: goto op_main_UCompl;
op_byte_UCompl: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_UCompl:
code before this statement never executed: op_main_UCompl:
; (void)base_ptr;; startInstruction(Instr::Type::UCompl); _offset = code - start; generate_UCompl( ); endInstruction(Instr::Type::UCompl); continue;
never executed: continue;
} { const char *base_ptr; op_int_Increment:
code before this statement never executed: op_int_Increment:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_Increment;
op_main_Increment;
never executed: goto op_main_Increment;
op_byte_Increment: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_Increment:
code before this statement executed 326 times by 13 tests: op_main_Increment:
Executed by:
  • tst_qqmlecmascript
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qquickanimationcontroller
  • tst_qquickcustomaffector
  • tst_qquickdroparea
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickpositioners
  • tst_qquickrepeater
  • tst_qquickvisualdatamodel
; (void)base_ptr;; startInstruction(Instr::Type::Increment); _offset = code - start; generate_Increment( ); endInstruction(Instr::Type::Increment); continue;
executed 326 times by 13 tests: continue;
Executed by:
  • tst_qqmlecmascript
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qquickanimationcontroller
  • tst_qquickcustomaffector
  • tst_qquickdroparea
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickpositioners
  • tst_qquickrepeater
  • tst_qquickvisualdatamodel
} { const char *base_ptr; op_int_Decrement:
code before this statement never executed: op_int_Decrement:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_Decrement;
op_main_Decrement;
never executed: goto op_main_Decrement;
op_byte_Decrement: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_Decrement:
code before this statement executed 288 times by 6 tests: op_main_Decrement:
Executed by:
  • tst_examples
  • tst_qquickitemparticle
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickpositioners
  • tst_qquickrepeater
; (void)base_ptr;; startInstruction(Instr::Type::Decrement); _offset = code - start; generate_Decrement( ); endInstruction(Instr::Type::Decrement); continue;
executed 288 times by 6 tests: continue;
Executed by:
  • tst_examples
  • tst_qquickitemparticle
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickpositioners
  • tst_qquickrepeater
} { int lhs; const char *base_ptr; op_int_Add:
code before this statement never executed: op_int_Add:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); lhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_Add;
op_main_Add;
never executed: goto op_main_Add;
op_byte_Add: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); lhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_Add:
code before this statement executed 2130 times by 29 tests: op_main_Add:
Executed by:
  • tst_examples
  • tst_qjsengine
  • tst_qqmlbinding
  • tst_qqmlecmascript
  • tst_qqmlenginedebugservice
  • tst_qqmlprofilerservice
  • tst_qqmlproperty
  • tst_qquickaccessible
  • tst_qquickanimationcontroller
  • tst_qquickdesignersupport
  • tst_qquickdraghandler
  • tst_qquickflickable
  • tst_qquickgridview
  • tst_qquickimage
  • tst_qquickitemparticle
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickloader
  • tst_qquickmousearea
  • tst_qquickpathview
  • tst_qquickpincharea
  • tst_qquickpositioners
  • tst_qquickrepeater
  • tst_qquicksmoothedanimation
  • tst_qquickstates
  • ...
; (void)base_ptr;; startInstruction(Instr::Type::Add); _offset = code - start; generate_Add( lhs ); endInstruction(Instr::Type::Add); continue;
executed 2130 times by 29 tests: continue;
Executed by:
  • tst_examples
  • tst_qjsengine
  • tst_qqmlbinding
  • tst_qqmlecmascript
  • tst_qqmlenginedebugservice
  • tst_qqmlprofilerservice
  • tst_qqmlproperty
  • tst_qquickaccessible
  • tst_qquickanimationcontroller
  • tst_qquickdesignersupport
  • tst_qquickdraghandler
  • tst_qquickflickable
  • tst_qquickgridview
  • tst_qquickimage
  • tst_qquickitemparticle
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickloader
  • tst_qquickmousearea
  • tst_qquickpathview
  • tst_qquickpincharea
  • tst_qquickpositioners
  • tst_qquickrepeater
  • tst_qquicksmoothedanimation
  • tst_qquickstates
  • ...
} { int lhs; const char *base_ptr; op_int_BitAnd:
code before this statement never executed: op_int_BitAnd:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); lhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_BitAnd;
op_main_BitAnd;
never executed: goto op_main_BitAnd;
op_byte_BitAnd: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); lhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_BitAnd:
code before this statement never executed: op_main_BitAnd:
; (void)base_ptr;; startInstruction(Instr::Type::BitAnd); _offset = code - start; generate_BitAnd( lhs ); endInstruction(Instr::Type::BitAnd); continue;
never executed: continue;
} { int lhs; const char *base_ptr; op_int_BitOr:
code before this statement never executed: op_int_BitOr:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); lhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_BitOr;
op_main_BitOr;
never executed: goto op_main_BitOr;
op_byte_BitOr: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); lhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_BitOr:
code before this statement executed 14 times by 1 test: op_main_BitOr:
Executed by:
  • tst_qquicklistview
; (void)base_ptr;; startInstruction(Instr::Type::BitOr); _offset = code - start; generate_BitOr( lhs ); endInstruction(Instr::Type::BitOr); continue;
executed 14 times by 1 test: continue;
Executed by:
  • tst_qquicklistview
} { int lhs; const char *base_ptr; op_int_BitXor:
code before this statement never executed: op_int_BitXor:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); lhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_BitXor;
op_main_BitXor;
never executed: goto op_main_BitXor;
op_byte_BitXor: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); lhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_BitXor:
code before this statement never executed: op_main_BitXor:
; (void)base_ptr;; startInstruction(Instr::Type::BitXor); _offset = code - start; generate_BitXor( lhs ); endInstruction(Instr::Type::BitXor); continue;
never executed: continue;
} { int lhs; const char *base_ptr; op_int_UShr:
code before this statement never executed: op_int_UShr:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); lhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_UShr;
op_main_UShr;
never executed: goto op_main_UShr;
op_byte_UShr: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); lhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_UShr:
code before this statement never executed: op_main_UShr:
; (void)base_ptr;; startInstruction(Instr::Type::UShr); _offset = code - start; generate_UShr( lhs ); endInstruction(Instr::Type::UShr); continue;
never executed: continue;
} { int lhs; const char *base_ptr; op_int_Shr:
code before this statement never executed: op_int_Shr:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); lhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_Shr;
op_main_Shr;
never executed: goto op_main_Shr;
op_byte_Shr: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); lhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_Shr:
code before this statement never executed: op_main_Shr:
; (void)base_ptr;; startInstruction(Instr::Type::Shr); _offset = code - start; generate_Shr( lhs ); endInstruction(Instr::Type::Shr); continue;
never executed: continue;
} { int lhs; const char *base_ptr; op_int_Shl:
code before this statement never executed: op_int_Shl:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); lhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_Shl;
op_main_Shl;
never executed: goto op_main_Shl;
op_byte_Shl: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); lhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_Shl:
code before this statement never executed: op_main_Shl:
; (void)base_ptr;; startInstruction(Instr::Type::Shl); _offset = code - start; generate_Shl( lhs ); endInstruction(Instr::Type::Shl); continue;
never executed: continue;
} { int rhs; const char *base_ptr; op_int_BitAndConst:
code before this statement never executed: op_int_BitAndConst:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); rhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_BitAndConst;
op_main_BitAndConst;
never executed: goto op_main_BitAndConst;
op_byte_BitAndConst: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); rhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_BitAndConst:
code before this statement executed 4 times by 1 test: op_main_BitAndConst:
Executed by:
  • tst_qquickgridview
; (void)base_ptr;; startInstruction(Instr::Type::BitAndConst); _offset = code - start; generate_BitAndConst( rhs ); endInstruction(Instr::Type::BitAndConst); continue;
executed 4 times by 1 test: continue;
Executed by:
  • tst_qquickgridview
} { int rhs; const char *base_ptr; op_int_BitOrConst:
code before this statement never executed: op_int_BitOrConst:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); rhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_BitOrConst;
op_main_BitOrConst;
never executed: goto op_main_BitOrConst;
op_byte_BitOrConst: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); rhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_BitOrConst:
code before this statement never executed: op_main_BitOrConst:
; (void)base_ptr;; startInstruction(Instr::Type::BitOrConst); _offset = code - start; generate_BitOrConst( rhs ); endInstruction(Instr::Type::BitOrConst); continue;
never executed: continue;
} { int rhs; const char *base_ptr; op_int_BitXorConst:
code before this statement never executed: op_int_BitXorConst:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); rhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_BitXorConst;
op_main_BitXorConst;
never executed: goto op_main_BitXorConst;
op_byte_BitXorConst: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); rhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_BitXorConst:
code before this statement never executed: op_main_BitXorConst:
; (void)base_ptr;; startInstruction(Instr::Type::BitXorConst); _offset = code - start; generate_BitXorConst( rhs ); endInstruction(Instr::Type::BitXorConst); continue;
never executed: continue;
} { int rhs; const char *base_ptr; op_int_UShrConst:
code before this statement never executed: op_int_UShrConst:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); rhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_UShrConst;
op_main_UShrConst;
never executed: goto op_main_UShrConst;
op_byte_UShrConst: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); rhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_UShrConst:
code before this statement never executed: op_main_UShrConst:
; (void)base_ptr;; startInstruction(Instr::Type::UShrConst); _offset = code - start; generate_UShrConst( rhs ); endInstruction(Instr::Type::UShrConst); continue;
never executed: continue;
} { int rhs; const char *base_ptr; op_int_ShrConst:
code before this statement never executed: op_int_ShrConst:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); rhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_ShrConst;
op_main_ShrConst;
never executed: goto op_main_ShrConst;
op_byte_ShrConst: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); rhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_ShrConst:
code before this statement never executed: op_main_ShrConst:
; (void)base_ptr;; startInstruction(Instr::Type::ShrConst); _offset = code - start; generate_ShrConst( rhs ); endInstruction(Instr::Type::ShrConst); continue;
never executed: continue;
} { int rhs; const char *base_ptr; op_int_ShlConst:
code before this statement never executed: op_int_ShlConst:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); rhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_ShlConst;
op_main_ShlConst;
never executed: goto op_main_ShlConst;
op_byte_ShlConst: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); rhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_ShlConst:
code before this statement never executed: op_main_ShlConst:
; (void)base_ptr;; startInstruction(Instr::Type::ShlConst); _offset = code - start; generate_ShlConst( rhs ); endInstruction(Instr::Type::ShlConst); continue;
never executed: continue;
} { int lhs; const char *base_ptr; op_int_Exp:
code before this statement never executed: op_int_Exp:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); lhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_Exp;
op_main_Exp;
never executed: goto op_main_Exp;
op_byte_Exp: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); lhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_Exp:
code before this statement never executed: op_main_Exp:
; (void)base_ptr;; startInstruction(Instr::Type::Exp); _offset = code - start; generate_Exp( lhs ); endInstruction(Instr::Type::Exp); continue;
never executed: continue;
} { int lhs; const char *base_ptr; op_int_Mul:
code before this statement never executed: op_int_Mul:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); lhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_Mul;
op_main_Mul;
never executed: goto op_main_Mul;
op_byte_Mul: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); lhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_Mul:
code before this statement executed 896 times by 13 tests: op_main_Mul:
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_qqmlecmascript
  • tst_qquickaccessible
  • tst_qquickdraghandler
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickpositioners
  • tst_qquickrepeater
  • tst_qquicktaphandler
  • tst_qquicktext
; (void)base_ptr;; startInstruction(Instr::Type::Mul); _offset = code - start; generate_Mul( lhs ); endInstruction(Instr::Type::Mul); continue;
executed 896 times by 13 tests: continue;
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_qqmlecmascript
  • tst_qquickaccessible
  • tst_qquickdraghandler
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickpositioners
  • tst_qquickrepeater
  • tst_qquicktaphandler
  • tst_qquicktext
} { int lhs; const char *base_ptr; op_int_Div:
code before this statement never executed: op_int_Div:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); lhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_Div;
op_main_Div;
never executed: goto op_main_Div;
op_byte_Div: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); lhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_Div:
code before this statement executed 468 times by 12 tests: op_main_Div:
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qquickaccessible
  • tst_qquickdraghandler
  • tst_qquickflickable
  • tst_qquickgridview
  • tst_qquicklistview
  • tst_qquickmousearea
  • tst_qquickpathview
  • tst_qquickpincharea
  • tst_qquicktext
; (void)base_ptr;; startInstruction(Instr::Type::Div); _offset = code - start; generate_Div( lhs ); endInstruction(Instr::Type::Div); continue;
executed 468 times by 12 tests: continue;
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qquickaccessible
  • tst_qquickdraghandler
  • tst_qquickflickable
  • tst_qquickgridview
  • tst_qquicklistview
  • tst_qquickmousearea
  • tst_qquickpathview
  • tst_qquickpincharea
  • tst_qquicktext
} { int lhs; const char *base_ptr; op_int_Mod:
code before this statement never executed: op_int_Mod:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); lhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_Mod;
op_main_Mod;
never executed: goto op_main_Mod;
op_byte_Mod: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); lhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_Mod:
code before this statement executed 46 times by 5 tests: op_main_Mod:
Executed by:
  • tst_examples
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_scenegraph
; (void)base_ptr;; startInstruction(Instr::Type::Mod); _offset = code - start; generate_Mod( lhs ); endInstruction(Instr::Type::Mod); continue;
executed 46 times by 5 tests: continue;
Executed by:
  • tst_examples
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_scenegraph
} { int lhs; const char *base_ptr; op_int_Sub:
code before this statement never executed: op_int_Sub:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); lhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_Sub;
op_main_Sub;
never executed: goto op_main_Sub;
op_byte_Sub: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); lhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_Sub:
code before this statement executed 686 times by 20 tests: op_main_Sub:
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qqmlbinding
  • tst_qqmlecmascript
  • tst_qqmlvaluetypeproviders
  • tst_qquickaccessible
  • tst_qquickanimationcontroller
  • tst_qquickdesignersupport
  • tst_qquickdraghandler
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmousearea
  • tst_qquickmultipointtoucharea
  • tst_qquickpincharea
  • tst_qquickrepeater
  • tst_qquicksmoothedanimation
  • tst_qquicktaphandler
  • tst_qquicktext
; (void)base_ptr;; startInstruction(Instr::Type::Sub); _offset = code - start; generate_Sub( lhs ); endInstruction(Instr::Type::Sub); continue;
executed 686 times by 20 tests: continue;
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qqmlbinding
  • tst_qqmlecmascript
  • tst_qqmlvaluetypeproviders
  • tst_qquickaccessible
  • tst_qquickanimationcontroller
  • tst_qquickdesignersupport
  • tst_qquickdraghandler
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmousearea
  • tst_qquickmultipointtoucharea
  • tst_qquickpincharea
  • tst_qquickrepeater
  • tst_qquicksmoothedanimation
  • tst_qquicktaphandler
  • tst_qquicktext
} { int name; int argc; int argv; const char *base_ptr; op_int_CallValue:
code before this statement never executed: op_int_CallValue:
base_ptr = code; code += static_cast<quintptr>(3*sizeof(int) + 1); name = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 0]));;; argc = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 1]));;; argv = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 2]));; goto
never executed: goto op_main_CallValue;
op_main_CallValue;
never executed: goto op_main_CallValue;
op_byte_CallValue: base_ptr = code; code += static_cast<quintptr>(3*sizeof(qint8) + 1); name = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 0]));;; argc = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 1]));;; argv = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 2]));; op_main_CallValue:
code before this statement executed 34 times by 6 tests: op_main_CallValue:
Executed by:
  • tst_examples
  • tst_qjsengine
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmlprofilerservice
  • tst_qquickworkerscript
; (void)base_ptr;; startInstruction(Instr::Type::CallValue); _offset = code - start; generate_CallValue( name, argc, argv ); endInstruction(Instr::Type::CallValue); continue;
executed 34 times by 6 tests: continue;
Executed by:
  • tst_examples
  • tst_qjsengine
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmlprofilerservice
  • tst_qquickworkerscript
} { int name; int base; int argc; int argv; const char *base_ptr; op_int_CallProperty:
code before this statement never executed: op_int_CallProperty:
base_ptr = code; code += static_cast<quintptr>(4*sizeof(int) + 1); name = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-4 + 0]));;; base = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-4 + 1]));;; argc = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-4 + 2]));;; argv = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-4 + 3]));; goto
executed 240 times by 4 tests: goto op_main_CallProperty;
Executed by:
  • tst_examples
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_testfiltering
op_main_CallProperty;
executed 240 times by 4 tests: goto op_main_CallProperty;
Executed by:
  • tst_examples
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_testfiltering
op_byte_CallProperty: base_ptr = code; code += static_cast<quintptr>(4*sizeof(qint8) + 1); name = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-4 + 0]));;; base = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-4 + 1]));;; argc = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-4 + 2]));;; argv = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-4 + 3]));; op_main_CallProperty:
code before this statement executed 3732 times by 33 tests: op_main_CallProperty:
Executed by:
  • tst_examples
  • tst_qqmlcomponent
  • tst_qqmlcontext
  • tst_qqmlecmascript
  • tst_qqmlitemmodels
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlnotifier
  • tst_qqmlprofilerservice
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qqmlvaluetypes
  • tst_qqmlxmlhttprequest
  • tst_qquickaccessible
  • tst_qquickanimationcontroller
  • tst_qquickdesignersupport
  • tst_qquickdraghandler
  • tst_qquickdroparea
  • tst_qquickflickable
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquickitemparticle
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickpathview
  • ...
; (void)base_ptr;; startInstruction(Instr::Type::CallProperty); _offset = code - start; generate_CallProperty( name, base, argc, argv ); endInstruction(Instr::Type::CallProperty); continue;
executed 3972 times by 33 tests: continue;
Executed by:
  • tst_examples
  • tst_qqmlcomponent
  • tst_qqmlcontext
  • tst_qqmlecmascript
  • tst_qqmlitemmodels
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlnotifier
  • tst_qqmlprofilerservice
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qqmlvaluetypes
  • tst_qqmlxmlhttprequest
  • tst_qquickaccessible
  • tst_qquickanimationcontroller
  • tst_qquickdesignersupport
  • tst_qquickdraghandler
  • tst_qquickdroparea
  • tst_qquickflickable
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquickitemparticle
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickpathview
  • ...
} { int lookupIndex; int base; int argc; int argv; const char *base_ptr; op_int_CallPropertyLookup:
code before this statement never executed: op_int_CallPropertyLookup:
base_ptr = code; code += static_cast<quintptr>(4*sizeof(int) + 1); lookupIndex = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-4 + 0]));;; base = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-4 + 1]));;; argc = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-4 + 2]));;; argv = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-4 + 3]));; goto
never executed: goto op_main_CallPropertyLookup;
op_main_CallPropertyLookup;
never executed: goto op_main_CallPropertyLookup;
op_byte_CallPropertyLookup: base_ptr = code; code += static_cast<quintptr>(4*sizeof(qint8) + 1); lookupIndex = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-4 + 0]));;; base = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-4 + 1]));;; argc = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-4 + 2]));;; argv = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-4 + 3]));; op_main_CallPropertyLookup:
code before this statement executed 8 times by 3 tests: op_main_CallPropertyLookup:
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qquickworkerscript
; (void)base_ptr;; startInstruction(Instr::Type::CallPropertyLookup); _offset = code - start; generate_CallPropertyLookup( lookupIndex, base, argc, argv ); endInstruction(Instr::Type::CallPropertyLookup); continue;
executed 8 times by 3 tests: continue;
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qquickworkerscript
} { int base; int index; int argc; int argv; const char *base_ptr; op_int_CallElement:
code before this statement never executed: op_int_CallElement:
base_ptr = code; code += static_cast<quintptr>(4*sizeof(int) + 1); base = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-4 + 0]));;; index = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-4 + 1]));;; argc = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-4 + 2]));;; argv = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-4 + 3]));; goto
never executed: goto op_main_CallElement;
op_main_CallElement;
never executed: goto op_main_CallElement;
op_byte_CallElement: base_ptr = code; code += static_cast<quintptr>(4*sizeof(qint8) + 1); base = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-4 + 0]));;; index = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-4 + 1]));;; argc = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-4 + 2]));;; argv = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-4 + 3]));; op_main_CallElement:
code before this statement executed 30 times by 3 tests: op_main_CallElement:
Executed by:
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_testfiltering
; (void)base_ptr;; startInstruction(Instr::Type::CallElement); _offset = code - start; generate_CallElement( base, index, argc, argv ); endInstruction(Instr::Type::CallElement); continue;
executed 30 times by 3 tests: continue;
Executed by:
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_testfiltering
} { int name; int argc; int argv; const char *base_ptr; op_int_CallName:
code before this statement never executed: op_int_CallName:
base_ptr = code; code += static_cast<quintptr>(3*sizeof(int) + 1); name = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 0]));;; argc = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 1]));;; argv = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 2]));; goto
executed 48 times by 2 tests: goto op_main_CallName;
Executed by:
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
op_main_CallName;
executed 48 times by 2 tests: goto op_main_CallName;
Executed by:
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
op_byte_CallName: base_ptr = code; code += static_cast<quintptr>(3*sizeof(qint8) + 1); name = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 0]));;; argc = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 1]));;; argv = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 2]));; op_main_CallName:
code before this statement executed 324 times by 10 tests: op_main_CallName:
Executed by:
  • tst_examples
  • tst_qqmlecmascript
  • tst_qqmlitemmodels
  • tst_qqmlvaluetypes
  • tst_qquickanimationcontroller
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickrepeater
  • tst_signalspy
; (void)base_ptr;; startInstruction(Instr::Type::CallName); _offset = code - start; generate_CallName( name, argc, argv ); endInstruction(Instr::Type::CallName); continue;
executed 372 times by 10 tests: continue;
Executed by:
  • tst_examples
  • tst_qqmlecmascript
  • tst_qqmlitemmodels
  • tst_qqmlvaluetypes
  • tst_qquickanimationcontroller
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickrepeater
  • tst_signalspy
} { int argc; int argv; const char *base_ptr; op_int_CallPossiblyDirectEval:
code before this statement never executed: op_int_CallPossiblyDirectEval:
base_ptr = code; code += static_cast<quintptr>(2*sizeof(int) + 1); argc = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 0]));;; argv = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 1]));; goto
never executed: goto op_main_CallPossiblyDirectEval;
op_main_CallPossiblyDirectEval;
never executed: goto op_main_CallPossiblyDirectEval;
op_byte_CallPossiblyDirectEval: base_ptr = code; code += static_cast<quintptr>(2*sizeof(qint8) + 1); argc = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 0]));;; argv = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 1]));; op_main_CallPossiblyDirectEval:
code before this statement executed 14 times by 2 tests: op_main_CallPossiblyDirectEval:
Executed by:
  • tst_qqmllistmodelworkerscript
  • tst_qqmlqt
; (void)base_ptr;; startInstruction(Instr::Type::CallPossiblyDirectEval); _offset = code - start; generate_CallPossiblyDirectEval( argc, argv ); endInstruction(Instr::Type::CallPossiblyDirectEval); continue;
executed 14 times by 2 tests: continue;
Executed by:
  • tst_qqmllistmodelworkerscript
  • tst_qqmlqt
} { int index; int argc; int argv; const char *base_ptr; op_int_CallGlobalLookup:
code before this statement never executed: op_int_CallGlobalLookup:
base_ptr = code; code += static_cast<quintptr>(3*sizeof(int) + 1); index = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 0]));;; argc = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 1]));;; argv = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 2]));; goto
never executed: goto op_main_CallGlobalLookup;
op_main_CallGlobalLookup;
never executed: goto op_main_CallGlobalLookup;
op_byte_CallGlobalLookup: base_ptr = code; code += static_cast<quintptr>(3*sizeof(qint8) + 1); index = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 0]));;; argc = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 1]));;; argv = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 2]));; op_main_CallGlobalLookup:
code before this statement executed 2 times by 1 test: op_main_CallGlobalLookup:
Executed by:
  • tst_qv4assembler
; (void)base_ptr;; startInstruction(Instr::Type::CallGlobalLookup); _offset = code - start; generate_CallGlobalLookup( index, argc, argv ); endInstruction(Instr::Type::CallGlobalLookup); continue;
executed 2 times by 1 test: continue;
Executed by:
  • tst_qv4assembler
} { int name; int base; int argc; int argv; const char *base_ptr; op_int_CallScopeObjectProperty:
code before this statement never executed: op_int_CallScopeObjectProperty:
base_ptr = code; code += static_cast<quintptr>(4*sizeof(int) + 1); name = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-4 + 0]));;; base = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-4 + 1]));;; argc = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-4 + 2]));;; argv = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-4 + 3]));; goto
never executed: goto op_main_CallScopeObjectProperty;
op_main_CallScopeObjectProperty;
never executed: goto op_main_CallScopeObjectProperty;
op_byte_CallScopeObjectProperty: base_ptr = code; code += static_cast<quintptr>(4*sizeof(qint8) + 1); name = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-4 + 0]));;; base = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-4 + 1]));;; argc = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-4 + 2]));;; argv = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-4 + 3]));; op_main_CallScopeObjectProperty:
code before this statement never executed: op_main_CallScopeObjectProperty:
; (void)base_ptr;; startInstruction(Instr::Type::CallScopeObjectProperty); _offset = code - start; generate_CallScopeObjectProperty( name, base, argc, argv ); endInstruction(Instr::Type::CallScopeObjectProperty); continue;
never executed: continue;
} { int name; int base; int argc; int argv; const char *base_ptr; op_int_CallContextObjectProperty:
code before this statement never executed: op_int_CallContextObjectProperty:
base_ptr = code; code += static_cast<quintptr>(4*sizeof(int) + 1); name = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-4 + 0]));;; base = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-4 + 1]));;; argc = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-4 + 2]));;; argv = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-4 + 3]));; goto
never executed: goto op_main_CallContextObjectProperty;
op_main_CallContextObjectProperty;
never executed: goto op_main_CallContextObjectProperty;
op_byte_CallContextObjectProperty: base_ptr = code; code += static_cast<quintptr>(4*sizeof(qint8) + 1); name = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-4 + 0]));;; base = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-4 + 1]));;; argc = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-4 + 2]));;; argv = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-4 + 3]));; op_main_CallContextObjectProperty:
code before this statement never executed: op_main_CallContextObjectProperty:
; (void)base_ptr;; startInstruction(Instr::Type::CallContextObjectProperty); _offset = code - start; generate_CallContextObjectProperty( name, base, argc, argv ); endInstruction(Instr::Type::CallContextObjectProperty); continue;
never executed: continue;
} { int func; int thisObject; int argc; int argv; const char *base_ptr; op_int_CallWithSpread:
code before this statement never executed: op_int_CallWithSpread:
base_ptr = code; code += static_cast<quintptr>(4*sizeof(int) + 1); func = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-4 + 0]));;; thisObject = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-4 + 1]));;; argc = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-4 + 2]));;; argv = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-4 + 3]));; goto
never executed: goto op_main_CallWithSpread;
op_main_CallWithSpread;
never executed: goto op_main_CallWithSpread;
op_byte_CallWithSpread: base_ptr = code; code += static_cast<quintptr>(4*sizeof(qint8) + 1); func = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-4 + 0]));;; thisObject = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-4 + 1]));;; argc = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-4 + 2]));;; argv = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-4 + 3]));; op_main_CallWithSpread:
code before this statement never executed: op_main_CallWithSpread:
; (void)base_ptr;; startInstruction(Instr::Type::CallWithSpread); _offset = code - start; generate_CallWithSpread( func, thisObject, argc, argv ); endInstruction(Instr::Type::CallWithSpread); continue;
never executed: continue;
} { int func; int argc; int argv; const char *base_ptr; op_int_Construct:
code before this statement never executed: op_int_Construct:
base_ptr = code; code += static_cast<quintptr>(3*sizeof(int) + 1); func = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 0]));;; argc = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 1]));;; argv = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 2]));; goto
never executed: goto op_main_Construct;
op_main_Construct;
never executed: goto op_main_Construct;
op_byte_Construct: base_ptr = code; code += static_cast<quintptr>(3*sizeof(qint8) + 1); func = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 0]));;; argc = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 1]));;; argv = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 2]));; op_main_Construct:
code before this statement executed 366 times by 8 tests: op_main_Construct:
Executed by:
  • tst_qjsengine
  • tst_qqmllocale
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickpositioners
; (void)base_ptr;; startInstruction(Instr::Type::Construct); _offset = code - start; generate_Construct( func, argc, argv ); endInstruction(Instr::Type::Construct); continue;
executed 366 times by 8 tests: continue;
Executed by:
  • tst_qjsengine
  • tst_qqmllocale
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickpositioners
} { int func; int argc; int argv; const char *base_ptr; op_int_ConstructWithSpread:
code before this statement never executed: op_int_ConstructWithSpread:
base_ptr = code; code += static_cast<quintptr>(3*sizeof(int) + 1); func = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 0]));;; argc = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 1]));;; argv = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 2]));; goto
never executed: goto op_main_ConstructWithSpread;
op_main_ConstructWithSpread;
never executed: goto op_main_ConstructWithSpread;
op_byte_ConstructWithSpread: base_ptr = code; code += static_cast<quintptr>(3*sizeof(qint8) + 1); func = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 0]));;; argc = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 1]));;; argv = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 2]));; op_main_ConstructWithSpread:
code before this statement never executed: op_main_ConstructWithSpread:
; (void)base_ptr;; startInstruction(Instr::Type::ConstructWithSpread); _offset = code - start; generate_ConstructWithSpread( func, argc, argv ); endInstruction(Instr::Type::ConstructWithSpread); continue;
never executed: continue;
} { int offset; const char *base_ptr; op_int_SetUnwindHandler:
code before this statement never executed: op_int_SetUnwindHandler:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); offset = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_SetUnwindHandler;
op_main_SetUnwindHandler;
never executed: goto op_main_SetUnwindHandler;
op_byte_SetUnwindHandler: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); offset = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_SetUnwindHandler:
code before this statement executed 150 times by 7 tests: op_main_SetUnwindHandler:
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_qquickworkerscript
  • tst_testfiltering
; (void)base_ptr;; startInstruction(Instr::Type::SetUnwindHandler); _offset = code - start; generate_SetUnwindHandler( offset ); endInstruction(Instr::Type::SetUnwindHandler); continue;
executed 150 times by 7 tests: continue;
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_qquickworkerscript
  • tst_testfiltering
} { const char *base_ptr; op_int_UnwindDispatch:
code before this statement never executed: op_int_UnwindDispatch:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_UnwindDispatch;
op_main_UnwindDispatch;
never executed: goto op_main_UnwindDispatch;
op_byte_UnwindDispatch: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_UnwindDispatch:
code before this statement executed 50 times by 7 tests: op_main_UnwindDispatch:
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_qquickworkerscript
  • tst_testfiltering
; (void)base_ptr;; startInstruction(Instr::Type::UnwindDispatch); _offset = code - start; generate_UnwindDispatch( ); endInstruction(Instr::Type::UnwindDispatch); continue;
executed 50 times by 7 tests: continue;
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_qquickworkerscript
  • tst_testfiltering
} { int level; int offset; const char *base_ptr; op_int_UnwindToLabel:
code before this statement never executed: op_int_UnwindToLabel:
base_ptr = code; code += static_cast<quintptr>(2*sizeof(int) + 1); level = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 0]));;; offset = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 1]));; goto
never executed: goto op_main_UnwindToLabel;
op_main_UnwindToLabel;
never executed: goto op_main_UnwindToLabel;
op_byte_UnwindToLabel: base_ptr = code; code += static_cast<quintptr>(2*sizeof(qint8) + 1); level = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 0]));;; offset = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 1]));; op_main_UnwindToLabel:
code before this statement executed 8 times by 1 test: op_main_UnwindToLabel:
Executed by:
  • tst_qquicklayouts
; (void)base_ptr;; startInstruction(Instr::Type::UnwindToLabel); _offset = code - start; generate_UnwindToLabel( level, offset ); endInstruction(Instr::Type::UnwindToLabel); continue;
executed 8 times by 1 test: continue;
Executed by:
  • tst_qquicklayouts
} { const char *base_ptr; op_int_ThrowException:
code before this statement never executed: op_int_ThrowException:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_ThrowException;
op_main_ThrowException;
never executed: goto op_main_ThrowException;
op_byte_ThrowException: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_ThrowException:
code before this statement executed 42 times by 4 tests: op_main_ThrowException:
Executed by:
  • tst_qjsengine
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
; (void)base_ptr;; startInstruction(Instr::Type::ThrowException); _offset = code - start; generate_ThrowException( ); endInstruction(Instr::Type::ThrowException); continue;
executed 42 times by 4 tests: continue;
Executed by:
  • tst_qjsengine
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
} { const char *base_ptr; op_int_GetException:
code before this statement never executed: op_int_GetException:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_GetException;
op_main_GetException;
never executed: goto op_main_GetException;
op_byte_GetException: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_GetException:
code before this statement never executed: op_main_GetException:
; (void)base_ptr;; startInstruction(Instr::Type::GetException); _offset = code - start; generate_GetException( ); endInstruction(Instr::Type::GetException); continue;
never executed: continue;
} { const char *base_ptr; op_int_SetException:
code before this statement never executed: op_int_SetException:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_SetException;
op_main_SetException;
never executed: goto op_main_SetException;
op_byte_SetException: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_SetException:
code before this statement never executed: op_main_SetException:
; (void)base_ptr;; startInstruction(Instr::Type::SetException); _offset = code - start; generate_SetException( ); endInstruction(Instr::Type::SetException); continue;
never executed: continue;
} { const char *base_ptr; op_int_CreateCallContext:
code before this statement never executed: op_int_CreateCallContext:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_CreateCallContext;
op_main_CreateCallContext;
never executed: goto op_main_CreateCallContext;
op_byte_CreateCallContext: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_CreateCallContext:
code before this statement executed 154 times by 9 tests: op_main_CreateCallContext:
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmlqt
  • tst_qqmlxmlhttprequest
  • tst_qquickapplication
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquickpathview
  • tst_qquickworkerscript
; (void)base_ptr;; startInstruction(Instr::Type::CreateCallContext); _offset = code - start; generate_CreateCallContext( ); endInstruction(Instr::Type::CreateCallContext); continue;
executed 154 times by 9 tests: continue;
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmlqt
  • tst_qqmlxmlhttprequest
  • tst_qquickapplication
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquickpathview
  • tst_qquickworkerscript
} { int index; int name; const char *base_ptr; op_int_PushCatchContext:
code before this statement never executed: op_int_PushCatchContext:
base_ptr = code; code += static_cast<quintptr>(2*sizeof(int) + 1); index = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 0]));;; name = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 1]));; goto
executed 34 times by 3 tests: goto op_main_PushCatchContext;
Executed by:
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_testfiltering
op_main_PushCatchContext;
executed 34 times by 3 tests: goto op_main_PushCatchContext;
Executed by:
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_testfiltering
op_byte_PushCatchContext: base_ptr = code; code += static_cast<quintptr>(2*sizeof(qint8) + 1); index = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 0]));;; name = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 1]));; op_main_PushCatchContext:
code before this statement executed 16 times by 4 tests: op_main_PushCatchContext:
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmlxmlhttprequest
  • tst_qquickworkerscript
; (void)base_ptr;; startInstruction(Instr::Type::PushCatchContext); _offset = code - start; generate_PushCatchContext( index, name ); endInstruction(Instr::Type::PushCatchContext); continue;
executed 50 times by 7 tests: continue;
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_qquickworkerscript
  • tst_testfiltering
} { const char *base_ptr; op_int_PushWithContext:
code before this statement never executed: op_int_PushWithContext:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_PushWithContext;
op_main_PushWithContext;
never executed: goto op_main_PushWithContext;
op_byte_PushWithContext: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_PushWithContext:
code before this statement never executed: op_main_PushWithContext:
; (void)base_ptr;; startInstruction(Instr::Type::PushWithContext); _offset = code - start; generate_PushWithContext( ); endInstruction(Instr::Type::PushWithContext); continue;
never executed: continue;
} { int index; const char *base_ptr; op_int_PushBlockContext:
code before this statement never executed: op_int_PushBlockContext:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); index = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_PushBlockContext;
op_main_PushBlockContext;
never executed: goto op_main_PushBlockContext;
op_byte_PushBlockContext: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); index = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_PushBlockContext:
code before this statement never executed: op_main_PushBlockContext:
; (void)base_ptr;; startInstruction(Instr::Type::PushBlockContext); _offset = code - start; generate_PushBlockContext( index ); endInstruction(Instr::Type::PushBlockContext); continue;
never executed: continue;
} { const char *base_ptr; op_int_CloneBlockContext:
code before this statement never executed: op_int_CloneBlockContext:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_CloneBlockContext;
op_main_CloneBlockContext;
never executed: goto op_main_CloneBlockContext;
op_byte_CloneBlockContext: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_CloneBlockContext:
code before this statement never executed: op_main_CloneBlockContext:
; (void)base_ptr;; startInstruction(Instr::Type::CloneBlockContext); _offset = code - start; generate_CloneBlockContext( ); endInstruction(Instr::Type::CloneBlockContext); continue;
never executed: continue;
} { const char *base_ptr; op_int_PopContext:
code before this statement never executed: op_int_PopContext:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_PopContext;
op_main_PopContext;
never executed: goto op_main_PopContext;
op_byte_PopContext: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_PopContext:
code before this statement executed 204 times by 11 tests: op_main_PopContext:
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmlqt
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickapplication
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquickpathview
  • tst_qquickworkerscript
  • tst_testfiltering
; (void)base_ptr;; startInstruction(Instr::Type::PopContext); _offset = code - start; generate_PopContext( ); endInstruction(Instr::Type::PopContext); continue;
executed 204 times by 11 tests: continue;
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmlqt
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickapplication
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquickpathview
  • tst_qquickworkerscript
  • tst_testfiltering
} { int iterator; const char *base_ptr; op_int_GetIterator:
code before this statement never executed: op_int_GetIterator:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); iterator = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_GetIterator;
op_main_GetIterator;
never executed: goto op_main_GetIterator;
op_byte_GetIterator: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); iterator = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_GetIterator:
code before this statement never executed: op_main_GetIterator:
; (void)base_ptr;; startInstruction(Instr::Type::GetIterator); _offset = code - start; generate_GetIterator( iterator ); endInstruction(Instr::Type::GetIterator); continue;
never executed: continue;
} { int value; const char *base_ptr; op_int_IteratorNext:
code before this statement never executed: op_int_IteratorNext:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); value = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_IteratorNext;
op_main_IteratorNext;
never executed: goto op_main_IteratorNext;
op_byte_IteratorNext: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); value = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_IteratorNext:
code before this statement never executed: op_main_IteratorNext:
; (void)base_ptr;; startInstruction(Instr::Type::IteratorNext); _offset = code - start; generate_IteratorNext( value ); endInstruction(Instr::Type::IteratorNext); continue;
never executed: continue;
} { int done; const char *base_ptr; op_int_IteratorClose:
code before this statement never executed: op_int_IteratorClose:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); done = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_IteratorClose;
op_main_IteratorClose;
never executed: goto op_main_IteratorClose;
op_byte_IteratorClose: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); done = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_IteratorClose:
code before this statement never executed: op_main_IteratorClose:
; (void)base_ptr;; startInstruction(Instr::Type::IteratorClose); _offset = code - start; generate_IteratorClose( done ); endInstruction(Instr::Type::IteratorClose); continue;
never executed: continue;
} { const char *base_ptr; op_int_DestructureRestElement:
code before this statement never executed: op_int_DestructureRestElement:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_DestructureRestElement;
op_main_DestructureRestElement;
never executed: goto op_main_DestructureRestElement;
op_byte_DestructureRestElement: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_DestructureRestElement:
code before this statement never executed: op_main_DestructureRestElement:
; (void)base_ptr;; startInstruction(Instr::Type::DestructureRestElement); _offset = code - start; generate_DestructureRestElement( ); endInstruction(Instr::Type::DestructureRestElement); continue;
never executed: continue;
} { int base; int index; const char *base_ptr; op_int_DeleteProperty:
code before this statement never executed: op_int_DeleteProperty:
base_ptr = code; code += static_cast<quintptr>(2*sizeof(int) + 1); base = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 0]));;; index = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 1]));; goto
never executed: goto op_main_DeleteProperty;
op_main_DeleteProperty;
never executed: goto op_main_DeleteProperty;
op_byte_DeleteProperty: base_ptr = code; code += static_cast<quintptr>(2*sizeof(qint8) + 1); base = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 0]));;; index = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 1]));; op_main_DeleteProperty:
code before this statement never executed: op_main_DeleteProperty:
; (void)base_ptr;; startInstruction(Instr::Type::DeleteProperty); _offset = code - start; generate_DeleteProperty( base, index ); endInstruction(Instr::Type::DeleteProperty); continue;
never executed: continue;
} { int name; const char *base_ptr; op_int_DeleteName:
code before this statement never executed: op_int_DeleteName:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); name = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_DeleteName;
op_main_DeleteName;
never executed: goto op_main_DeleteName;
op_byte_DeleteName: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); name = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_DeleteName:
code before this statement never executed: op_main_DeleteName:
; (void)base_ptr;; startInstruction(Instr::Type::DeleteName); _offset = code - start; generate_DeleteName( name ); endInstruction(Instr::Type::DeleteName); continue;
never executed: continue;
} { int name; const char *base_ptr; op_int_TypeofName:
code before this statement never executed: op_int_TypeofName:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); name = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_TypeofName;
op_main_TypeofName;
never executed: goto op_main_TypeofName;
op_byte_TypeofName: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); name = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_TypeofName:
code before this statement never executed: op_main_TypeofName:
; (void)base_ptr;; startInstruction(Instr::Type::TypeofName); _offset = code - start; generate_TypeofName( name ); endInstruction(Instr::Type::TypeofName); continue;
never executed: continue;
} { const char *base_ptr; op_int_TypeofValue:
code before this statement never executed: op_int_TypeofValue:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_TypeofValue;
op_main_TypeofValue;
never executed: goto op_main_TypeofValue;
op_byte_TypeofValue: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_TypeofValue:
code before this statement executed 72 times by 3 tests: op_main_TypeofValue:
Executed by:
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_signalspy
; (void)base_ptr;; startInstruction(Instr::Type::TypeofValue); _offset = code - start; generate_TypeofValue( ); endInstruction(Instr::Type::TypeofValue); continue;
executed 72 times by 3 tests: continue;
Executed by:
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_signalspy
} { int varName; int isDeletable; const char *base_ptr; op_int_DeclareVar:
code before this statement never executed: op_int_DeclareVar:
base_ptr = code; code += static_cast<quintptr>(2*sizeof(int) + 1); varName = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 0]));;; isDeletable = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 1]));; goto
never executed: goto op_main_DeclareVar;
op_main_DeclareVar;
never executed: goto op_main_DeclareVar;
op_byte_DeclareVar: base_ptr = code; code += static_cast<quintptr>(2*sizeof(qint8) + 1); varName = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 0]));;; isDeletable = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 1]));; op_main_DeclareVar:
code before this statement executed 30 times by 3 tests: op_main_DeclareVar:
Executed by:
  • tst_examples
  • tst_qqmlecmascript
  • tst_qv4assembler
; (void)base_ptr;; startInstruction(Instr::Type::DeclareVar); _offset = code - start; generate_DeclareVar( varName, isDeletable ); endInstruction(Instr::Type::DeclareVar); continue;
executed 30 times by 3 tests: continue;
Executed by:
  • tst_examples
  • tst_qqmlecmascript
  • tst_qv4assembler
} { int argc; int args; const char *base_ptr; op_int_DefineArray:
code before this statement never executed: op_int_DefineArray:
base_ptr = code; code += static_cast<quintptr>(2*sizeof(int) + 1); argc = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 0]));;; args = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 1]));; goto
never executed: goto op_main_DefineArray;
op_main_DefineArray;
never executed: goto op_main_DefineArray;
op_byte_DefineArray: base_ptr = code; code += static_cast<quintptr>(2*sizeof(qint8) + 1); argc = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 0]));;; args = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 1]));; op_main_DefineArray:
code before this statement executed 122 times by 11 tests: op_main_DefineArray:
Executed by:
  • tst_examples
  • tst_qqmlprofilerservice
  • tst_qqmlqt
  • tst_qquickanimationcontroller
  • tst_qquickfolderlistmodel
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickvisualdatamodel
  • tst_signalspy
  • tst_testfiltering
; (void)base_ptr;; startInstruction(Instr::Type::DefineArray); _offset = code - start; generate_DefineArray( argc, args ); endInstruction(Instr::Type::DefineArray); continue;
executed 122 times by 11 tests: continue;
Executed by:
  • tst_examples
  • tst_qqmlprofilerservice
  • tst_qqmlqt
  • tst_qquickanimationcontroller
  • tst_qquickfolderlistmodel
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickvisualdatamodel
  • tst_signalspy
  • tst_testfiltering
} { int internalClassId; int argc; int args; const char *base_ptr; op_int_DefineObjectLiteral:
code before this statement never executed: op_int_DefineObjectLiteral:
base_ptr = code; code += static_cast<quintptr>(3*sizeof(int) + 1); internalClassId = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 0]));;; argc = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 1]));;; args = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 2]));; goto
never executed: goto op_main_DefineObjectLiteral;
op_main_DefineObjectLiteral;
never executed: goto op_main_DefineObjectLiteral;
op_byte_DefineObjectLiteral: base_ptr = code; code += static_cast<quintptr>(3*sizeof(qint8) + 1); internalClassId = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 0]));;; argc = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 1]));;; args = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 2]));; op_main_DefineObjectLiteral:
code before this statement executed 20 times by 4 tests: op_main_DefineObjectLiteral:
Executed by:
  • tst_qqmllistmodelworkerscript
  • tst_qqmlprofilerservice
  • tst_qquicklistview
  • tst_qquickpathview
; (void)base_ptr;; startInstruction(Instr::Type::DefineObjectLiteral); _offset = code - start; generate_DefineObjectLiteral( internalClassId, argc, args ); endInstruction(Instr::Type::DefineObjectLiteral); continue;
executed 20 times by 4 tests: continue;
Executed by:
  • tst_qqmllistmodelworkerscript
  • tst_qqmlprofilerservice
  • tst_qquicklistview
  • tst_qquickpathview
} { const char *base_ptr; op_int_CreateMappedArgumentsObject:
code before this statement never executed: op_int_CreateMappedArgumentsObject:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_CreateMappedArgumentsObject;
op_main_CreateMappedArgumentsObject;
never executed: goto op_main_CreateMappedArgumentsObject;
op_byte_CreateMappedArgumentsObject: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_CreateMappedArgumentsObject:
code before this statement executed 30 times by 5 tests: op_main_CreateMappedArgumentsObject:
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmlqt
  • tst_qquicklayouts
  • tst_qquickworkerscript
; (void)base_ptr;; startInstruction(Instr::Type::CreateMappedArgumentsObject); _offset = code - start; generate_CreateMappedArgumentsObject( ); endInstruction(Instr::Type::CreateMappedArgumentsObject); continue;
executed 30 times by 5 tests: continue;
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmlqt
  • tst_qquicklayouts
  • tst_qquickworkerscript
} { const char *base_ptr; op_int_CreateUnmappedArgumentsObject:
code before this statement never executed: op_int_CreateUnmappedArgumentsObject:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_CreateUnmappedArgumentsObject;
op_main_CreateUnmappedArgumentsObject;
never executed: goto op_main_CreateUnmappedArgumentsObject;
op_byte_CreateUnmappedArgumentsObject: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_CreateUnmappedArgumentsObject:
code before this statement never executed: op_main_CreateUnmappedArgumentsObject:
; (void)base_ptr;; startInstruction(Instr::Type::CreateUnmappedArgumentsObject); _offset = code - start; generate_CreateUnmappedArgumentsObject( ); endInstruction(Instr::Type::CreateUnmappedArgumentsObject); continue;
never executed: continue;
} { int argIndex; const char *base_ptr; op_int_CreateRestParameter:
code before this statement never executed: op_int_CreateRestParameter:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); argIndex = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_CreateRestParameter;
op_main_CreateRestParameter;
never executed: goto op_main_CreateRestParameter;
op_byte_CreateRestParameter: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); argIndex = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_CreateRestParameter:
code before this statement never executed: op_main_CreateRestParameter:
; (void)base_ptr;; startInstruction(Instr::Type::CreateRestParameter); _offset = code - start; generate_CreateRestParameter( argIndex ); endInstruction(Instr::Type::CreateRestParameter); continue;
never executed: continue;
} { int result; const char *base_ptr; op_int_LoadQmlContext:
code before this statement never executed: op_int_LoadQmlContext:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); result = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_LoadQmlContext;
op_main_LoadQmlContext;
never executed: goto op_main_LoadQmlContext;
op_byte_LoadQmlContext: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); result = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_LoadQmlContext:
code before this statement executed 13128 times by 60 tests: op_main_LoadQmlContext:
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlcontext
  • tst_qqmlecmascript
  • tst_qqmlinstantiator
  • tst_qqmlitemmodels
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlnotifier
  • tst_qqmlprofilerservice
  • tst_qqmlproperty
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qqmlvaluetypes
  • tst_qqmlxmlhttprequest
  • tst_qquickaccessible
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • tst_qquickanimations
  • tst_qquickapplication
  • tst_qquickbehaviors
  • ...
; (void)base_ptr;; startInstruction(Instr::Type::LoadQmlContext); _offset = code - start; generate_LoadQmlContext( result ); endInstruction(Instr::Type::LoadQmlContext); continue;
executed 13128 times by 60 tests: continue;
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlcontext
  • tst_qqmlecmascript
  • tst_qqmlinstantiator
  • tst_qqmlitemmodels
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlnotifier
  • tst_qqmlprofilerservice
  • tst_qqmlproperty
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qqmlvaluetypes
  • tst_qqmlxmlhttprequest
  • tst_qquickaccessible
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • tst_qquickanimations
  • tst_qquickapplication
  • tst_qquickbehaviors
  • ...
} { int result; const char *base_ptr; op_int_LoadQmlImportedScripts:
code before this statement never executed: op_int_LoadQmlImportedScripts:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); result = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_LoadQmlImportedScripts;
op_main_LoadQmlImportedScripts;
never executed: goto op_main_LoadQmlImportedScripts;
op_byte_LoadQmlImportedScripts: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); result = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_LoadQmlImportedScripts:
code before this statement executed 13128 times by 60 tests: op_main_LoadQmlImportedScripts:
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlcontext
  • tst_qqmlecmascript
  • tst_qqmlinstantiator
  • tst_qqmlitemmodels
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlnotifier
  • tst_qqmlprofilerservice
  • tst_qqmlproperty
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qqmlvaluetypes
  • tst_qqmlxmlhttprequest
  • tst_qquickaccessible
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • tst_qquickanimations
  • tst_qquickapplication
  • tst_qquickbehaviors
  • ...
; (void)base_ptr;; startInstruction(Instr::Type::LoadQmlImportedScripts); _offset = code - start; generate_LoadQmlImportedScripts( result ); endInstruction(Instr::Type::LoadQmlImportedScripts); continue;
executed 13128 times by 60 tests: continue;
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlcontext
  • tst_qqmlecmascript
  • tst_qqmlinstantiator
  • tst_qqmlitemmodels
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlnotifier
  • tst_qqmlprofilerservice
  • tst_qqmlproperty
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qqmlvaluetypes
  • tst_qqmlxmlhttprequest
  • tst_qquickaccessible
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • tst_qquickanimations
  • tst_qquickapplication
  • tst_qquickbehaviors
  • ...
} { const char *base_ptr; op_int_Yield:
code before this statement never executed: op_int_Yield:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_Yield;
op_main_Yield;
never executed: goto op_main_Yield;
op_byte_Yield: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_Yield:
code before this statement never executed: op_main_Yield:
; (void)base_ptr;; startInstruction(Instr::Type::Yield); _offset = code - start; generate_Yield( ); endInstruction(Instr::Type::Yield); continue;
never executed: continue;
} { int offset; const char *base_ptr; op_int_Resume:
code before this statement never executed: op_int_Resume:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); offset = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_Resume;
op_main_Resume;
never executed: goto op_main_Resume;
op_byte_Resume: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); offset = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_Resume:
code before this statement never executed: op_main_Resume:
; (void)base_ptr;; startInstruction(Instr::Type::Resume); _offset = code - start; generate_Resume( offset ); endInstruction(Instr::Type::Resume); continue;
never executed: continue;
} { int classIndex; int heritage; int computedNames; const char *base_ptr; op_int_CreateClass:
code before this statement never executed: op_int_CreateClass:
base_ptr = code; code += static_cast<quintptr>(3*sizeof(int) + 1); classIndex = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 0]));;; heritage = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 1]));;; computedNames = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 2]));; goto
never executed: goto op_main_CreateClass;
op_main_CreateClass;
never executed: goto op_main_CreateClass;
op_byte_CreateClass: base_ptr = code; code += static_cast<quintptr>(3*sizeof(qint8) + 1); classIndex = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 0]));;; heritage = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 1]));;; computedNames = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 2]));; op_main_CreateClass:
code before this statement never executed: op_main_CreateClass:
; (void)base_ptr;; startInstruction(Instr::Type::CreateClass); _offset = code - start; generate_CreateClass( classIndex, heritage, computedNames ); endInstruction(Instr::Type::CreateClass); continue;
never executed: continue;
} { const char *base_ptr; op_int_LoadSuperConstructor:
code before this statement never executed: op_int_LoadSuperConstructor:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_LoadSuperConstructor;
op_main_LoadSuperConstructor;
never executed: goto op_main_LoadSuperConstructor;
op_byte_LoadSuperConstructor: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_LoadSuperConstructor:
code before this statement never executed: op_main_LoadSuperConstructor:
; (void)base_ptr;; startInstruction(Instr::Type::LoadSuperConstructor); _offset = code - start; generate_LoadSuperConstructor( ); endInstruction(Instr::Type::LoadSuperConstructor); continue;
never executed: continue;
} { int index; const char *base_ptr; op_int_PushScriptContext:
code before this statement never executed: op_int_PushScriptContext:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); index = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_PushScriptContext;
op_main_PushScriptContext;
never executed: goto op_main_PushScriptContext;
op_byte_PushScriptContext: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); index = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_PushScriptContext:
code before this statement never executed: op_main_PushScriptContext:
; (void)base_ptr;; startInstruction(Instr::Type::PushScriptContext); _offset = code - start; generate_PushScriptContext( index ); endInstruction(Instr::Type::PushScriptContext); continue;
never executed: continue;
} { const char *base_ptr; op_int_PopScriptContext:
code before this statement never executed: op_int_PopScriptContext:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_PopScriptContext;
op_main_PopScriptContext;
never executed: goto op_main_PopScriptContext;
op_byte_PopScriptContext: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_PopScriptContext:
code before this statement never executed: op_main_PopScriptContext:
; (void)base_ptr;; startInstruction(Instr::Type::PopScriptContext); _offset = code - start; generate_PopScriptContext( ); endInstruction(Instr::Type::PopScriptContext); continue;
never executed: continue;
} { const char *base_ptr; op_int_Debug:
code before this statement never executed: op_int_Debug:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_Debug;
op_main_Debug;
never executed: goto op_main_Debug;
op_byte_Debug: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_Debug:
code before this statement never executed: op_main_Debug:
; (void)base_ptr;; startInstruction(Instr::Type::Debug); _offset = code - start; generate_Debug( ); endInstruction(Instr::Type::Debug); continue;
never executed: continue;
}
0-28608
19 }-
20}
executed 13188 times by 64 tests: end of block
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qjsengine
  • tst_qjsvalue
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlcontext
  • tst_qqmlecmascript
  • tst_qqmlenginedebugservice
  • tst_qqmlinstantiator
  • tst_qqmlitemmodels
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlnotifier
  • tst_qqmlprofilerservice
  • tst_qqmlproperty
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qqmlvaluetypes
  • tst_qqmlxmlhttprequest
  • tst_qquickaccessible
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • ...
13188
21std::vector<int> ByteCodeHandler::collectLabelsInBytecode(const char *code, uint len)-
22{-
23 static const void *jumpTable[] = { &&op_byte_Nop, &&op_int_Nop, &&op_byte_Ret, &&op_int_Ret, &&op_byte_LoadConst, &&op_int_LoadConst, &&op_byte_LoadZero, &&op_int_LoadZero, &&op_byte_LoadTrue, &&op_int_LoadTrue, &&op_byte_LoadFalse, &&op_int_LoadFalse, &&op_byte_LoadNull, &&op_int_LoadNull, &&op_byte_LoadUndefined, &&op_int_LoadUndefined, &&op_byte_LoadInt, &&op_int_LoadInt, &&op_byte_LoadRuntimeString, &&op_int_LoadRuntimeString, &&op_byte_MoveConst, &&op_int_MoveConst, &&op_byte_LoadReg, &&op_int_LoadReg, &&op_byte_StoreReg, &&op_int_StoreReg, &&op_byte_MoveReg, &&op_int_MoveReg, &&op_byte_LoadLocal, &&op_int_LoadLocal, &&op_byte_StoreLocal, &&op_int_StoreLocal, &&op_byte_LoadScopedLocal, &&op_int_LoadScopedLocal, &&op_byte_StoreScopedLocal, &&op_int_StoreScopedLocal, &&op_byte_MoveRegExp, &&op_int_MoveRegExp, &&op_byte_LoadClosure, &&op_int_LoadClosure, &&op_byte_LoadName, &&op_int_LoadName, &&op_byte_LoadGlobalLookup, &&op_int_LoadGlobalLookup, &&op_byte_StoreNameSloppy, &&op_int_StoreNameSloppy, &&op_byte_StoreNameStrict, &&op_int_StoreNameStrict, &&op_byte_LoadElement, &&op_int_LoadElement, &&op_byte_StoreElement, &&op_int_StoreElement, &&op_byte_LoadProperty, &&op_int_LoadProperty, &&op_byte_GetLookup, &&op_int_GetLookup, &&op_byte_StoreProperty, &&op_int_StoreProperty, &&op_byte_SetLookup, &&op_int_SetLookup, &&op_byte_LoadSuperProperty, &&op_int_LoadSuperProperty, &&op_byte_StoreSuperProperty, &&op_int_StoreSuperProperty, &&op_byte_StoreScopeObjectProperty, &&op_int_StoreScopeObjectProperty, &&op_byte_StoreContextObjectProperty, &&op_int_StoreContextObjectProperty, &&op_byte_LoadScopeObjectProperty, &&op_int_LoadScopeObjectProperty, &&op_byte_LoadContextObjectProperty, &&op_int_LoadContextObjectProperty, &&op_byte_LoadIdObject, &&op_int_LoadIdObject, &&op_byte_ConvertThisToObject, &&op_int_ConvertThisToObject, &&op_byte_ToObject, &&op_int_ToObject, &&op_byte_Jump, &&op_int_Jump, &&op_byte_JumpTrue, &&op_int_JumpTrue, &&op_byte_JumpFalse, &&op_int_JumpFalse, &&op_byte_JumpNoException, &&op_int_JumpNoException, &&op_byte_JumpNotUndefined, &&op_int_JumpNotUndefined, &&op_byte_CmpEqNull, &&op_int_CmpEqNull, &&op_byte_CmpNeNull, &&op_int_CmpNeNull, &&op_byte_CmpEqInt, &&op_int_CmpEqInt, &&op_byte_CmpNeInt, &&op_int_CmpNeInt, &&op_byte_CmpEq, &&op_int_CmpEq, &&op_byte_CmpNe, &&op_int_CmpNe, &&op_byte_CmpGt, &&op_int_CmpGt, &&op_byte_CmpGe, &&op_int_CmpGe, &&op_byte_CmpLt, &&op_int_CmpLt, &&op_byte_CmpLe, &&op_int_CmpLe, &&op_byte_CmpStrictEqual, &&op_int_CmpStrictEqual, &&op_byte_CmpStrictNotEqual, &&op_int_CmpStrictNotEqual, &&op_byte_CmpIn, &&op_int_CmpIn, &&op_byte_CmpInstanceOf, &&op_int_CmpInstanceOf, &&op_byte_UNot, &&op_int_UNot, &&op_byte_UPlus, &&op_int_UPlus, &&op_byte_UMinus, &&op_int_UMinus, &&op_byte_UCompl, &&op_int_UCompl, &&op_byte_Increment, &&op_int_Increment, &&op_byte_Decrement, &&op_int_Decrement, &&op_byte_Add, &&op_int_Add, &&op_byte_BitAnd, &&op_int_BitAnd, &&op_byte_BitOr, &&op_int_BitOr, &&op_byte_BitXor, &&op_int_BitXor, &&op_byte_UShr, &&op_int_UShr, &&op_byte_Shr, &&op_int_Shr, &&op_byte_Shl, &&op_int_Shl, &&op_byte_BitAndConst, &&op_int_BitAndConst, &&op_byte_BitOrConst, &&op_int_BitOrConst, &&op_byte_BitXorConst, &&op_int_BitXorConst, &&op_byte_UShrConst, &&op_int_UShrConst, &&op_byte_ShrConst, &&op_int_ShrConst, &&op_byte_ShlConst, &&op_int_ShlConst, &&op_byte_Exp, &&op_int_Exp, &&op_byte_Mul, &&op_int_Mul, &&op_byte_Div, &&op_int_Div, &&op_byte_Mod, &&op_int_Mod, &&op_byte_Sub, &&op_int_Sub, &&op_byte_CallValue, &&op_int_CallValue, &&op_byte_CallProperty, &&op_int_CallProperty, &&op_byte_CallPropertyLookup, &&op_int_CallPropertyLookup, &&op_byte_CallElement, &&op_int_CallElement, &&op_byte_CallName, &&op_int_CallName, &&op_byte_CallPossiblyDirectEval, &&op_int_CallPossiblyDirectEval, &&op_byte_CallGlobalLookup, &&op_int_CallGlobalLookup, &&op_byte_CallScopeObjectProperty, &&op_int_CallScopeObjectProperty, &&op_byte_CallContextObjectProperty, &&op_int_CallContextObjectProperty, &&op_byte_CallWithSpread, &&op_int_CallWithSpread, &&op_byte_Construct, &&op_int_Construct, &&op_byte_ConstructWithSpread, &&op_int_ConstructWithSpread, &&op_byte_SetUnwindHandler, &&op_int_SetUnwindHandler, &&op_byte_UnwindDispatch, &&op_int_UnwindDispatch, &&op_byte_UnwindToLabel, &&op_int_UnwindToLabel, &&op_byte_ThrowException, &&op_int_ThrowException, &&op_byte_GetException, &&op_int_GetException, &&op_byte_SetException, &&op_int_SetException, &&op_byte_CreateCallContext, &&op_int_CreateCallContext, &&op_byte_PushCatchContext, &&op_int_PushCatchContext, &&op_byte_PushWithContext, &&op_int_PushWithContext, &&op_byte_PushBlockContext, &&op_int_PushBlockContext, &&op_byte_CloneBlockContext, &&op_int_CloneBlockContext, &&op_byte_PopContext, &&op_int_PopContext, &&op_byte_GetIterator, &&op_int_GetIterator, &&op_byte_IteratorNext, &&op_int_IteratorNext, &&op_byte_IteratorClose, &&op_int_IteratorClose, &&op_byte_DestructureRestElement, &&op_int_DestructureRestElement, &&op_byte_DeleteProperty, &&op_int_DeleteProperty, &&op_byte_DeleteName, &&op_int_DeleteName, &&op_byte_TypeofName, &&op_int_TypeofName, &&op_byte_TypeofValue, &&op_int_TypeofValue, &&op_byte_DeclareVar, &&op_int_DeclareVar, &&op_byte_DefineArray, &&op_int_DefineArray, &&op_byte_DefineObjectLiteral, &&op_int_DefineObjectLiteral, &&op_byte_CreateMappedArgumentsObject, &&op_int_CreateMappedArgumentsObject, &&op_byte_CreateUnmappedArgumentsObject, &&op_int_CreateUnmappedArgumentsObject, &&op_byte_CreateRestParameter, &&op_int_CreateRestParameter, &&op_byte_LoadQmlContext, &&op_int_LoadQmlContext, &&op_byte_LoadQmlImportedScripts, &&op_int_LoadQmlImportedScripts, &&op_byte_Yield, &&op_int_Yield, &&op_byte_Resume, &&op_int_Resume, &&op_byte_CreateClass, &&op_int_CreateClass, &&op_byte_LoadSuperConstructor, &&op_int_LoadSuperConstructor, &&op_byte_PushScriptContext, &&op_int_PushScriptContext, &&op_byte_PopScriptContext, &&op_int_PopScriptContext, &&op_byte_Debug, &&op_int_Debug, };;-
24-
25 std::vector<int> labels;-
26-
27 const auto addLabel = [&labels,len](int offset) {-
28 ((offset >= 0 && offset < static_cast<int>(len)) ? static_cast<void>(0) : qt_assert("offset >= 0 && offset < static_cast<int>(len)", __FILE__, 121));-
29 labels.push_back(offset);-
30 }
executed 5954 times by 38 tests: end of block
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qjsengine
  • tst_qqmlbinding
  • tst_qqmlecmascript
  • tst_qqmlinstantiator
  • tst_qqmlitemmodels
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlprofilerservice
  • tst_qqmlqt
  • tst_qqmlxmlhttprequest
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • tst_qquickbehaviors
  • tst_qquickcustomaffector
  • tst_qquickdraghandler
  • tst_qquickdroparea
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmousearea
  • ...
;
5954
31-
32 const char *start = code;-
33 const char *end = code + len;-
34 while (code < end
code < endDescription
TRUEevaluated 143188 times by 64 tests
Evaluated by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qjsengine
  • tst_qjsvalue
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlcontext
  • tst_qqmlecmascript
  • tst_qqmlenginedebugservice
  • tst_qqmlinstantiator
  • tst_qqmlitemmodels
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlnotifier
  • tst_qqmlprofilerservice
  • tst_qqmlproperty
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qqmlvaluetypes
  • tst_qqmlxmlhttprequest
  • tst_qquickaccessible
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • ...
FALSEevaluated 13188 times by 64 tests
Evaluated by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qjsengine
  • tst_qjsvalue
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlcontext
  • tst_qqmlecmascript
  • tst_qqmlenginedebugservice
  • tst_qqmlinstantiator
  • tst_qqmlitemmodels
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlnotifier
  • tst_qqmlprofilerservice
  • tst_qqmlproperty
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qqmlvaluetypes
  • tst_qqmlxmlhttprequest
  • tst_qquickaccessible
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • ...
) {
13188-143188
35 goto
executed 143188 times by 64 tests: goto *jumpTable[*reinterpret_cast<const uchar *>(code)];
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qjsengine
  • tst_qjsvalue
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlcontext
  • tst_qqmlecmascript
  • tst_qqmlenginedebugservice
  • tst_qqmlinstantiator
  • tst_qqmlitemmodels
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlnotifier
  • tst_qqmlprofilerservice
  • tst_qqmlproperty
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qqmlvaluetypes
  • tst_qqmlxmlhttprequest
  • tst_qquickaccessible
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • ...
*jumpTable[*reinterpret_cast<const uchar *>(code)];
executed 143188 times by 64 tests: goto *jumpTable[*reinterpret_cast<const uchar *>(code)];
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qjsengine
  • tst_qjsvalue
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlcontext
  • tst_qqmlecmascript
  • tst_qqmlenginedebugservice
  • tst_qqmlinstantiator
  • tst_qqmlitemmodels
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlnotifier
  • tst_qqmlprofilerservice
  • tst_qqmlproperty
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qqmlvaluetypes
  • tst_qqmlxmlhttprequest
  • tst_qquickaccessible
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • ...
op_byte_Nop: ++code; goto
never executed: goto *jumpTable[*reinterpret_cast<const uchar *>(code)];
*jumpTable[*reinterpret_cast<const uchar *>(code)];
never executed: goto *jumpTable[*reinterpret_cast<const uchar *>(code)];
op_int_Nop: ++code; goto
never executed: goto *jumpTable[0x100 | *reinterpret_cast<const uchar *>(code)];
*jumpTable[0x100 | *reinterpret_cast<const uchar *>(code)];
never executed: goto *jumpTable[0x100 | *reinterpret_cast<const uchar *>(code)];
0-143188
36 do
dead code: do { ((false) ? static_cast<void>(0) : qt_assert_x("Q_UNREACHABLE()", "Q_UNREACHABLE was reached", __FILE__, 129)); __builtin_unreachable(); } while (false);
{ ((false) ? static_cast<void>(0) : qt_assert_x("Q_UNREACHABLE()", "Q_UNREACHABLE was reached", __FILE__, 129)); __builtin_unreachable(); } while (false);
dead code: do { ((false) ? static_cast<void>(0) : qt_assert_x("Q_UNREACHABLE()", "Q_UNREACHABLE was reached", __FILE__, 129)); __builtin_unreachable(); } while (false);
-
37-
38 { int reg; const char *base_ptr; op_int_LoadReg:
code before this statement never executed: op_int_LoadReg:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); reg = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_LoadReg;
op_main_LoadReg;
never executed: goto op_main_LoadReg;
op_byte_LoadReg: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); reg = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_LoadReg:
code before this statement executed 2654 times by 31 tests: op_main_LoadReg:
Executed by:
  • tst_examples
  • tst_qjsengine
  • tst_qjsvalue
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlnotifier
  • tst_qqmlprofilerservice
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickanimations
  • tst_qquickapplication
  • tst_qquickcustomaffector
  • tst_qquickdroparea
  • tst_qquickflickable
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmousearea
  • tst_qquickmultipointtoucharea
  • tst_qquickpathview
  • tst_qquickpincharea
  • ...
; (void)reg;; (void)base_ptr;;
0-2654
39 continue;
executed 2654 times by 31 tests: continue;
Executed by:
  • tst_examples
  • tst_qjsengine
  • tst_qjsvalue
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlnotifier
  • tst_qqmlprofilerservice
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickanimations
  • tst_qquickapplication
  • tst_qquickcustomaffector
  • tst_qquickdroparea
  • tst_qquickflickable
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmousearea
  • tst_qquickmultipointtoucharea
  • tst_qquickpathview
  • tst_qquickpincharea
  • ...
}
2654
40-
41 { int reg; const char *base_ptr; op_int_StoreReg:
code before this statement never executed: op_int_StoreReg:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); reg = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_StoreReg;
op_main_StoreReg;
never executed: goto op_main_StoreReg;
op_byte_StoreReg: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); reg = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_StoreReg:
code before this statement executed 28608 times by 63 tests: op_main_StoreReg:
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qjsengine
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlcontext
  • tst_qqmlecmascript
  • tst_qqmlenginedebugservice
  • tst_qqmlinstantiator
  • tst_qqmlitemmodels
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlnotifier
  • tst_qqmlprofilerservice
  • tst_qqmlproperty
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qqmlvaluetypes
  • tst_qqmlxmlhttprequest
  • tst_qquickaccessible
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • tst_qquickanimations
  • ...
; (void)reg;; (void)base_ptr;;
0-28608
42 continue;
executed 28608 times by 63 tests: continue;
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qjsengine
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlcontext
  • tst_qqmlecmascript
  • tst_qqmlenginedebugservice
  • tst_qqmlinstantiator
  • tst_qqmlitemmodels
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlnotifier
  • tst_qqmlprofilerservice
  • tst_qqmlproperty
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qqmlvaluetypes
  • tst_qqmlxmlhttprequest
  • tst_qquickaccessible
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • tst_qquickanimations
  • ...
}
28608
43-
44 { int srcReg; int destReg; const char *base_ptr; op_int_MoveReg:
code before this statement never executed: op_int_MoveReg:
base_ptr = code; code += static_cast<quintptr>(2*sizeof(int) + 1); srcReg = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 0]));;; destReg = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 1]));; goto
never executed: goto op_main_MoveReg;
op_main_MoveReg;
never executed: goto op_main_MoveReg;
op_byte_MoveReg: base_ptr = code; code += static_cast<quintptr>(2*sizeof(qint8) + 1); srcReg = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 0]));;; destReg = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 1]));; op_main_MoveReg:
code before this statement executed 3186 times by 19 tests: op_main_MoveReg:
Executed by:
  • tst_examples
  • tst_qqmlecmascript
  • tst_qqmlitemmodels
  • tst_qqmllocale
  • tst_qqmlprofilerservice
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickanimations
  • tst_qquickapplication
  • tst_qquickcustomaffector
  • tst_qquickdraghandler
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickpositioners
  • tst_qquickrepeater
  • tst_qquickvisualdatamodel
  • tst_signalspy
; (void)srcReg;; (void)destReg;; (void)base_ptr;;
0-3186
45 continue;
executed 3186 times by 19 tests: continue;
Executed by:
  • tst_examples
  • tst_qqmlecmascript
  • tst_qqmlitemmodels
  • tst_qqmllocale
  • tst_qqmlprofilerservice
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickanimations
  • tst_qquickapplication
  • tst_qquickcustomaffector
  • tst_qquickdraghandler
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickpositioners
  • tst_qquickrepeater
  • tst_qquickvisualdatamodel
  • tst_signalspy
}
3186
46-
47 { int index; const char *base_ptr; op_int_LoadConst:
code before this statement never executed: op_int_LoadConst:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); index = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_LoadConst;
op_main_LoadConst;
never executed: goto op_main_LoadConst;
op_byte_LoadConst: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); index = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_LoadConst:
code before this statement executed 126 times by 7 tests: op_main_LoadConst:
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_qqmlecmascript
  • tst_qqmlvaluetypeproviders
  • tst_qquickaccessible
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
; (void)index;; (void)base_ptr;;
0-126
48 continue;
executed 126 times by 7 tests: continue;
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_qqmlecmascript
  • tst_qqmlvaluetypeproviders
  • tst_qquickaccessible
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
}
126
49-
50 { const char *base_ptr; op_int_LoadNull:
code before this statement never executed: op_int_LoadNull:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_LoadNull;
op_main_LoadNull;
never executed: goto op_main_LoadNull;
op_byte_LoadNull: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_LoadNull:
code before this statement executed 248 times by 7 tests: op_main_LoadNull:
Executed by:
  • tst_examples
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_signalspy
; (void)base_ptr;;
0-248
51 continue;
executed 248 times by 7 tests: continue;
Executed by:
  • tst_examples
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_signalspy
}
248
52-
53 { const char *base_ptr; op_int_LoadZero:
code before this statement never executed: op_int_LoadZero:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_LoadZero;
op_main_LoadZero;
never executed: goto op_main_LoadZero;
op_byte_LoadZero: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_LoadZero:
code before this statement executed 724 times by 24 tests: op_main_LoadZero:
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_qjsengine
  • tst_qqmlecmascript
  • tst_qqmllocale
  • tst_qqmlqt
  • tst_qqmlxmlhttprequest
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • tst_qquickcustomaffector
  • tst_qquickdraghandler
  • tst_qquickflickable
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmultipointtoucharea
  • tst_qquickpathview
  • tst_qquickpositioners
  • tst_qquickrepeater
  • tst_qquicktaphandler
  • tst_qquicktext
  • tst_qquickvisualdatamodel
  • tst_scenegraph
; (void)base_ptr;;
0-724
54 continue;
executed 724 times by 24 tests: continue;
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_qjsengine
  • tst_qqmlecmascript
  • tst_qqmllocale
  • tst_qqmlqt
  • tst_qqmlxmlhttprequest
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • tst_qquickcustomaffector
  • tst_qquickdraghandler
  • tst_qquickflickable
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmultipointtoucharea
  • tst_qquickpathview
  • tst_qquickpositioners
  • tst_qquickrepeater
  • tst_qquicktaphandler
  • tst_qquicktext
  • tst_qquickvisualdatamodel
  • tst_scenegraph
}
724
55-
56 { const char *base_ptr; op_int_LoadTrue:
code before this statement never executed: op_int_LoadTrue:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_LoadTrue;
op_main_LoadTrue;
never executed: goto op_main_LoadTrue;
op_byte_LoadTrue: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_LoadTrue:
code before this statement executed 290 times by 14 tests: op_main_LoadTrue:
Executed by:
  • tst_examples
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickbehaviors
  • tst_qquickcustomaffector
  • tst_qquickdraghandler
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmultipointtoucharea
  • tst_qquickvisualdatamodel
  • tst_signalspy
; (void)base_ptr;;
0-290
57 continue;
executed 290 times by 14 tests: continue;
Executed by:
  • tst_examples
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickbehaviors
  • tst_qquickcustomaffector
  • tst_qquickdraghandler
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmultipointtoucharea
  • tst_qquickvisualdatamodel
  • tst_signalspy
}
290
58-
59 { const char *base_ptr; op_int_LoadFalse:
code before this statement never executed: op_int_LoadFalse:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_LoadFalse;
op_main_LoadFalse;
never executed: goto op_main_LoadFalse;
op_byte_LoadFalse: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_LoadFalse:
code before this statement executed 184 times by 14 tests: op_main_LoadFalse:
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qquickanimationcontroller
  • tst_qquickdraghandler
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmousearea
  • tst_qquickmultipointtoucharea
  • tst_qquickrepeater
  • tst_qquickvisualdatamodel
  • tst_qquickworkerscript
  • tst_signalspy
; (void)base_ptr;;
0-184
60 continue;
executed 184 times by 14 tests: continue;
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qquickanimationcontroller
  • tst_qquickdraghandler
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmousearea
  • tst_qquickmultipointtoucharea
  • tst_qquickrepeater
  • tst_qquickvisualdatamodel
  • tst_qquickworkerscript
  • tst_signalspy
}
184
61-
62 { const char *base_ptr; op_int_LoadUndefined:
code before this statement never executed: op_int_LoadUndefined:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_LoadUndefined;
op_main_LoadUndefined;
never executed: goto op_main_LoadUndefined;
op_byte_LoadUndefined: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_LoadUndefined:
code before this statement executed 1472 times by 37 tests: op_main_LoadUndefined:
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qjsengine
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlprofilerservice
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickbehaviors
  • tst_qquickcustomaffector
  • tst_qquickdraghandler
  • tst_qquickdroparea
  • tst_qquickflickable
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquickitemparticle
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickloader
  • ...
; (void)base_ptr;;
0-1472
63 continue;
executed 1472 times by 37 tests: continue;
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qjsengine
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlprofilerservice
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickbehaviors
  • tst_qquickcustomaffector
  • tst_qquickdraghandler
  • tst_qquickdroparea
  • tst_qquickflickable
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquickitemparticle
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickloader
  • ...
}
1472
64-
65 { int value; const char *base_ptr; op_int_LoadInt:
code before this statement never executed: op_int_LoadInt:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); value = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
executed 62 times by 4 tests: goto op_main_LoadInt;
Executed by:
  • tst_examples
  • tst_qquicklayouts
  • tst_qquickmousearea
  • tst_qquickpincharea
op_main_LoadInt;
executed 62 times by 4 tests: goto op_main_LoadInt;
Executed by:
  • tst_examples
  • tst_qquicklayouts
  • tst_qquickmousearea
  • tst_qquickpincharea
op_byte_LoadInt: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); value = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_LoadInt:
code before this statement executed 1778 times by 33 tests: op_main_LoadInt:
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qjsengine
  • tst_qqmlbinding
  • tst_qqmlecmascript
  • tst_qqmlenginedebugservice
  • tst_qqmlinstantiator
  • tst_qqmllistmodelworkerscript
  • tst_qqmlprofilerservice
  • tst_qqmlqt
  • tst_qquickaccessible
  • tst_qquickanimatedimage
  • tst_qquickbehaviors
  • tst_qquickcustomaffector
  • tst_qquickdraghandler
  • tst_qquickflickable
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquickitemparticle
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickloader
  • tst_qquickmousearea
  • tst_qquickpathview
  • ...
; (void)value;; (void)base_ptr;;
0-1778
66 continue;
executed 1840 times by 34 tests: continue;
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qjsengine
  • tst_qqmlbinding
  • tst_qqmlecmascript
  • tst_qqmlenginedebugservice
  • tst_qqmlinstantiator
  • tst_qqmllistmodelworkerscript
  • tst_qqmlprofilerservice
  • tst_qqmlqt
  • tst_qquickaccessible
  • tst_qquickanimatedimage
  • tst_qquickbehaviors
  • tst_qquickcustomaffector
  • tst_qquickdraghandler
  • tst_qquickflickable
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquickitemparticle
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickloader
  • tst_qquickmousearea
  • tst_qquickpathview
  • ...
}
1840
67-
68 { int constIndex; int destTemp; const char *base_ptr; op_int_MoveConst:
code before this statement never executed: op_int_MoveConst:
base_ptr = code; code += static_cast<quintptr>(2*sizeof(int) + 1); constIndex = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 0]));;; destTemp = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 1]));; goto
never executed: goto op_main_MoveConst;
op_main_MoveConst;
never executed: goto op_main_MoveConst;
op_byte_MoveConst: base_ptr = code; code += static_cast<quintptr>(2*sizeof(qint8) + 1); constIndex = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 0]));;; destTemp = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 1]));; op_main_MoveConst:
code before this statement executed 964 times by 18 tests: op_main_MoveConst:
Executed by:
  • tst_examples
  • tst_qqmlbinding
  • tst_qqmlecmascript
  • tst_qqmlitemmodels
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlnotifier
  • tst_qqmlprofilerservice
  • tst_qquickaccessible
  • tst_qquickanimationcontroller
  • tst_qquickdesignersupport
  • tst_qquickdraghandler
  • tst_qquickflickable
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickpositioners
  • tst_qquickrepeater
; (void)constIndex;; (void)destTemp;; (void)base_ptr;;
0-964
69 continue;
executed 964 times by 18 tests: continue;
Executed by:
  • tst_examples
  • tst_qqmlbinding
  • tst_qqmlecmascript
  • tst_qqmlitemmodels
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlnotifier
  • tst_qqmlprofilerservice
  • tst_qquickaccessible
  • tst_qquickanimationcontroller
  • tst_qquickdesignersupport
  • tst_qquickdraghandler
  • tst_qquickflickable
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickpositioners
  • tst_qquickrepeater
}
964
70-
71 { int index; const char *base_ptr; op_int_LoadLocal:
code before this statement never executed: op_int_LoadLocal:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); index = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_LoadLocal;
op_main_LoadLocal;
never executed: goto op_main_LoadLocal;
op_byte_LoadLocal: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); index = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_LoadLocal:
code before this statement executed 382 times by 8 tests: op_main_LoadLocal:
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmlqt
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_qquickworkerscript
  • tst_testfiltering
; (void)index;; (void)base_ptr;;
0-382
72 continue;
executed 382 times by 8 tests: continue;
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmlqt
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_qquickworkerscript
  • tst_testfiltering
}
382
73-
74 { int index; const char *base_ptr; op_int_StoreLocal:
code before this statement never executed: op_int_StoreLocal:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); index = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_StoreLocal;
op_main_StoreLocal;
never executed: goto op_main_StoreLocal;
op_byte_StoreLocal: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); index = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_StoreLocal:
code before this statement executed 46 times by 4 tests: op_main_StoreLocal:
Executed by:
  • tst_qqmllistmodelworkerscript
  • tst_qqmlqt
  • tst_qqmlxmlhttprequest
  • tst_qquicklayouts
; (void)index;; (void)base_ptr;;
0-46
75 continue;
executed 46 times by 4 tests: continue;
Executed by:
  • tst_qqmllistmodelworkerscript
  • tst_qqmlqt
  • tst_qqmlxmlhttprequest
  • tst_qquicklayouts
}
46
76-
77 { int scope; int index; const char *base_ptr; op_int_LoadScopedLocal:
code before this statement never executed: op_int_LoadScopedLocal:
base_ptr = code; code += static_cast<quintptr>(2*sizeof(int) + 1); scope = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 0]));;; index = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 1]));; goto
never executed: goto op_main_LoadScopedLocal;
op_main_LoadScopedLocal;
never executed: goto op_main_LoadScopedLocal;
op_byte_LoadScopedLocal: base_ptr = code; code += static_cast<quintptr>(2*sizeof(qint8) + 1); scope = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 0]));;; index = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 1]));; op_main_LoadScopedLocal:
code before this statement executed 24 times by 3 tests: op_main_LoadScopedLocal:
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qquickworkerscript
; (void)scope;; (void)index;; (void)base_ptr;;
0-24
78 continue;
executed 24 times by 3 tests: continue;
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qquickworkerscript
}
24
79-
80 { int scope; int index; const char *base_ptr; op_int_StoreScopedLocal:
code before this statement never executed: op_int_StoreScopedLocal:
base_ptr = code; code += static_cast<quintptr>(2*sizeof(int) + 1); scope = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 0]));;; index = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 1]));; goto
never executed: goto op_main_StoreScopedLocal;
op_main_StoreScopedLocal;
never executed: goto op_main_StoreScopedLocal;
op_byte_StoreScopedLocal: base_ptr = code; code += static_cast<quintptr>(2*sizeof(qint8) + 1); scope = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 0]));;; index = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 1]));; op_main_StoreScopedLocal:
code before this statement never executed: op_main_StoreScopedLocal:
; (void)scope;; (void)index;; (void)base_ptr;;
0
81 continue;
never executed: continue;
}
0
82-
83 { int stringId; const char *base_ptr; op_int_LoadRuntimeString:
code before this statement never executed: op_int_LoadRuntimeString:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); stringId = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
executed 594 times by 4 tests: goto op_main_LoadRuntimeString;
Executed by:
  • tst_examples
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_testfiltering
op_main_LoadRuntimeString;
executed 594 times by 4 tests: goto op_main_LoadRuntimeString;
Executed by:
  • tst_examples
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_testfiltering
op_byte_LoadRuntimeString: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); stringId = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_LoadRuntimeString:
code before this statement executed 2692 times by 30 tests: op_main_LoadRuntimeString:
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qjsengine
  • tst_qqmlcomponent
  • tst_qqmlecmascript
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmlproperty
  • tst_qqmlqt
  • tst_qqmlxmlhttprequest
  • tst_qquickaccessible
  • tst_qquickanimationcontroller
  • tst_qquickanimations
  • tst_qquickdraghandler
  • tst_qquickfolderlistmodel
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmousearea
  • tst_qquickmultipointtoucharea
  • tst_qquickpathview
  • tst_qquickpositioners
  • tst_qquickrepeater
  • ...
; (void)stringId;; (void)base_ptr;;
0-2692
84 continue;
executed 3286 times by 31 tests: continue;
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qjsengine
  • tst_qqmlcomponent
  • tst_qqmlecmascript
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmlproperty
  • tst_qqmlqt
  • tst_qqmlxmlhttprequest
  • tst_qquickaccessible
  • tst_qquickanimationcontroller
  • tst_qquickanimations
  • tst_qquickdraghandler
  • tst_qquickfolderlistmodel
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmousearea
  • tst_qquickmultipointtoucharea
  • tst_qquickpathview
  • tst_qquickpositioners
  • tst_qquickrepeater
  • ...
}
3286
85-
86 { int regExpId; int destReg; const char *base_ptr; op_int_MoveRegExp:
code before this statement never executed: op_int_MoveRegExp:
base_ptr = code; code += static_cast<quintptr>(2*sizeof(int) + 1); regExpId = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 0]));;; destReg = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 1]));; goto
never executed: goto op_main_MoveRegExp;
op_main_MoveRegExp;
never executed: goto op_main_MoveRegExp;
op_byte_MoveRegExp: base_ptr = code; code += static_cast<quintptr>(2*sizeof(qint8) + 1); regExpId = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 0]));;; destReg = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 1]));; op_main_MoveRegExp:
code before this statement never executed: op_main_MoveRegExp:
; (void)regExpId;; (void)destReg;; (void)base_ptr;;
0
87 continue;
never executed: continue;
}
0
88-
89 { int value; const char *base_ptr; op_int_LoadClosure:
code before this statement never executed: op_int_LoadClosure:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); value = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_LoadClosure;
op_main_LoadClosure;
never executed: goto op_main_LoadClosure;
op_byte_LoadClosure: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); value = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_LoadClosure:
code before this statement executed 26 times by 6 tests: op_main_LoadClosure:
Executed by:
  • tst_examples
  • tst_qqmlecmascript
  • tst_qqmlnotifier
  • tst_qqmlxmlhttprequest
  • tst_qquickworkerscript
  • tst_qv4assembler
; (void)value;; (void)base_ptr;;
0-26
90 continue;
executed 26 times by 6 tests: continue;
Executed by:
  • tst_examples
  • tst_qqmlecmascript
  • tst_qqmlnotifier
  • tst_qqmlxmlhttprequest
  • tst_qquickworkerscript
  • tst_qv4assembler
}
26
91-
92 { int name; const char *base_ptr; op_int_LoadName:
code before this statement never executed: op_int_LoadName:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); name = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
executed 186 times by 3 tests: goto op_main_LoadName;
Executed by:
  • tst_examples
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
op_main_LoadName;
executed 186 times by 3 tests: goto op_main_LoadName;
Executed by:
  • tst_examples
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
op_byte_LoadName: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); name = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_LoadName:
code before this statement executed 14454 times by 47 tests: op_main_LoadName:
Executed by:
  • tst_examples
  • tst_multipointtoucharea_interop
  • tst_qjsengine
  • tst_qqmlcomponent
  • tst_qqmlcontext
  • tst_qqmlecmascript
  • tst_qqmlenginedebugservice
  • tst_qqmlinstantiator
  • tst_qqmlitemmodels
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlnotifier
  • tst_qqmlprofilerservice
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qqmlvaluetypes
  • tst_qqmlxmlhttprequest
  • tst_qquickaccessible
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • tst_qquickanimations
  • tst_qquickapplication
  • tst_qquickborderimage
  • tst_qquickdesignersupport
  • ...
; (void)name;; (void)base_ptr;;
0-14454
93 continue;
executed 14640 times by 47 tests: continue;
Executed by:
  • tst_examples
  • tst_multipointtoucharea_interop
  • tst_qjsengine
  • tst_qqmlcomponent
  • tst_qqmlcontext
  • tst_qqmlecmascript
  • tst_qqmlenginedebugservice
  • tst_qqmlinstantiator
  • tst_qqmlitemmodels
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlnotifier
  • tst_qqmlprofilerservice
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qqmlvaluetypes
  • tst_qqmlxmlhttprequest
  • tst_qquickaccessible
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • tst_qquickanimations
  • tst_qquickapplication
  • tst_qquickborderimage
  • tst_qquickdesignersupport
  • ...
}
14640
94-
95 { int index; const char *base_ptr; op_int_LoadGlobalLookup:
code before this statement never executed: op_int_LoadGlobalLookup:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); index = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_LoadGlobalLookup;
op_main_LoadGlobalLookup;
never executed: goto op_main_LoadGlobalLookup;
op_byte_LoadGlobalLookup: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); index = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_LoadGlobalLookup:
code before this statement executed 8 times by 3 tests: op_main_LoadGlobalLookup:
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qquickworkerscript
; (void)index;; (void)base_ptr;;
0-8
96 continue;
executed 8 times by 3 tests: continue;
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qquickworkerscript
}
8
97-
98 { int name; const char *base_ptr; op_int_StoreNameSloppy:
code before this statement never executed: op_int_StoreNameSloppy:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); name = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_StoreNameSloppy;
op_main_StoreNameSloppy;
never executed: goto op_main_StoreNameSloppy;
op_byte_StoreNameSloppy: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); name = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_StoreNameSloppy:
code before this statement executed 44 times by 7 tests: op_main_StoreNameSloppy:
Executed by:
  • tst_examples
  • tst_qqmlecmascript
  • tst_qquickapplication
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklistview
  • tst_qquickmultipointtoucharea
; (void)name;; (void)base_ptr;;
0-44
99 continue;
executed 44 times by 7 tests: continue;
Executed by:
  • tst_examples
  • tst_qqmlecmascript
  • tst_qquickapplication
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklistview
  • tst_qquickmultipointtoucharea
}
44
100-
101 { int name; const char *base_ptr; op_int_StoreNameStrict:
code before this statement never executed: op_int_StoreNameStrict:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); name = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_StoreNameStrict;
op_main_StoreNameStrict;
never executed: goto op_main_StoreNameStrict;
op_byte_StoreNameStrict: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); name = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_StoreNameStrict:
code before this statement executed 2 times by 1 test: op_main_StoreNameStrict:
Executed by:
  • tst_qv4assembler
; (void)name;; (void)base_ptr;;
0-2
102 continue;
executed 2 times by 1 test: continue;
Executed by:
  • tst_qv4assembler
}
2
103-
104 { int base; const char *base_ptr; op_int_LoadElement:
code before this statement never executed: op_int_LoadElement:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); base = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_LoadElement;
op_main_LoadElement;
never executed: goto op_main_LoadElement;
op_byte_LoadElement: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); base = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_LoadElement:
code before this statement executed 458 times by 15 tests: op_main_LoadElement:
Executed by:
  • tst_examples
  • tst_multipointtoucharea_interop
  • tst_qqmlecmascript
  • tst_qqmlprofilerservice
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickcustomaffector
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickpositioners
  • tst_qquickrepeater
  • tst_qquickvisualdatamodel
  • tst_signalspy
; (void)base;; (void)base_ptr;;
0-458
105 continue;
executed 458 times by 15 tests: continue;
Executed by:
  • tst_examples
  • tst_multipointtoucharea_interop
  • tst_qqmlecmascript
  • tst_qqmlprofilerservice
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickcustomaffector
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickpositioners
  • tst_qquickrepeater
  • tst_qquickvisualdatamodel
  • tst_signalspy
}
458
106-
107 { int base; int index; const char *base_ptr; op_int_StoreElement:
code before this statement never executed: op_int_StoreElement:
base_ptr = code; code += static_cast<quintptr>(2*sizeof(int) + 1); base = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 0]));;; index = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 1]));; goto
never executed: goto op_main_StoreElement;
op_main_StoreElement;
never executed: goto op_main_StoreElement;
op_byte_StoreElement: base_ptr = code; code += static_cast<quintptr>(2*sizeof(qint8) + 1); base = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 0]));;; index = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 1]));; op_main_StoreElement:
code before this statement executed 368 times by 3 tests: op_main_StoreElement:
Executed by:
  • tst_qquickgridview
  • tst_qquicklistview
  • tst_qquickpositioners
; (void)base;; (void)index;; (void)base_ptr;;
0-368
108 continue;
executed 368 times by 3 tests: continue;
Executed by:
  • tst_qquickgridview
  • tst_qquicklistview
  • tst_qquickpositioners
}
368
109-
110 { int name; const char *base_ptr; op_int_LoadProperty:
code before this statement never executed: op_int_LoadProperty:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); name = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
executed 456 times by 4 tests: goto op_main_LoadProperty;
Executed by:
  • tst_examples
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_testfiltering
op_main_LoadProperty;
executed 456 times by 4 tests: goto op_main_LoadProperty;
Executed by:
  • tst_examples
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_testfiltering
op_byte_LoadProperty: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); name = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_LoadProperty:
code before this statement executed 14566 times by 46 tests: op_main_LoadProperty:
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qqmlbinding
  • tst_qqmlecmascript
  • tst_qqmlinstantiator
  • tst_qqmlitemmodels
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlnotifier
  • tst_qqmlprofilerservice
  • tst_qqmlqt
  • tst_qqmlvaluetypes
  • tst_qqmlxmlhttprequest
  • tst_qquickaccessible
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • tst_qquickanimations
  • tst_qquickapplication
  • tst_qquickcustomaffector
  • tst_qquickdesignersupport
  • tst_qquickdrag
  • tst_qquickdraghandler
  • tst_qquickdroparea
  • tst_qquickflickable
  • ...
; (void)name;; (void)base_ptr;;
0-14566
111 continue;
executed 15022 times by 47 tests: continue;
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qqmlbinding
  • tst_qqmlecmascript
  • tst_qqmlinstantiator
  • tst_qqmlitemmodels
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlnotifier
  • tst_qqmlprofilerservice
  • tst_qqmlqt
  • tst_qqmlvaluetypes
  • tst_qqmlxmlhttprequest
  • tst_qquickaccessible
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • tst_qquickanimations
  • tst_qquickapplication
  • tst_qquickcustomaffector
  • tst_qquickdesignersupport
  • tst_qquickdrag
  • tst_qquickdraghandler
  • tst_qquickdroparea
  • tst_qquickflickable
  • ...
}
15022
112-
113 { int index; const char *base_ptr; op_int_GetLookup:
code before this statement never executed: op_int_GetLookup:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); index = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_GetLookup;
op_main_GetLookup;
never executed: goto op_main_GetLookup;
op_byte_GetLookup: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); index = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_GetLookup:
code before this statement executed 32 times by 3 tests: op_main_GetLookup:
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qquickworkerscript
; (void)index;; (void)base_ptr;;
0-32
114 continue;
executed 32 times by 3 tests: continue;
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qquickworkerscript
}
32
115-
116 { int name; int base; const char *base_ptr; op_int_StoreProperty:
code before this statement never executed: op_int_StoreProperty:
base_ptr = code; code += static_cast<quintptr>(2*sizeof(int) + 1); name = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 0]));;; base = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 1]));; goto
never executed: goto op_main_StoreProperty;
op_main_StoreProperty;
never executed: goto op_main_StoreProperty;
op_byte_StoreProperty: base_ptr = code; code += static_cast<quintptr>(2*sizeof(qint8) + 1); name = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 0]));;; base = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 1]));; op_main_StoreProperty:
code before this statement executed 904 times by 24 tests: op_main_StoreProperty:
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickanimations
  • tst_qquickcustomaffector
  • tst_qquickdraghandler
  • tst_qquickdroparea
  • tst_qquickgridview
  • tst_qquickitemparticle
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmousearea
  • tst_qquickpathview
  • tst_qquickpincharea
  • tst_qquickpositioners
  • tst_qquickrepeater
  • tst_qquicksmoothedanimation
  • tst_qquicktext
  • tst_qquickvisualdatamodel
  • tst_qquickworkerscript
  • tst_signalspy
; (void)name;; (void)base;; (void)base_ptr;;
0-904
117 continue;
executed 904 times by 24 tests: continue;
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickanimations
  • tst_qquickcustomaffector
  • tst_qquickdraghandler
  • tst_qquickdroparea
  • tst_qquickgridview
  • tst_qquickitemparticle
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmousearea
  • tst_qquickpathview
  • tst_qquickpincharea
  • tst_qquickpositioners
  • tst_qquickrepeater
  • tst_qquicksmoothedanimation
  • tst_qquicktext
  • tst_qquickvisualdatamodel
  • tst_qquickworkerscript
  • tst_signalspy
}
904
118-
119 { int index; int base; const char *base_ptr; op_int_SetLookup:
code before this statement never executed: op_int_SetLookup:
base_ptr = code; code += static_cast<quintptr>(2*sizeof(int) + 1); index = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 0]));;; base = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 1]));; goto
never executed: goto op_main_SetLookup;
op_main_SetLookup;
never executed: goto op_main_SetLookup;
op_byte_SetLookup: base_ptr = code; code += static_cast<quintptr>(2*sizeof(qint8) + 1); index = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 0]));;; base = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 1]));; op_main_SetLookup:
code before this statement never executed: op_main_SetLookup:
; (void)index;; (void)base;; (void)base_ptr;;
0
120 continue;
never executed: continue;
}
0
121-
122 { int property; const char *base_ptr; op_int_LoadSuperProperty:
code before this statement never executed: op_int_LoadSuperProperty:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); property = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_LoadSuperProperty;
op_main_LoadSuperProperty;
never executed: goto op_main_LoadSuperProperty;
op_byte_LoadSuperProperty: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); property = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_LoadSuperProperty:
code before this statement never executed: op_main_LoadSuperProperty:
; (void)property;; (void)base_ptr;;
0
123 continue;
never executed: continue;
}
0
124-
125 { int property; const char *base_ptr; op_int_StoreSuperProperty:
code before this statement never executed: op_int_StoreSuperProperty:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); property = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_StoreSuperProperty;
op_main_StoreSuperProperty;
never executed: goto op_main_StoreSuperProperty;
op_byte_StoreSuperProperty: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); property = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_StoreSuperProperty:
code before this statement never executed: op_main_StoreSuperProperty:
; (void)property;; (void)base_ptr;;
0
126 continue;
never executed: continue;
}
0
127-
128 { int base; int propertyIndex; const char *base_ptr; op_int_StoreScopeObjectProperty:
code before this statement never executed: op_int_StoreScopeObjectProperty:
base_ptr = code; code += static_cast<quintptr>(2*sizeof(int) + 1); base = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 0]));;; propertyIndex = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 1]));; goto
never executed: goto op_main_StoreScopeObjectProperty;
op_main_StoreScopeObjectProperty;
never executed: goto op_main_StoreScopeObjectProperty;
op_byte_StoreScopeObjectProperty: base_ptr = code; code += static_cast<quintptr>(2*sizeof(qint8) + 1); base = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 0]));;; propertyIndex = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 1]));; op_main_StoreScopeObjectProperty:
code before this statement executed 384 times by 21 tests: op_main_StoreScopeObjectProperty:
Executed by:
  • tst_examples
  • tst_multipointtoucharea_interop
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlecmascript
  • tst_qqmllocale
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickbehaviors
  • tst_qquickdroparea
  • tst_qquickflickable
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickloader
  • tst_qquickmultipointtoucharea
  • tst_qquickrepeater
  • tst_qquicksmoothedanimation
  • tst_signalspy
  • tst_testfiltering
; (void)base;; (void)propertyIndex;; (void)base_ptr;;
0-384
129 continue;
executed 384 times by 21 tests: continue;
Executed by:
  • tst_examples
  • tst_multipointtoucharea_interop
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlecmascript
  • tst_qqmllocale
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickbehaviors
  • tst_qquickdroparea
  • tst_qquickflickable
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickloader
  • tst_qquickmultipointtoucharea
  • tst_qquickrepeater
  • tst_qquicksmoothedanimation
  • tst_signalspy
  • tst_testfiltering
}
384
130-
131 { int propertyIndex; int base; int captureRequired; const char *base_ptr; op_int_LoadScopeObjectProperty:
code before this statement never executed: op_int_LoadScopeObjectProperty:
base_ptr = code; code += static_cast<quintptr>(3*sizeof(int) + 1); propertyIndex = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 0]));;; base = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 1]));;; captureRequired = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 2]));; goto
never executed: goto op_main_LoadScopeObjectProperty;
op_main_LoadScopeObjectProperty;
never executed: goto op_main_LoadScopeObjectProperty;
op_byte_LoadScopeObjectProperty: base_ptr = code; code += static_cast<quintptr>(3*sizeof(qint8) + 1); propertyIndex = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 0]));;; base = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 1]));;; captureRequired = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 2]));; op_main_LoadScopeObjectProperty:
code before this statement executed 4474 times by 43 tests: op_main_LoadScopeObjectProperty:
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qqmlbinding
  • tst_qqmlecmascript
  • tst_qqmlinstantiator
  • tst_qqmlitemmodels
  • tst_qqmllocale
  • tst_qqmlproperty
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qqmlvaluetypes
  • tst_qqmlxmlhttprequest
  • tst_qquickaccessible
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • tst_qquickanimations
  • tst_qquickbehaviors
  • tst_qquickdesignersupport
  • tst_qquickdraghandler
  • tst_qquickdroparea
  • tst_qquickflickable
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklayouts
  • ...
; (void)propertyIndex;; (void)base;; (void)captureRequired;; (void)base_ptr;;
0-4474
132 continue;
executed 4474 times by 43 tests: continue;
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qqmlbinding
  • tst_qqmlecmascript
  • tst_qqmlinstantiator
  • tst_qqmlitemmodels
  • tst_qqmllocale
  • tst_qqmlproperty
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qqmlvaluetypes
  • tst_qqmlxmlhttprequest
  • tst_qquickaccessible
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • tst_qquickanimations
  • tst_qquickbehaviors
  • tst_qquickdesignersupport
  • tst_qquickdraghandler
  • tst_qquickdroparea
  • tst_qquickflickable
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklayouts
  • ...
}
4474
133-
134 { int base; int propertyIndex; const char *base_ptr; op_int_StoreContextObjectProperty:
code before this statement never executed: op_int_StoreContextObjectProperty:
base_ptr = code; code += static_cast<quintptr>(2*sizeof(int) + 1); base = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 0]));;; propertyIndex = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 1]));; goto
never executed: goto op_main_StoreContextObjectProperty;
op_main_StoreContextObjectProperty;
never executed: goto op_main_StoreContextObjectProperty;
op_byte_StoreContextObjectProperty: base_ptr = code; code += static_cast<quintptr>(2*sizeof(qint8) + 1); base = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 0]));;; propertyIndex = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 1]));; op_main_StoreContextObjectProperty:
code before this statement never executed: op_main_StoreContextObjectProperty:
; (void)base;; (void)propertyIndex;; (void)base_ptr;;
0
135 continue;
never executed: continue;
}
0
136-
137 { int propertyIndex; int base; int captureRequired; const char *base_ptr; op_int_LoadContextObjectProperty:
code before this statement never executed: op_int_LoadContextObjectProperty:
base_ptr = code; code += static_cast<quintptr>(3*sizeof(int) + 1); propertyIndex = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 0]));;; base = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 1]));;; captureRequired = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 2]));; goto
never executed: goto op_main_LoadContextObjectProperty;
op_main_LoadContextObjectProperty;
never executed: goto op_main_LoadContextObjectProperty;
op_byte_LoadContextObjectProperty: base_ptr = code; code += static_cast<quintptr>(3*sizeof(qint8) + 1); propertyIndex = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 0]));;; base = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 1]));;; captureRequired = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 2]));; op_main_LoadContextObjectProperty:
code before this statement never executed: op_main_LoadContextObjectProperty:
; (void)propertyIndex;; (void)base;; (void)captureRequired;; (void)base_ptr;;
0
138 continue;
never executed: continue;
}
0
139-
140 { int index; int base; const char *base_ptr; op_int_LoadIdObject:
code before this statement never executed: op_int_LoadIdObject:
base_ptr = code; code += static_cast<quintptr>(2*sizeof(int) + 1); index = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 0]));;; base = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 1]));; goto
never executed: goto op_main_LoadIdObject;
op_main_LoadIdObject;
never executed: goto op_main_LoadIdObject;
op_byte_LoadIdObject: base_ptr = code; code += static_cast<quintptr>(2*sizeof(qint8) + 1); index = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 0]));;; base = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 1]));; op_main_LoadIdObject:
code before this statement executed 4110 times by 32 tests: op_main_LoadIdObject:
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qqmlbinding
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmlnotifier
  • tst_qqmlqt
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickanimations
  • tst_qquickcustomaffector
  • tst_qquickdraghandler
  • tst_qquickfontloader
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquickitemparticle
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmousearea
  • tst_qquickmultipointtoucharea
  • tst_qquickpathview
  • tst_qquickpincharea
  • tst_qquickrepeater
  • tst_qquickshadereffect
  • ...
; (void)index;; (void)base;; (void)base_ptr;;
0-4110
141 continue;
executed 4110 times by 32 tests: continue;
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qqmlbinding
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmlnotifier
  • tst_qqmlqt
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickanimations
  • tst_qquickcustomaffector
  • tst_qquickdraghandler
  • tst_qquickfontloader
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquickitemparticle
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmousearea
  • tst_qquickmultipointtoucharea
  • tst_qquickpathview
  • tst_qquickpincharea
  • tst_qquickrepeater
  • tst_qquickshadereffect
  • ...
}
4110
142-
143 { const char *base_ptr; op_int_Yield:
code before this statement never executed: op_int_Yield:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_Yield;
op_main_Yield;
never executed: goto op_main_Yield;
op_byte_Yield: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_Yield:
code before this statement never executed: op_main_Yield:
; (void)base_ptr;;
0
144 continue;
never executed: continue;
}
0
145-
146 { int offset; const char *base_ptr; op_int_Resume:
code before this statement never executed: op_int_Resume:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); offset = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_Resume;
op_main_Resume;
never executed: goto op_main_Resume;
op_byte_Resume: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); offset = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_Resume:
code before this statement never executed: op_main_Resume:
; (void)offset;; (void)base_ptr;;
0
147 continue;
never executed: continue;
}
0
148-
149 { int name; int argc; int argv; const char *base_ptr; op_int_CallValue:
code before this statement never executed: op_int_CallValue:
base_ptr = code; code += static_cast<quintptr>(3*sizeof(int) + 1); name = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 0]));;; argc = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 1]));;; argv = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 2]));; goto
never executed: goto op_main_CallValue;
op_main_CallValue;
never executed: goto op_main_CallValue;
op_byte_CallValue: base_ptr = code; code += static_cast<quintptr>(3*sizeof(qint8) + 1); name = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 0]));;; argc = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 1]));;; argv = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 2]));; op_main_CallValue:
code before this statement executed 34 times by 6 tests: op_main_CallValue:
Executed by:
  • tst_examples
  • tst_qjsengine
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmlprofilerservice
  • tst_qquickworkerscript
; (void)name;; (void)argc;; (void)argv;; (void)base_ptr;;
0-34
150 continue;
executed 34 times by 6 tests: continue;
Executed by:
  • tst_examples
  • tst_qjsengine
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmlprofilerservice
  • tst_qquickworkerscript
}
34
151-
152 { int name; int base; int argc; int argv; const char *base_ptr; op_int_CallProperty:
code before this statement never executed: op_int_CallProperty:
base_ptr = code; code += static_cast<quintptr>(4*sizeof(int) + 1); name = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-4 + 0]));;; base = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-4 + 1]));;; argc = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-4 + 2]));;; argv = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-4 + 3]));; goto
executed 240 times by 4 tests: goto op_main_CallProperty;
Executed by:
  • tst_examples
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_testfiltering
op_main_CallProperty;
executed 240 times by 4 tests: goto op_main_CallProperty;
Executed by:
  • tst_examples
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_testfiltering
op_byte_CallProperty: base_ptr = code; code += static_cast<quintptr>(4*sizeof(qint8) + 1); name = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-4 + 0]));;; base = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-4 + 1]));;; argc = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-4 + 2]));;; argv = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-4 + 3]));; op_main_CallProperty:
code before this statement executed 3732 times by 33 tests: op_main_CallProperty:
Executed by:
  • tst_examples
  • tst_qqmlcomponent
  • tst_qqmlcontext
  • tst_qqmlecmascript
  • tst_qqmlitemmodels
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlnotifier
  • tst_qqmlprofilerservice
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qqmlvaluetypes
  • tst_qqmlxmlhttprequest
  • tst_qquickaccessible
  • tst_qquickanimationcontroller
  • tst_qquickdesignersupport
  • tst_qquickdraghandler
  • tst_qquickdroparea
  • tst_qquickflickable
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquickitemparticle
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickpathview
  • ...
; (void)name;; (void)base;; (void)argc;; (void)argv;; (void)base_ptr;;
0-3732
153 continue;
executed 3972 times by 33 tests: continue;
Executed by:
  • tst_examples
  • tst_qqmlcomponent
  • tst_qqmlcontext
  • tst_qqmlecmascript
  • tst_qqmlitemmodels
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlnotifier
  • tst_qqmlprofilerservice
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qqmlvaluetypes
  • tst_qqmlxmlhttprequest
  • tst_qquickaccessible
  • tst_qquickanimationcontroller
  • tst_qquickdesignersupport
  • tst_qquickdraghandler
  • tst_qquickdroparea
  • tst_qquickflickable
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquickitemparticle
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickpathview
  • ...
}
3972
154-
155 { int lookupIndex; int base; int argc; int argv; const char *base_ptr; op_int_CallPropertyLookup:
code before this statement never executed: op_int_CallPropertyLookup:
base_ptr = code; code += static_cast<quintptr>(4*sizeof(int) + 1); lookupIndex = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-4 + 0]));;; base = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-4 + 1]));;; argc = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-4 + 2]));;; argv = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-4 + 3]));; goto
never executed: goto op_main_CallPropertyLookup;
op_main_CallPropertyLookup;
never executed: goto op_main_CallPropertyLookup;
op_byte_CallPropertyLookup: base_ptr = code; code += static_cast<quintptr>(4*sizeof(qint8) + 1); lookupIndex = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-4 + 0]));;; base = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-4 + 1]));;; argc = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-4 + 2]));;; argv = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-4 + 3]));; op_main_CallPropertyLookup:
code before this statement executed 8 times by 3 tests: op_main_CallPropertyLookup:
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qquickworkerscript
; (void)lookupIndex;; (void)base;; (void)argc;; (void)argv;; (void)base_ptr;;
0-8
156 continue;
executed 8 times by 3 tests: continue;
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qquickworkerscript
}
8
157-
158 { int base; int index; int argc; int argv; const char *base_ptr; op_int_CallElement:
code before this statement never executed: op_int_CallElement:
base_ptr = code; code += static_cast<quintptr>(4*sizeof(int) + 1); base = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-4 + 0]));;; index = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-4 + 1]));;; argc = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-4 + 2]));;; argv = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-4 + 3]));; goto
never executed: goto op_main_CallElement;
op_main_CallElement;
never executed: goto op_main_CallElement;
op_byte_CallElement: base_ptr = code; code += static_cast<quintptr>(4*sizeof(qint8) + 1); base = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-4 + 0]));;; index = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-4 + 1]));;; argc = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-4 + 2]));;; argv = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-4 + 3]));; op_main_CallElement:
code before this statement executed 30 times by 3 tests: op_main_CallElement:
Executed by:
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_testfiltering
; (void)base;; (void)index;; (void)argc;; (void)argv;; (void)base_ptr;;
0-30
159 continue;
executed 30 times by 3 tests: continue;
Executed by:
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_testfiltering
}
30
160-
161 { int name; int argc; int argv; const char *base_ptr; op_int_CallName:
code before this statement never executed: op_int_CallName:
base_ptr = code; code += static_cast<quintptr>(3*sizeof(int) + 1); name = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 0]));;; argc = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 1]));;; argv = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 2]));; goto
executed 48 times by 2 tests: goto op_main_CallName;
Executed by:
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
op_main_CallName;
executed 48 times by 2 tests: goto op_main_CallName;
Executed by:
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
op_byte_CallName: base_ptr = code; code += static_cast<quintptr>(3*sizeof(qint8) + 1); name = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 0]));;; argc = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 1]));;; argv = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 2]));; op_main_CallName:
code before this statement executed 324 times by 10 tests: op_main_CallName:
Executed by:
  • tst_examples
  • tst_qqmlecmascript
  • tst_qqmlitemmodels
  • tst_qqmlvaluetypes
  • tst_qquickanimationcontroller
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickrepeater
  • tst_signalspy
; (void)name;; (void)argc;; (void)argv;; (void)base_ptr;;
0-324
162 continue;
executed 372 times by 10 tests: continue;
Executed by:
  • tst_examples
  • tst_qqmlecmascript
  • tst_qqmlitemmodels
  • tst_qqmlvaluetypes
  • tst_qquickanimationcontroller
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickrepeater
  • tst_signalspy
}
372
163-
164 { int argc; int argv; const char *base_ptr; op_int_CallPossiblyDirectEval:
code before this statement never executed: op_int_CallPossiblyDirectEval:
base_ptr = code; code += static_cast<quintptr>(2*sizeof(int) + 1); argc = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 0]));;; argv = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 1]));; goto
never executed: goto op_main_CallPossiblyDirectEval;
op_main_CallPossiblyDirectEval;
never executed: goto op_main_CallPossiblyDirectEval;
op_byte_CallPossiblyDirectEval: base_ptr = code; code += static_cast<quintptr>(2*sizeof(qint8) + 1); argc = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 0]));;; argv = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 1]));; op_main_CallPossiblyDirectEval:
code before this statement executed 14 times by 2 tests: op_main_CallPossiblyDirectEval:
Executed by:
  • tst_qqmllistmodelworkerscript
  • tst_qqmlqt
; (void)argc;; (void)argv;; (void)base_ptr;;
0-14
165 continue;
executed 14 times by 2 tests: continue;
Executed by:
  • tst_qqmllistmodelworkerscript
  • tst_qqmlqt
}
14
166-
167 { int index; int argc; int argv; const char *base_ptr; op_int_CallGlobalLookup:
code before this statement never executed: op_int_CallGlobalLookup:
base_ptr = code; code += static_cast<quintptr>(3*sizeof(int) + 1); index = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 0]));;; argc = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 1]));;; argv = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 2]));; goto
never executed: goto op_main_CallGlobalLookup;
op_main_CallGlobalLookup;
never executed: goto op_main_CallGlobalLookup;
op_byte_CallGlobalLookup: base_ptr = code; code += static_cast<quintptr>(3*sizeof(qint8) + 1); index = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 0]));;; argc = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 1]));;; argv = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 2]));; op_main_CallGlobalLookup:
code before this statement executed 2 times by 1 test: op_main_CallGlobalLookup:
Executed by:
  • tst_qv4assembler
; (void)index;; (void)argc;; (void)argv;; (void)base_ptr;;
0-2
168 continue;
executed 2 times by 1 test: continue;
Executed by:
  • tst_qv4assembler
}
2
169-
170 { int name; int base; int argc; int argv; const char *base_ptr; op_int_CallScopeObjectProperty:
code before this statement never executed: op_int_CallScopeObjectProperty:
base_ptr = code; code += static_cast<quintptr>(4*sizeof(int) + 1); name = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-4 + 0]));;; base = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-4 + 1]));;; argc = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-4 + 2]));;; argv = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-4 + 3]));; goto
never executed: goto op_main_CallScopeObjectProperty;
op_main_CallScopeObjectProperty;
never executed: goto op_main_CallScopeObjectProperty;
op_byte_CallScopeObjectProperty: base_ptr = code; code += static_cast<quintptr>(4*sizeof(qint8) + 1); name = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-4 + 0]));;; base = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-4 + 1]));;; argc = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-4 + 2]));;; argv = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-4 + 3]));; op_main_CallScopeObjectProperty:
code before this statement never executed: op_main_CallScopeObjectProperty:
; (void)name;; (void)base;; (void)argc;; (void)argv;; (void)base_ptr;;
0
171 continue;
never executed: continue;
}
0
172-
173 { int name; int base; int argc; int argv; const char *base_ptr; op_int_CallContextObjectProperty:
code before this statement never executed: op_int_CallContextObjectProperty:
base_ptr = code; code += static_cast<quintptr>(4*sizeof(int) + 1); name = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-4 + 0]));;; base = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-4 + 1]));;; argc = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-4 + 2]));;; argv = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-4 + 3]));; goto
never executed: goto op_main_CallContextObjectProperty;
op_main_CallContextObjectProperty;
never executed: goto op_main_CallContextObjectProperty;
op_byte_CallContextObjectProperty: base_ptr = code; code += static_cast<quintptr>(4*sizeof(qint8) + 1); name = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-4 + 0]));;; base = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-4 + 1]));;; argc = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-4 + 2]));;; argv = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-4 + 3]));; op_main_CallContextObjectProperty:
code before this statement never executed: op_main_CallContextObjectProperty:
; (void)name;; (void)base;; (void)argc;; (void)argv;; (void)base_ptr;;
0
174 continue;
never executed: continue;
}
0
175-
176 { int func; int thisObject; int argc; int argv; const char *base_ptr; op_int_CallWithSpread:
code before this statement never executed: op_int_CallWithSpread:
base_ptr = code; code += static_cast<quintptr>(4*sizeof(int) + 1); func = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-4 + 0]));;; thisObject = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-4 + 1]));;; argc = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-4 + 2]));;; argv = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-4 + 3]));; goto
never executed: goto op_main_CallWithSpread;
op_main_CallWithSpread;
never executed: goto op_main_CallWithSpread;
op_byte_CallWithSpread: base_ptr = code; code += static_cast<quintptr>(4*sizeof(qint8) + 1); func = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-4 + 0]));;; thisObject = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-4 + 1]));;; argc = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-4 + 2]));;; argv = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-4 + 3]));; op_main_CallWithSpread:
code before this statement never executed: op_main_CallWithSpread:
; (void)func;; (void)thisObject;; (void)argc;; (void)argv;; (void)base_ptr;;
0
177 continue;
never executed: continue;
}
0
178-
179 { int func; int argc; int argv; const char *base_ptr; op_int_Construct:
code before this statement never executed: op_int_Construct:
base_ptr = code; code += static_cast<quintptr>(3*sizeof(int) + 1); func = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 0]));;; argc = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 1]));;; argv = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 2]));; goto
never executed: goto op_main_Construct;
op_main_Construct;
never executed: goto op_main_Construct;
op_byte_Construct: base_ptr = code; code += static_cast<quintptr>(3*sizeof(qint8) + 1); func = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 0]));;; argc = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 1]));;; argv = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 2]));; op_main_Construct:
code before this statement executed 366 times by 8 tests: op_main_Construct:
Executed by:
  • tst_qjsengine
  • tst_qqmllocale
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickpositioners
; (void)func;; (void)argc;; (void)argv;; (void)base_ptr;;
0-366
180 continue;
executed 366 times by 8 tests: continue;
Executed by:
  • tst_qjsengine
  • tst_qqmllocale
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickpositioners
}
366
181-
182 { int func; int argc; int argv; const char *base_ptr; op_int_ConstructWithSpread:
code before this statement never executed: op_int_ConstructWithSpread:
base_ptr = code; code += static_cast<quintptr>(3*sizeof(int) + 1); func = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 0]));;; argc = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 1]));;; argv = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 2]));; goto
never executed: goto op_main_ConstructWithSpread;
op_main_ConstructWithSpread;
never executed: goto op_main_ConstructWithSpread;
op_byte_ConstructWithSpread: base_ptr = code; code += static_cast<quintptr>(3*sizeof(qint8) + 1); func = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 0]));;; argc = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 1]));;; argv = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 2]));; op_main_ConstructWithSpread:
code before this statement never executed: op_main_ConstructWithSpread:
; (void)func;; (void)argc;; (void)argv;; (void)base_ptr;;
0
183 continue;
never executed: continue;
}
0
184-
185 { int offset; const char *base_ptr; op_int_SetUnwindHandler:
code before this statement never executed: op_int_SetUnwindHandler:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); offset = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_SetUnwindHandler;
op_main_SetUnwindHandler;
never executed: goto op_main_SetUnwindHandler;
op_byte_SetUnwindHandler: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); offset = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_SetUnwindHandler:
code before this statement executed 150 times by 7 tests: op_main_SetUnwindHandler:
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_qquickworkerscript
  • tst_testfiltering
; (void)offset;; (void)base_ptr;;
0-150
186 addLabel(code - start + offset);-
187 continue;
executed 150 times by 7 tests: continue;
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_qquickworkerscript
  • tst_testfiltering
}
150
188-
189 { const char *base_ptr; op_int_UnwindDispatch:
code before this statement never executed: op_int_UnwindDispatch:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_UnwindDispatch;
op_main_UnwindDispatch;
never executed: goto op_main_UnwindDispatch;
op_byte_UnwindDispatch: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_UnwindDispatch:
code before this statement executed 50 times by 7 tests: op_main_UnwindDispatch:
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_qquickworkerscript
  • tst_testfiltering
; (void)base_ptr;;
0-50
190 continue;
executed 50 times by 7 tests: continue;
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_qquickworkerscript
  • tst_testfiltering
}
50
191-
192 { int level; int offset; const char *base_ptr; op_int_UnwindToLabel:
code before this statement never executed: op_int_UnwindToLabel:
base_ptr = code; code += static_cast<quintptr>(2*sizeof(int) + 1); level = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 0]));;; offset = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 1]));; goto
never executed: goto op_main_UnwindToLabel;
op_main_UnwindToLabel;
never executed: goto op_main_UnwindToLabel;
op_byte_UnwindToLabel: base_ptr = code; code += static_cast<quintptr>(2*sizeof(qint8) + 1); level = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 0]));;; offset = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 1]));; op_main_UnwindToLabel:
code before this statement executed 8 times by 1 test: op_main_UnwindToLabel:
Executed by:
  • tst_qquicklayouts
; (void)level;; (void)offset;; (void)base_ptr;;
0-8
193 addLabel(code - start + offset);-
194 continue;
executed 8 times by 1 test: continue;
Executed by:
  • tst_qquicklayouts
}
8
195-
196 { const char *base_ptr; op_int_ThrowException:
code before this statement never executed: op_int_ThrowException:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_ThrowException;
op_main_ThrowException;
never executed: goto op_main_ThrowException;
op_byte_ThrowException: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_ThrowException:
code before this statement executed 42 times by 4 tests: op_main_ThrowException:
Executed by:
  • tst_qjsengine
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
; (void)base_ptr;;
0-42
197 continue;
executed 42 times by 4 tests: continue;
Executed by:
  • tst_qjsengine
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
}
42
198-
199 { const char *base_ptr; op_int_GetException:
code before this statement never executed: op_int_GetException:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_GetException;
op_main_GetException;
never executed: goto op_main_GetException;
op_byte_GetException: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_GetException:
code before this statement never executed: op_main_GetException:
; (void)base_ptr;;
0
200 continue;
never executed: continue;
}
0
201-
202 { const char *base_ptr; op_int_SetException:
code before this statement never executed: op_int_SetException:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_SetException;
op_main_SetException;
never executed: goto op_main_SetException;
op_byte_SetException: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_SetException:
code before this statement never executed: op_main_SetException:
; (void)base_ptr;;
0
203 continue;
never executed: continue;
}
0
204-
205 { const char *base_ptr; op_int_CreateCallContext:
code before this statement never executed: op_int_CreateCallContext:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_CreateCallContext;
op_main_CreateCallContext;
never executed: goto op_main_CreateCallContext;
op_byte_CreateCallContext: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_CreateCallContext:
code before this statement executed 154 times by 9 tests: op_main_CreateCallContext:
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmlqt
  • tst_qqmlxmlhttprequest
  • tst_qquickapplication
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquickpathview
  • tst_qquickworkerscript
; (void)base_ptr;;
0-154
206 continue;
executed 154 times by 9 tests: continue;
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmlqt
  • tst_qqmlxmlhttprequest
  • tst_qquickapplication
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquickpathview
  • tst_qquickworkerscript
}
154
207-
208 { int index; int name; const char *base_ptr; op_int_PushCatchContext:
code before this statement never executed: op_int_PushCatchContext:
base_ptr = code; code += static_cast<quintptr>(2*sizeof(int) + 1); index = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 0]));;; name = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 1]));; goto
executed 34 times by 3 tests: goto op_main_PushCatchContext;
Executed by:
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_testfiltering
op_main_PushCatchContext;
executed 34 times by 3 tests: goto op_main_PushCatchContext;
Executed by:
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_testfiltering
op_byte_PushCatchContext: base_ptr = code; code += static_cast<quintptr>(2*sizeof(qint8) + 1); index = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 0]));;; name = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 1]));; op_main_PushCatchContext:
code before this statement executed 16 times by 4 tests: op_main_PushCatchContext:
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmlxmlhttprequest
  • tst_qquickworkerscript
; (void)index;; (void)name;; (void)base_ptr;;
0-34
209 continue;
executed 50 times by 7 tests: continue;
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_qquickworkerscript
  • tst_testfiltering
}
50
210-
211 { const char *base_ptr; op_int_PushWithContext:
code before this statement never executed: op_int_PushWithContext:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_PushWithContext;
op_main_PushWithContext;
never executed: goto op_main_PushWithContext;
op_byte_PushWithContext: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_PushWithContext:
code before this statement never executed: op_main_PushWithContext:
; (void)base_ptr;;
0
212 continue;
never executed: continue;
}
0
213-
214 { int index; const char *base_ptr; op_int_PushBlockContext:
code before this statement never executed: op_int_PushBlockContext:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); index = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_PushBlockContext;
op_main_PushBlockContext;
never executed: goto op_main_PushBlockContext;
op_byte_PushBlockContext: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); index = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_PushBlockContext:
code before this statement never executed: op_main_PushBlockContext:
; (void)index;; (void)base_ptr;;
0
215 continue;
never executed: continue;
}
0
216-
217 { const char *base_ptr; op_int_CloneBlockContext:
code before this statement never executed: op_int_CloneBlockContext:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_CloneBlockContext;
op_main_CloneBlockContext;
never executed: goto op_main_CloneBlockContext;
op_byte_CloneBlockContext: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_CloneBlockContext:
code before this statement never executed: op_main_CloneBlockContext:
; (void)base_ptr;;
0
218 continue;
never executed: continue;
}
0
219-
220 { int index; const char *base_ptr; op_int_PushScriptContext:
code before this statement never executed: op_int_PushScriptContext:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); index = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_PushScriptContext;
op_main_PushScriptContext;
never executed: goto op_main_PushScriptContext;
op_byte_PushScriptContext: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); index = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_PushScriptContext:
code before this statement never executed: op_main_PushScriptContext:
; (void)index;; (void)base_ptr;;
0
221 continue;
never executed: continue;
}
0
222-
223 { const char *base_ptr; op_int_PopScriptContext:
code before this statement never executed: op_int_PopScriptContext:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_PopScriptContext;
op_main_PopScriptContext;
never executed: goto op_main_PopScriptContext;
op_byte_PopScriptContext: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_PopScriptContext:
code before this statement never executed: op_main_PopScriptContext:
; (void)base_ptr;;
0
224 continue;
never executed: continue;
}
0
225-
226 { const char *base_ptr; op_int_PopContext:
code before this statement never executed: op_int_PopContext:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_PopContext;
op_main_PopContext;
never executed: goto op_main_PopContext;
op_byte_PopContext: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_PopContext:
code before this statement executed 204 times by 11 tests: op_main_PopContext:
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmlqt
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickapplication
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquickpathview
  • tst_qquickworkerscript
  • tst_testfiltering
; (void)base_ptr;;
0-204
227 continue;
executed 204 times by 11 tests: continue;
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmlqt
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickapplication
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquickpathview
  • tst_qquickworkerscript
  • tst_testfiltering
}
204
228-
229 { int iterator; const char *base_ptr; op_int_GetIterator:
code before this statement never executed: op_int_GetIterator:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); iterator = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_GetIterator;
op_main_GetIterator;
never executed: goto op_main_GetIterator;
op_byte_GetIterator: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); iterator = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_GetIterator:
code before this statement never executed: op_main_GetIterator:
; (void)iterator;; (void)base_ptr;;
0
230 continue;
never executed: continue;
}
0
231-
232 { int value; const char *base_ptr; op_int_IteratorNext:
code before this statement never executed: op_int_IteratorNext:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); value = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_IteratorNext;
op_main_IteratorNext;
never executed: goto op_main_IteratorNext;
op_byte_IteratorNext: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); value = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_IteratorNext:
code before this statement never executed: op_main_IteratorNext:
; (void)value;; (void)base_ptr;;
0
233 continue;
never executed: continue;
}
0
234-
235 { int done; const char *base_ptr; op_int_IteratorClose:
code before this statement never executed: op_int_IteratorClose:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); done = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_IteratorClose;
op_main_IteratorClose;
never executed: goto op_main_IteratorClose;
op_byte_IteratorClose: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); done = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_IteratorClose:
code before this statement never executed: op_main_IteratorClose:
; (void)done;; (void)base_ptr;;
0
236 continue;
never executed: continue;
}
0
237-
238 { const char *base_ptr; op_int_DestructureRestElement:
code before this statement never executed: op_int_DestructureRestElement:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_DestructureRestElement;
op_main_DestructureRestElement;
never executed: goto op_main_DestructureRestElement;
op_byte_DestructureRestElement: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_DestructureRestElement:
code before this statement never executed: op_main_DestructureRestElement:
; (void)base_ptr;;
0
239 continue;
never executed: continue;
}
0
240-
241 { int base; int index; const char *base_ptr; op_int_DeleteProperty:
code before this statement never executed: op_int_DeleteProperty:
base_ptr = code; code += static_cast<quintptr>(2*sizeof(int) + 1); base = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 0]));;; index = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 1]));; goto
never executed: goto op_main_DeleteProperty;
op_main_DeleteProperty;
never executed: goto op_main_DeleteProperty;
op_byte_DeleteProperty: base_ptr = code; code += static_cast<quintptr>(2*sizeof(qint8) + 1); base = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 0]));;; index = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 1]));; op_main_DeleteProperty:
code before this statement never executed: op_main_DeleteProperty:
; (void)base;; (void)index;; (void)base_ptr;;
0
242 continue;
never executed: continue;
}
0
243-
244 { int name; const char *base_ptr; op_int_DeleteName:
code before this statement never executed: op_int_DeleteName:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); name = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_DeleteName;
op_main_DeleteName;
never executed: goto op_main_DeleteName;
op_byte_DeleteName: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); name = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_DeleteName:
code before this statement never executed: op_main_DeleteName:
; (void)name;; (void)base_ptr;;
0
245 continue;
never executed: continue;
}
0
246-
247 { int name; const char *base_ptr; op_int_TypeofName:
code before this statement never executed: op_int_TypeofName:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); name = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_TypeofName;
op_main_TypeofName;
never executed: goto op_main_TypeofName;
op_byte_TypeofName: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); name = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_TypeofName:
code before this statement never executed: op_main_TypeofName:
; (void)name;; (void)base_ptr;;
0
248 continue;
never executed: continue;
}
0
249-
250 { const char *base_ptr; op_int_TypeofValue:
code before this statement never executed: op_int_TypeofValue:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_TypeofValue;
op_main_TypeofValue;
never executed: goto op_main_TypeofValue;
op_byte_TypeofValue: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_TypeofValue:
code before this statement executed 72 times by 3 tests: op_main_TypeofValue:
Executed by:
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_signalspy
; (void)base_ptr;;
0-72
251 continue;
executed 72 times by 3 tests: continue;
Executed by:
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_signalspy
}
72
252-
253 { int varName; int isDeletable; const char *base_ptr; op_int_DeclareVar:
code before this statement never executed: op_int_DeclareVar:
base_ptr = code; code += static_cast<quintptr>(2*sizeof(int) + 1); varName = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 0]));;; isDeletable = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 1]));; goto
never executed: goto op_main_DeclareVar;
op_main_DeclareVar;
never executed: goto op_main_DeclareVar;
op_byte_DeclareVar: base_ptr = code; code += static_cast<quintptr>(2*sizeof(qint8) + 1); varName = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 0]));;; isDeletable = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 1]));; op_main_DeclareVar:
code before this statement executed 30 times by 3 tests: op_main_DeclareVar:
Executed by:
  • tst_examples
  • tst_qqmlecmascript
  • tst_qv4assembler
; (void)varName;; (void)isDeletable;; (void)base_ptr;;
0-30
254 continue;
executed 30 times by 3 tests: continue;
Executed by:
  • tst_examples
  • tst_qqmlecmascript
  • tst_qv4assembler
}
30
255-
256 { int argc; int args; const char *base_ptr; op_int_DefineArray:
code before this statement never executed: op_int_DefineArray:
base_ptr = code; code += static_cast<quintptr>(2*sizeof(int) + 1); argc = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 0]));;; args = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-2 + 1]));; goto
never executed: goto op_main_DefineArray;
op_main_DefineArray;
never executed: goto op_main_DefineArray;
op_byte_DefineArray: base_ptr = code; code += static_cast<quintptr>(2*sizeof(qint8) + 1); argc = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 0]));;; args = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-2 + 1]));; op_main_DefineArray:
code before this statement executed 122 times by 11 tests: op_main_DefineArray:
Executed by:
  • tst_examples
  • tst_qqmlprofilerservice
  • tst_qqmlqt
  • tst_qquickanimationcontroller
  • tst_qquickfolderlistmodel
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickvisualdatamodel
  • tst_signalspy
  • tst_testfiltering
; (void)argc;; (void)args;; (void)base_ptr;;
0-122
257 continue;
executed 122 times by 11 tests: continue;
Executed by:
  • tst_examples
  • tst_qqmlprofilerservice
  • tst_qqmlqt
  • tst_qquickanimationcontroller
  • tst_qquickfolderlistmodel
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickvisualdatamodel
  • tst_signalspy
  • tst_testfiltering
}
122
258-
259 { int internalClassId; int argc; int args; const char *base_ptr; op_int_DefineObjectLiteral:
code before this statement never executed: op_int_DefineObjectLiteral:
base_ptr = code; code += static_cast<quintptr>(3*sizeof(int) + 1); internalClassId = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 0]));;; argc = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 1]));;; args = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 2]));; goto
never executed: goto op_main_DefineObjectLiteral;
op_main_DefineObjectLiteral;
never executed: goto op_main_DefineObjectLiteral;
op_byte_DefineObjectLiteral: base_ptr = code; code += static_cast<quintptr>(3*sizeof(qint8) + 1); internalClassId = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 0]));;; argc = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 1]));;; args = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 2]));; op_main_DefineObjectLiteral:
code before this statement executed 20 times by 4 tests: op_main_DefineObjectLiteral:
Executed by:
  • tst_qqmllistmodelworkerscript
  • tst_qqmlprofilerservice
  • tst_qquicklistview
  • tst_qquickpathview
; (void)internalClassId;; (void)argc;; (void)args;; (void)base_ptr;;
0-20
260 continue;
executed 20 times by 4 tests: continue;
Executed by:
  • tst_qqmllistmodelworkerscript
  • tst_qqmlprofilerservice
  • tst_qquicklistview
  • tst_qquickpathview
}
20
261-
262 { int classIndex; int heritage; int computedNames; const char *base_ptr; op_int_CreateClass:
code before this statement never executed: op_int_CreateClass:
base_ptr = code; code += static_cast<quintptr>(3*sizeof(int) + 1); classIndex = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 0]));;; heritage = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 1]));;; computedNames = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-3 + 2]));; goto
never executed: goto op_main_CreateClass;
op_main_CreateClass;
never executed: goto op_main_CreateClass;
op_byte_CreateClass: base_ptr = code; code += static_cast<quintptr>(3*sizeof(qint8) + 1); classIndex = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 0]));;; heritage = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 1]));;; computedNames = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-3 + 2]));; op_main_CreateClass:
code before this statement never executed: op_main_CreateClass:
; (void)classIndex;; (void)heritage;; (void)computedNames;; (void)base_ptr;;
0
263 continue;
never executed: continue;
}
0
264-
265 { const char *base_ptr; op_int_CreateMappedArgumentsObject:
code before this statement never executed: op_int_CreateMappedArgumentsObject:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_CreateMappedArgumentsObject;
op_main_CreateMappedArgumentsObject;
never executed: goto op_main_CreateMappedArgumentsObject;
op_byte_CreateMappedArgumentsObject: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_CreateMappedArgumentsObject:
code before this statement executed 30 times by 5 tests: op_main_CreateMappedArgumentsObject:
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmlqt
  • tst_qquicklayouts
  • tst_qquickworkerscript
; (void)base_ptr;;
0-30
266 continue;
executed 30 times by 5 tests: continue;
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmlqt
  • tst_qquicklayouts
  • tst_qquickworkerscript
}
30
267-
268 { const char *base_ptr; op_int_CreateUnmappedArgumentsObject:
code before this statement never executed: op_int_CreateUnmappedArgumentsObject:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_CreateUnmappedArgumentsObject;
op_main_CreateUnmappedArgumentsObject;
never executed: goto op_main_CreateUnmappedArgumentsObject;
op_byte_CreateUnmappedArgumentsObject: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_CreateUnmappedArgumentsObject:
code before this statement never executed: op_main_CreateUnmappedArgumentsObject:
; (void)base_ptr;;
0
269 continue;
never executed: continue;
}
0
270-
271 { int argIndex; const char *base_ptr; op_int_CreateRestParameter:
code before this statement never executed: op_int_CreateRestParameter:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); argIndex = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_CreateRestParameter;
op_main_CreateRestParameter;
never executed: goto op_main_CreateRestParameter;
op_byte_CreateRestParameter: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); argIndex = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_CreateRestParameter:
code before this statement never executed: op_main_CreateRestParameter:
; (void)argIndex;; (void)base_ptr;;
0
272 continue;
never executed: continue;
}
0
273-
274 { const char *base_ptr; op_int_ConvertThisToObject:
code before this statement never executed: op_int_ConvertThisToObject:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_ConvertThisToObject;
op_main_ConvertThisToObject;
never executed: goto op_main_ConvertThisToObject;
op_byte_ConvertThisToObject: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_ConvertThisToObject:
code before this statement executed 8 times by 1 test: op_main_ConvertThisToObject:
Executed by:
  • tst_qjsengine
; (void)base_ptr;;
0-8
275 continue;
executed 8 times by 1 test: continue;
Executed by:
  • tst_qjsengine
}
8
276-
277 { const char *base_ptr; op_int_LoadSuperConstructor:
code before this statement never executed: op_int_LoadSuperConstructor:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_LoadSuperConstructor;
op_main_LoadSuperConstructor;
never executed: goto op_main_LoadSuperConstructor;
op_byte_LoadSuperConstructor: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_LoadSuperConstructor:
code before this statement never executed: op_main_LoadSuperConstructor:
; (void)base_ptr;;
0
278 continue;
never executed: continue;
}
0
279-
280 { const char *base_ptr; op_int_ToObject:
code before this statement never executed: op_int_ToObject:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_ToObject;
op_main_ToObject;
never executed: goto op_main_ToObject;
op_byte_ToObject: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_ToObject:
code before this statement never executed: op_main_ToObject:
; (void)base_ptr;;
0
281 continue;
never executed: continue;
}
0
282-
283 { int offset; const char *base_ptr; op_int_Jump:
code before this statement never executed: op_int_Jump:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); offset = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
executed 164 times by 7 tests: goto op_main_Jump;
Executed by:
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickcustomaffector
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickvisualdatamodel
op_main_Jump;
executed 164 times by 7 tests: goto op_main_Jump;
Executed by:
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickcustomaffector
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickvisualdatamodel
op_byte_Jump: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); offset = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_Jump:
code before this statement executed 1908 times by 30 tests: op_main_Jump:
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qjsengine
  • tst_qqmlecmascript
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmlprofilerservice
  • tst_qqmlxmlhttprequest
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • tst_qquickdraghandler
  • tst_qquickdroparea
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmousearea
  • tst_qquickmultipointtoucharea
  • tst_qquickpathview
  • tst_qquickpositioners
  • tst_qquickrepeater
  • tst_qquicktaphandler
  • tst_qquicktext
  • ...
; (void)offset;; (void)base_ptr;;
0-1908
284 addLabel(code - start + offset);-
285 continue;
executed 2072 times by 31 tests: continue;
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qjsengine
  • tst_qqmlecmascript
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmlprofilerservice
  • tst_qqmlxmlhttprequest
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • tst_qquickcustomaffector
  • tst_qquickdraghandler
  • tst_qquickdroparea
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmousearea
  • tst_qquickmultipointtoucharea
  • tst_qquickpathview
  • tst_qquickpositioners
  • tst_qquickrepeater
  • tst_qquicktaphandler
  • ...
}
2072
286-
287 { int offset; const char *base_ptr; op_int_JumpTrue:
code before this statement never executed: op_int_JumpTrue:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); offset = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_JumpTrue;
op_main_JumpTrue;
never executed: goto op_main_JumpTrue;
op_byte_JumpTrue: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); offset = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_JumpTrue:
code before this statement executed 248 times by 9 tests: op_main_JumpTrue:
Executed by:
  • tst_examples
  • tst_qjsengine
  • tst_qqmlecmascript
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickdraghandler
  • tst_qquicklayouts
  • tst_qquicktext
  • tst_qquickvisualdatamodel
; (void)offset;; (void)base_ptr;;
0-248
288 addLabel(code - start + offset);-
289 continue;
executed 248 times by 9 tests: continue;
Executed by:
  • tst_examples
  • tst_qjsengine
  • tst_qqmlecmascript
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickdraghandler
  • tst_qquicklayouts
  • tst_qquicktext
  • tst_qquickvisualdatamodel
}
248
290-
291 { int offset; const char *base_ptr; op_int_JumpFalse:
code before this statement never executed: op_int_JumpFalse:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); offset = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
executed 32 times by 6 tests: goto op_main_JumpFalse;
Executed by:
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickcustomaffector
  • tst_qquicklayouts
  • tst_qquickvisualdatamodel
  • tst_signalspy
op_main_JumpFalse;
executed 32 times by 6 tests: goto op_main_JumpFalse;
Executed by:
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickcustomaffector
  • tst_qquicklayouts
  • tst_qquickvisualdatamodel
  • tst_signalspy
op_byte_JumpFalse: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); offset = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_JumpFalse:
code before this statement executed 3394 times by 36 tests: op_main_JumpFalse:
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qqmlbinding
  • tst_qqmlecmascript
  • tst_qqmlinstantiator
  • tst_qqmlitemmodels
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlprofilerservice
  • tst_qqmlqt
  • tst_qqmlxmlhttprequest
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • tst_qquickbehaviors
  • tst_qquickdraghandler
  • tst_qquickdroparea
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmousearea
  • tst_qquickmultipointtoucharea
  • tst_qquickpathview
  • ...
; (void)offset;; (void)base_ptr;;
0-3394
292 addLabel(code - start + offset);-
293 continue;
executed 3426 times by 37 tests: continue;
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qqmlbinding
  • tst_qqmlecmascript
  • tst_qqmlinstantiator
  • tst_qqmlitemmodels
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlprofilerservice
  • tst_qqmlqt
  • tst_qqmlxmlhttprequest
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • tst_qquickbehaviors
  • tst_qquickcustomaffector
  • tst_qquickdraghandler
  • tst_qquickdroparea
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmousearea
  • tst_qquickmultipointtoucharea
  • ...
}
3426
294-
295 { int offset; const char *base_ptr; op_int_JumpNoException:
code before this statement never executed: op_int_JumpNoException:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); offset = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_JumpNoException;
op_main_JumpNoException;
never executed: goto op_main_JumpNoException;
op_byte_JumpNoException: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); offset = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_JumpNoException:
code before this statement executed 50 times by 7 tests: op_main_JumpNoException:
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_qquickworkerscript
  • tst_testfiltering
; (void)offset;; (void)base_ptr;;
0-50
296 addLabel(code - start + offset);-
297 continue;
executed 50 times by 7 tests: continue;
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_qquickworkerscript
  • tst_testfiltering
}
50
298-
299 { int offset; const char *base_ptr; op_int_JumpNotUndefined:
code before this statement never executed: op_int_JumpNotUndefined:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); offset = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_JumpNotUndefined;
op_main_JumpNotUndefined;
never executed: goto op_main_JumpNotUndefined;
op_byte_JumpNotUndefined: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); offset = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_JumpNotUndefined:
code before this statement never executed: op_main_JumpNotUndefined:
; (void)offset;; (void)base_ptr;;
0
300 addLabel(code - start + offset);-
301 continue;
never executed: continue;
}
0
302-
303 { const char *base_ptr; op_int_CmpEqNull:
code before this statement never executed: op_int_CmpEqNull:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_CmpEqNull;
op_main_CmpEqNull;
never executed: goto op_main_CmpEqNull;
op_byte_CmpEqNull: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_CmpEqNull:
code before this statement never executed: op_main_CmpEqNull:
; (void)base_ptr;;
0
304 continue;
never executed: continue;
}
0
305-
306 { const char *base_ptr; op_int_CmpNeNull:
code before this statement never executed: op_int_CmpNeNull:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_CmpNeNull;
op_main_CmpNeNull;
never executed: goto op_main_CmpNeNull;
op_byte_CmpNeNull: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_CmpNeNull:
code before this statement executed 8 times by 1 test: op_main_CmpNeNull:
Executed by:
  • tst_signalspy
; (void)base_ptr;;
0-8
307 continue;
executed 8 times by 1 test: continue;
Executed by:
  • tst_signalspy
}
8
308-
309 { int lhs; const char *base_ptr; op_int_CmpEqInt:
code before this statement never executed: op_int_CmpEqInt:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); lhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
executed 2 times by 1 test: goto op_main_CmpEqInt;
Executed by:
  • tst_qqmlbinding
op_main_CmpEqInt;
executed 2 times by 1 test: goto op_main_CmpEqInt;
Executed by:
  • tst_qqmlbinding
op_byte_CmpEqInt: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); lhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_CmpEqInt:
code before this statement executed 38 times by 7 tests: op_main_CmpEqInt:
Executed by:
  • tst_examples
  • tst_qqmlinstantiator
  • tst_qqmllocale
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickpositioners
; (void)lhs;; (void)base_ptr;;
0-38
310 continue;
executed 40 times by 8 tests: continue;
Executed by:
  • tst_examples
  • tst_qqmlbinding
  • tst_qqmlinstantiator
  • tst_qqmllocale
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickpositioners
}
40
311-
312 { int lhs; const char *base_ptr; op_int_CmpNeInt:
code before this statement never executed: op_int_CmpNeInt:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); lhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_CmpNeInt;
op_main_CmpNeInt;
never executed: goto op_main_CmpNeInt;
op_byte_CmpNeInt: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); lhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_CmpNeInt:
code before this statement executed 30 times by 3 tests: op_main_CmpNeInt:
Executed by:
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_testfiltering
; (void)lhs;; (void)base_ptr;;
0-30
313 continue;
executed 30 times by 3 tests: continue;
Executed by:
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_testfiltering
}
30
314-
315 { int lhs; const char *base_ptr; op_int_CmpEq:
code before this statement never executed: op_int_CmpEq:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); lhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_CmpEq;
op_main_CmpEq;
never executed: goto op_main_CmpEq;
op_byte_CmpEq: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); lhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_CmpEq:
code before this statement executed 1042 times by 16 tests: op_main_CmpEq:
Executed by:
  • tst_examples
  • tst_qjsvalue
  • tst_qqmlecmascript
  • tst_qqmlinstantiator
  • tst_qqmllistmodelworkerscript
  • tst_qqmlqt
  • tst_qqmlxmlhttprequest
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickpositioners
  • tst_qquickshadereffect
  • tst_qquickvisualdatamodel
; (void)lhs;; (void)base_ptr;;
0-1042
316 continue;
executed 1042 times by 16 tests: continue;
Executed by:
  • tst_examples
  • tst_qjsvalue
  • tst_qqmlecmascript
  • tst_qqmlinstantiator
  • tst_qqmllistmodelworkerscript
  • tst_qqmlqt
  • tst_qqmlxmlhttprequest
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickpositioners
  • tst_qquickshadereffect
  • tst_qquickvisualdatamodel
}
1042
317-
318 { int lhs; const char *base_ptr; op_int_CmpNe:
code before this statement never executed: op_int_CmpNe:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); lhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_CmpNe;
op_main_CmpNe;
never executed: goto op_main_CmpNe;
op_byte_CmpNe: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); lhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_CmpNe:
code before this statement executed 86 times by 7 tests: op_main_CmpNe:
Executed by:
  • tst_qqmlecmascript
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickrepeater
  • tst_qquickvisualdatamodel
  • tst_signalspy
; (void)lhs;; (void)base_ptr;;
0-86
319 continue;
executed 86 times by 7 tests: continue;
Executed by:
  • tst_qqmlecmascript
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickrepeater
  • tst_qquickvisualdatamodel
  • tst_signalspy
}
86
320-
321 { int lhs; const char *base_ptr; op_int_CmpGt:
code before this statement never executed: op_int_CmpGt:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); lhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_CmpGt;
op_main_CmpGt;
never executed: goto op_main_CmpGt;
op_byte_CmpGt: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); lhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_CmpGt:
code before this statement executed 74 times by 10 tests: op_main_CmpGt:
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_qqmlbinding
  • tst_qqmlecmascript
  • tst_qquickbehaviors
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquicksmoothedanimation
  • tst_qquicktaphandler
; (void)lhs;; (void)base_ptr;;
0-74
322 continue;
executed 74 times by 10 tests: continue;
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_qqmlbinding
  • tst_qqmlecmascript
  • tst_qquickbehaviors
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquicksmoothedanimation
  • tst_qquicktaphandler
}
74
323-
324 { int lhs; const char *base_ptr; op_int_CmpGe:
code before this statement never executed: op_int_CmpGe:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); lhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_CmpGe;
op_main_CmpGe;
never executed: goto op_main_CmpGe;
op_byte_CmpGe: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); lhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_CmpGe:
code before this statement executed 12 times by 3 tests: op_main_CmpGe:
Executed by:
  • tst_examples
  • tst_qquicklayouts
  • tst_qquicktext
; (void)lhs;; (void)base_ptr;;
0-12
325 continue;
executed 12 times by 3 tests: continue;
Executed by:
  • tst_examples
  • tst_qquicklayouts
  • tst_qquicktext
}
12
326-
327 { int lhs; const char *base_ptr; op_int_CmpLt:
code before this statement never executed: op_int_CmpLt:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); lhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_CmpLt;
op_main_CmpLt;
never executed: goto op_main_CmpLt;
op_byte_CmpLt: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); lhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_CmpLt:
code before this statement executed 336 times by 15 tests: op_main_CmpLt:
Executed by:
  • tst_examples
  • tst_qqmlecmascript
  • tst_qqmllocale
  • tst_qqmlprofilerservice
  • tst_qqmlvaluetypeproviders
  • tst_qquickanimationcontroller
  • tst_qquickbehaviors
  • tst_qquickcustomaffector
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickpositioners
  • tst_qquickrepeater
  • tst_qquickvisualdatamodel
  • tst_scenegraph
; (void)lhs;; (void)base_ptr;;
0-336
328 continue;
executed 336 times by 15 tests: continue;
Executed by:
  • tst_examples
  • tst_qqmlecmascript
  • tst_qqmllocale
  • tst_qqmlprofilerservice
  • tst_qqmlvaluetypeproviders
  • tst_qquickanimationcontroller
  • tst_qquickbehaviors
  • tst_qquickcustomaffector
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickpositioners
  • tst_qquickrepeater
  • tst_qquickvisualdatamodel
  • tst_scenegraph
}
336
329-
330 { int lhs; const char *base_ptr; op_int_CmpLe:
code before this statement never executed: op_int_CmpLe:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); lhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_CmpLe;
op_main_CmpLe;
never executed: goto op_main_CmpLe;
op_byte_CmpLe: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); lhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_CmpLe:
code before this statement executed 72 times by 5 tests: op_main_CmpLe:
Executed by:
  • tst_examples
  • tst_qquickanimationcontroller
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
; (void)lhs;; (void)base_ptr;;
0-72
331 continue;
executed 72 times by 5 tests: continue;
Executed by:
  • tst_examples
  • tst_qquickanimationcontroller
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
}
72
332-
333 { int lhs; const char *base_ptr; op_int_CmpStrictEqual:
code before this statement never executed: op_int_CmpStrictEqual:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); lhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_CmpStrictEqual;
op_main_CmpStrictEqual;
never executed: goto op_main_CmpStrictEqual;
op_byte_CmpStrictEqual: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); lhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_CmpStrictEqual:
code before this statement executed 586 times by 11 tests: op_main_CmpStrictEqual:
Executed by:
  • tst_examples
  • tst_qjsengine
  • tst_qqmlecmascript
  • tst_qqmlitemmodels
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickrepeater
  • tst_qquicktext
  • tst_signalspy
; (void)lhs;; (void)base_ptr;;
0-586
334 continue;
executed 586 times by 11 tests: continue;
Executed by:
  • tst_examples
  • tst_qjsengine
  • tst_qqmlecmascript
  • tst_qqmlitemmodels
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickrepeater
  • tst_qquicktext
  • tst_signalspy
}
586
335-
336 { int lhs; const char *base_ptr; op_int_CmpStrictNotEqual:
code before this statement never executed: op_int_CmpStrictNotEqual:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); lhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_CmpStrictNotEqual;
op_main_CmpStrictNotEqual;
never executed: goto op_main_CmpStrictNotEqual;
op_byte_CmpStrictNotEqual: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); lhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_CmpStrictNotEqual:
code before this statement executed 48 times by 6 tests: op_main_CmpStrictNotEqual:
Executed by:
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmousearea
  • tst_qquickrepeater
  • tst_signalspy
; (void)lhs;; (void)base_ptr;;
0-48
337 continue;
executed 48 times by 6 tests: continue;
Executed by:
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmousearea
  • tst_qquickrepeater
  • tst_signalspy
}
48
338-
339 { int lhs; const char *base_ptr; op_int_CmpIn:
code before this statement never executed: op_int_CmpIn:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); lhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_CmpIn;
op_main_CmpIn;
never executed: goto op_main_CmpIn;
op_byte_CmpIn: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); lhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_CmpIn:
code before this statement executed 50 times by 2 tests: op_main_CmpIn:
Executed by:
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
; (void)lhs;; (void)base_ptr;;
0-50
340 continue;
executed 50 times by 2 tests: continue;
Executed by:
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
}
50
341-
342 { int lhs; const char *base_ptr; op_int_CmpInstanceOf:
code before this statement never executed: op_int_CmpInstanceOf:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); lhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_CmpInstanceOf;
op_main_CmpInstanceOf;
never executed: goto op_main_CmpInstanceOf;
op_byte_CmpInstanceOf: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); lhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_CmpInstanceOf:
code before this statement executed 84 times by 5 tests: op_main_CmpInstanceOf:
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_qquickworkerscript
; (void)lhs;; (void)base_ptr;;
0-84
343 continue;
executed 84 times by 5 tests: continue;
Executed by:
  • tst_qqmlecmascript
  • tst_qqmllistmodelworkerscript
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_qquickworkerscript
}
84
344-
345 { const char *base_ptr; op_int_UNot:
code before this statement never executed: op_int_UNot:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_UNot;
op_main_UNot;
never executed: goto op_main_UNot;
op_byte_UNot: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_UNot:
code before this statement executed 134 times by 10 tests: op_main_UNot:
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_qqmlqt
  • tst_qquickanimationcontroller
  • tst_qquickbehaviors
  • tst_qquickdraghandler
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmousearea
  • tst_testfiltering
; (void)base_ptr;;
0-134
346 continue;
executed 134 times by 10 tests: continue;
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_qqmlqt
  • tst_qquickanimationcontroller
  • tst_qquickbehaviors
  • tst_qquickdraghandler
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmousearea
  • tst_testfiltering
}
134
347-
348 { const char *base_ptr; op_int_UPlus:
code before this statement never executed: op_int_UPlus:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_UPlus;
op_main_UPlus;
never executed: goto op_main_UPlus;
op_byte_UPlus: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_UPlus:
code before this statement executed 2 times by 1 test: op_main_UPlus:
Executed by:
  • tst_qquickitem2
; (void)base_ptr;;
0-2
349 continue;
executed 2 times by 1 test: continue;
Executed by:
  • tst_qquickitem2
}
2
350-
351 { const char *base_ptr; op_int_UMinus:
code before this statement never executed: op_int_UMinus:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_UMinus;
op_main_UMinus;
never executed: goto op_main_UMinus;
op_byte_UMinus: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_UMinus:
code before this statement executed 26 times by 3 tests: op_main_UMinus:
Executed by:
  • tst_examples
  • tst_qquickgridview
  • tst_qquicklistview
; (void)base_ptr;;
0-26
352 continue;
executed 26 times by 3 tests: continue;
Executed by:
  • tst_examples
  • tst_qquickgridview
  • tst_qquicklistview
}
26
353-
354 { const char *base_ptr; op_int_UCompl:
code before this statement never executed: op_int_UCompl:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_UCompl;
op_main_UCompl;
never executed: goto op_main_UCompl;
op_byte_UCompl: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_UCompl:
code before this statement never executed: op_main_UCompl:
; (void)base_ptr;;
0
355 continue;
never executed: continue;
}
0
356-
357 { const char *base_ptr; op_int_Increment:
code before this statement never executed: op_int_Increment:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_Increment;
op_main_Increment;
never executed: goto op_main_Increment;
op_byte_Increment: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_Increment:
code before this statement executed 326 times by 13 tests: op_main_Increment:
Executed by:
  • tst_qqmlecmascript
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qquickanimationcontroller
  • tst_qquickcustomaffector
  • tst_qquickdroparea
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickpositioners
  • tst_qquickrepeater
  • tst_qquickvisualdatamodel
; (void)base_ptr;;
0-326
358 continue;
executed 326 times by 13 tests: continue;
Executed by:
  • tst_qqmlecmascript
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qquickanimationcontroller
  • tst_qquickcustomaffector
  • tst_qquickdroparea
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickpositioners
  • tst_qquickrepeater
  • tst_qquickvisualdatamodel
}
326
359-
360 { const char *base_ptr; op_int_Decrement:
code before this statement never executed: op_int_Decrement:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_Decrement;
op_main_Decrement;
never executed: goto op_main_Decrement;
op_byte_Decrement: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_Decrement:
code before this statement executed 288 times by 6 tests: op_main_Decrement:
Executed by:
  • tst_examples
  • tst_qquickitemparticle
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickpositioners
  • tst_qquickrepeater
; (void)base_ptr;;
0-288
361 continue;
executed 288 times by 6 tests: continue;
Executed by:
  • tst_examples
  • tst_qquickitemparticle
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickpositioners
  • tst_qquickrepeater
}
288
362-
363 { int lhs; const char *base_ptr; op_int_Add:
code before this statement never executed: op_int_Add:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); lhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_Add;
op_main_Add;
never executed: goto op_main_Add;
op_byte_Add: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); lhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_Add:
code before this statement executed 2130 times by 29 tests: op_main_Add:
Executed by:
  • tst_examples
  • tst_qjsengine
  • tst_qqmlbinding
  • tst_qqmlecmascript
  • tst_qqmlenginedebugservice
  • tst_qqmlprofilerservice
  • tst_qqmlproperty
  • tst_qquickaccessible
  • tst_qquickanimationcontroller
  • tst_qquickdesignersupport
  • tst_qquickdraghandler
  • tst_qquickflickable
  • tst_qquickgridview
  • tst_qquickimage
  • tst_qquickitemparticle
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickloader
  • tst_qquickmousearea
  • tst_qquickpathview
  • tst_qquickpincharea
  • tst_qquickpositioners
  • tst_qquickrepeater
  • tst_qquicksmoothedanimation
  • tst_qquickstates
  • ...
; (void)lhs;; (void)base_ptr;;
0-2130
364 continue;
executed 2130 times by 29 tests: continue;
Executed by:
  • tst_examples
  • tst_qjsengine
  • tst_qqmlbinding
  • tst_qqmlecmascript
  • tst_qqmlenginedebugservice
  • tst_qqmlprofilerservice
  • tst_qqmlproperty
  • tst_qquickaccessible
  • tst_qquickanimationcontroller
  • tst_qquickdesignersupport
  • tst_qquickdraghandler
  • tst_qquickflickable
  • tst_qquickgridview
  • tst_qquickimage
  • tst_qquickitemparticle
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickloader
  • tst_qquickmousearea
  • tst_qquickpathview
  • tst_qquickpincharea
  • tst_qquickpositioners
  • tst_qquickrepeater
  • tst_qquicksmoothedanimation
  • tst_qquickstates
  • ...
}
2130
365-
366 { int lhs; const char *base_ptr; op_int_BitAnd:
code before this statement never executed: op_int_BitAnd:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); lhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_BitAnd;
op_main_BitAnd;
never executed: goto op_main_BitAnd;
op_byte_BitAnd: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); lhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_BitAnd:
code before this statement never executed: op_main_BitAnd:
; (void)lhs;; (void)base_ptr;;
0
367 continue;
never executed: continue;
}
0
368-
369 { int lhs; const char *base_ptr; op_int_BitOr:
code before this statement never executed: op_int_BitOr:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); lhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_BitOr;
op_main_BitOr;
never executed: goto op_main_BitOr;
op_byte_BitOr: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); lhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_BitOr:
code before this statement executed 14 times by 1 test: op_main_BitOr:
Executed by:
  • tst_qquicklistview
; (void)lhs;; (void)base_ptr;;
0-14
370 continue;
executed 14 times by 1 test: continue;
Executed by:
  • tst_qquicklistview
}
14
371-
372 { int lhs; const char *base_ptr; op_int_BitXor:
code before this statement never executed: op_int_BitXor:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); lhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_BitXor;
op_main_BitXor;
never executed: goto op_main_BitXor;
op_byte_BitXor: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); lhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_BitXor:
code before this statement never executed: op_main_BitXor:
; (void)lhs;; (void)base_ptr;;
0
373 continue;
never executed: continue;
}
0
374-
375 { int lhs; const char *base_ptr; op_int_UShr:
code before this statement never executed: op_int_UShr:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); lhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_UShr;
op_main_UShr;
never executed: goto op_main_UShr;
op_byte_UShr: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); lhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_UShr:
code before this statement never executed: op_main_UShr:
; (void)lhs;; (void)base_ptr;;
0
376 continue;
never executed: continue;
}
0
377-
378 { int lhs; const char *base_ptr; op_int_Shr:
code before this statement never executed: op_int_Shr:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); lhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_Shr;
op_main_Shr;
never executed: goto op_main_Shr;
op_byte_Shr: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); lhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_Shr:
code before this statement never executed: op_main_Shr:
; (void)lhs;; (void)base_ptr;;
0
379 continue;
never executed: continue;
}
0
380-
381 { int lhs; const char *base_ptr; op_int_Shl:
code before this statement never executed: op_int_Shl:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); lhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_Shl;
op_main_Shl;
never executed: goto op_main_Shl;
op_byte_Shl: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); lhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_Shl:
code before this statement never executed: op_main_Shl:
; (void)lhs;; (void)base_ptr;;
0
382 continue;
never executed: continue;
}
0
383-
384 { int rhs; const char *base_ptr; op_int_BitAndConst:
code before this statement never executed: op_int_BitAndConst:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); rhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_BitAndConst;
op_main_BitAndConst;
never executed: goto op_main_BitAndConst;
op_byte_BitAndConst: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); rhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_BitAndConst:
code before this statement executed 4 times by 1 test: op_main_BitAndConst:
Executed by:
  • tst_qquickgridview
; (void)rhs;; (void)base_ptr;;
0-4
385 continue;
executed 4 times by 1 test: continue;
Executed by:
  • tst_qquickgridview
}
4
386-
387 { int rhs; const char *base_ptr; op_int_BitOrConst:
code before this statement never executed: op_int_BitOrConst:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); rhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_BitOrConst;
op_main_BitOrConst;
never executed: goto op_main_BitOrConst;
op_byte_BitOrConst: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); rhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_BitOrConst:
code before this statement never executed: op_main_BitOrConst:
; (void)rhs;; (void)base_ptr;;
0
388 continue;
never executed: continue;
}
0
389-
390 { int rhs; const char *base_ptr; op_int_BitXorConst:
code before this statement never executed: op_int_BitXorConst:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); rhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_BitXorConst;
op_main_BitXorConst;
never executed: goto op_main_BitXorConst;
op_byte_BitXorConst: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); rhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_BitXorConst:
code before this statement never executed: op_main_BitXorConst:
; (void)rhs;; (void)base_ptr;;
0
391 continue;
never executed: continue;
}
0
392-
393 { int rhs; const char *base_ptr; op_int_UShrConst:
code before this statement never executed: op_int_UShrConst:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); rhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_UShrConst;
op_main_UShrConst;
never executed: goto op_main_UShrConst;
op_byte_UShrConst: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); rhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_UShrConst:
code before this statement never executed: op_main_UShrConst:
; (void)rhs;; (void)base_ptr;;
0
394 continue;
never executed: continue;
}
0
395-
396 { int rhs; const char *base_ptr; op_int_ShrConst:
code before this statement never executed: op_int_ShrConst:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); rhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_ShrConst;
op_main_ShrConst;
never executed: goto op_main_ShrConst;
op_byte_ShrConst: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); rhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_ShrConst:
code before this statement never executed: op_main_ShrConst:
; (void)rhs;; (void)base_ptr;;
0
397 continue;
never executed: continue;
}
0
398-
399 { int rhs; const char *base_ptr; op_int_ShlConst:
code before this statement never executed: op_int_ShlConst:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); rhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_ShlConst;
op_main_ShlConst;
never executed: goto op_main_ShlConst;
op_byte_ShlConst: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); rhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_ShlConst:
code before this statement never executed: op_main_ShlConst:
; (void)rhs;; (void)base_ptr;;
0
400 continue;
never executed: continue;
}
0
401-
402 { int lhs; const char *base_ptr; op_int_Exp:
code before this statement never executed: op_int_Exp:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); lhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_Exp;
op_main_Exp;
never executed: goto op_main_Exp;
op_byte_Exp: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); lhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_Exp:
code before this statement never executed: op_main_Exp:
; (void)lhs;; (void)base_ptr;;
0
403 continue;
never executed: continue;
}
0
404-
405 { int lhs; const char *base_ptr; op_int_Mul:
code before this statement never executed: op_int_Mul:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); lhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_Mul;
op_main_Mul;
never executed: goto op_main_Mul;
op_byte_Mul: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); lhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_Mul:
code before this statement executed 896 times by 13 tests: op_main_Mul:
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_qqmlecmascript
  • tst_qquickaccessible
  • tst_qquickdraghandler
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickpositioners
  • tst_qquickrepeater
  • tst_qquicktaphandler
  • tst_qquicktext
; (void)lhs;; (void)base_ptr;;
0-896
406 continue;
executed 896 times by 13 tests: continue;
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_qqmlecmascript
  • tst_qquickaccessible
  • tst_qquickdraghandler
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickpositioners
  • tst_qquickrepeater
  • tst_qquicktaphandler
  • tst_qquicktext
}
896
407-
408 { int lhs; const char *base_ptr; op_int_Div:
code before this statement never executed: op_int_Div:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); lhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_Div;
op_main_Div;
never executed: goto op_main_Div;
op_byte_Div: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); lhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_Div:
code before this statement executed 468 times by 12 tests: op_main_Div:
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qquickaccessible
  • tst_qquickdraghandler
  • tst_qquickflickable
  • tst_qquickgridview
  • tst_qquicklistview
  • tst_qquickmousearea
  • tst_qquickpathview
  • tst_qquickpincharea
  • tst_qquicktext
; (void)lhs;; (void)base_ptr;;
0-468
409 continue;
executed 468 times by 12 tests: continue;
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qquickaccessible
  • tst_qquickdraghandler
  • tst_qquickflickable
  • tst_qquickgridview
  • tst_qquicklistview
  • tst_qquickmousearea
  • tst_qquickpathview
  • tst_qquickpincharea
  • tst_qquicktext
}
468
410-
411 { int lhs; const char *base_ptr; op_int_Mod:
code before this statement never executed: op_int_Mod:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); lhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_Mod;
op_main_Mod;
never executed: goto op_main_Mod;
op_byte_Mod: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); lhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_Mod:
code before this statement executed 46 times by 5 tests: op_main_Mod:
Executed by:
  • tst_examples
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_scenegraph
; (void)lhs;; (void)base_ptr;;
0-46
412 continue;
executed 46 times by 5 tests: continue;
Executed by:
  • tst_examples
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_scenegraph
}
46
413-
414 { int lhs; const char *base_ptr; op_int_Sub:
code before this statement never executed: op_int_Sub:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); lhs = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_Sub;
op_main_Sub;
never executed: goto op_main_Sub;
op_byte_Sub: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); lhs = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_Sub:
code before this statement executed 686 times by 20 tests: op_main_Sub:
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qqmlbinding
  • tst_qqmlecmascript
  • tst_qqmlvaluetypeproviders
  • tst_qquickaccessible
  • tst_qquickanimationcontroller
  • tst_qquickdesignersupport
  • tst_qquickdraghandler
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmousearea
  • tst_qquickmultipointtoucharea
  • tst_qquickpincharea
  • tst_qquickrepeater
  • tst_qquicksmoothedanimation
  • tst_qquicktaphandler
  • tst_qquicktext
; (void)lhs;; (void)base_ptr;;
0-686
415 continue;
executed 686 times by 20 tests: continue;
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qqmlbinding
  • tst_qqmlecmascript
  • tst_qqmlvaluetypeproviders
  • tst_qquickaccessible
  • tst_qquickanimationcontroller
  • tst_qquickdesignersupport
  • tst_qquickdraghandler
  • tst_qquickgridview
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmousearea
  • tst_qquickmultipointtoucharea
  • tst_qquickpincharea
  • tst_qquickrepeater
  • tst_qquicksmoothedanimation
  • tst_qquicktaphandler
  • tst_qquicktext
}
686
416-
417 { const char *base_ptr; op_int_Ret:
code before this statement never executed: op_int_Ret:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_Ret;
op_main_Ret;
never executed: goto op_main_Ret;
op_byte_Ret: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_Ret:
code before this statement executed 13404 times by 64 tests: op_main_Ret:
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qjsengine
  • tst_qjsvalue
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlcontext
  • tst_qqmlecmascript
  • tst_qqmlenginedebugservice
  • tst_qqmlinstantiator
  • tst_qqmlitemmodels
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlnotifier
  • tst_qqmlprofilerservice
  • tst_qqmlproperty
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qqmlvaluetypes
  • tst_qqmlxmlhttprequest
  • tst_qquickaccessible
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • ...
; (void)base_ptr;;
0-13404
418 continue;
executed 13404 times by 64 tests: continue;
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qjsengine
  • tst_qjsvalue
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlcontext
  • tst_qqmlecmascript
  • tst_qqmlenginedebugservice
  • tst_qqmlinstantiator
  • tst_qqmlitemmodels
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlnotifier
  • tst_qqmlprofilerservice
  • tst_qqmlproperty
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qqmlvaluetypes
  • tst_qqmlxmlhttprequest
  • tst_qquickaccessible
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • ...
}
13404
419-
420-
421 { const char *base_ptr; op_int_Debug:
code before this statement never executed: op_int_Debug:
base_ptr = code; code += static_cast<quintptr>(0*sizeof(int) + 1); goto
never executed: goto op_main_Debug;
op_main_Debug;
never executed: goto op_main_Debug;
op_byte_Debug: base_ptr = code; code += static_cast<quintptr>(0*sizeof(qint8) + 1); op_main_Debug:
code before this statement never executed: op_main_Debug:
; (void)base_ptr;;
0
422 continue;
never executed: continue;
}
0
423-
424-
425 { int result; const char *base_ptr; op_int_LoadQmlContext:
code before this statement never executed: op_int_LoadQmlContext:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); result = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_LoadQmlContext;
op_main_LoadQmlContext;
never executed: goto op_main_LoadQmlContext;
op_byte_LoadQmlContext: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); result = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_LoadQmlContext:
code before this statement executed 13128 times by 60 tests: op_main_LoadQmlContext:
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlcontext
  • tst_qqmlecmascript
  • tst_qqmlinstantiator
  • tst_qqmlitemmodels
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlnotifier
  • tst_qqmlprofilerservice
  • tst_qqmlproperty
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qqmlvaluetypes
  • tst_qqmlxmlhttprequest
  • tst_qquickaccessible
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • tst_qquickanimations
  • tst_qquickapplication
  • tst_qquickbehaviors
  • ...
; (void)result;; (void)base_ptr;;
0-13128
426 continue;
executed 13128 times by 60 tests: continue;
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlcontext
  • tst_qqmlecmascript
  • tst_qqmlinstantiator
  • tst_qqmlitemmodels
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlnotifier
  • tst_qqmlprofilerservice
  • tst_qqmlproperty
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qqmlvaluetypes
  • tst_qqmlxmlhttprequest
  • tst_qquickaccessible
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • tst_qquickanimations
  • tst_qquickapplication
  • tst_qquickbehaviors
  • ...
}
13128
427-
428 { int result; const char *base_ptr; op_int_LoadQmlImportedScripts:
code before this statement never executed: op_int_LoadQmlImportedScripts:
base_ptr = code; code += static_cast<quintptr>(1*sizeof(int) + 1); result = qFromLittleEndian<int>( static_cast<const void *>( &reinterpret_cast<const int *>(code)[-1 + 0]));; goto
never executed: goto op_main_LoadQmlImportedScripts;
op_main_LoadQmlImportedScripts;
never executed: goto op_main_LoadQmlImportedScripts;
op_byte_LoadQmlImportedScripts: base_ptr = code; code += static_cast<quintptr>(1*sizeof(qint8) + 1); result = qFromLittleEndian<qint8>( static_cast<const void *>( &reinterpret_cast<const qint8 *>(code)[-1 + 0]));; op_main_LoadQmlImportedScripts:
code before this statement executed 13128 times by 60 tests: op_main_LoadQmlImportedScripts:
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlcontext
  • tst_qqmlecmascript
  • tst_qqmlinstantiator
  • tst_qqmlitemmodels
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlnotifier
  • tst_qqmlprofilerservice
  • tst_qqmlproperty
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qqmlvaluetypes
  • tst_qqmlxmlhttprequest
  • tst_qquickaccessible
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • tst_qquickanimations
  • tst_qquickapplication
  • tst_qquickbehaviors
  • ...
; (void)result;; (void)base_ptr;;
0-13128
429 continue;
executed 13128 times by 60 tests: continue;
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlcontext
  • tst_qqmlecmascript
  • tst_qqmlinstantiator
  • tst_qqmlitemmodels
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlnotifier
  • tst_qqmlprofilerservice
  • tst_qqmlproperty
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qqmlvaluetypes
  • tst_qqmlxmlhttprequest
  • tst_qquickaccessible
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • tst_qquickanimations
  • tst_qquickapplication
  • tst_qquickbehaviors
  • ...
}
13128
430 }-
431-
432 return
executed 13188 times by 64 tests: return labels;
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qjsengine
  • tst_qjsvalue
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlcontext
  • tst_qqmlecmascript
  • tst_qqmlenginedebugservice
  • tst_qqmlinstantiator
  • tst_qqmlitemmodels
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlnotifier
  • tst_qqmlprofilerservice
  • tst_qqmlproperty
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qqmlvaluetypes
  • tst_qqmlxmlhttprequest
  • tst_qquickaccessible
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • ...
labels;
executed 13188 times by 64 tests: return labels;
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qjsengine
  • tst_qjsvalue
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlcontext
  • tst_qqmlecmascript
  • tst_qqmlenginedebugservice
  • tst_qqmlinstantiator
  • tst_qqmlitemmodels
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllocale
  • tst_qqmlnotifier
  • tst_qqmlprofilerservice
  • tst_qqmlproperty
  • tst_qqmlqt
  • tst_qqmlvaluetypeproviders
  • tst_qqmlvaluetypes
  • tst_qqmlxmlhttprequest
  • tst_qquickaccessible
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • ...
13188
433}-
Switch to Source codePreprocessed file

Generated by Squish Coco 4.2.0