| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
JSC::AbstractMacroAssembler::readPointer| Name: | JSC::AbstractMacroAssembler::readPointer | | Prototype: | static void* readPointer(CodeLocationDataLabelPtr dataLabelPtr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/AbstractMacroAssembler.h | | Lines: | 893-896 |
| | 1 | 1 |
JSC::AbstractMacroAssembler::repatchCompact| Name: | JSC::AbstractMacroAssembler::repatchCompact | | Prototype: | static void repatchCompact(CodeLocationDataLabelCompact dataLabelCompact, int32_t value) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/AbstractMacroAssembler.h | | Lines: | 877-880 |
| | 1 | 1 |
JSC::AbstractMacroAssembler::repatchInt32| Name: | JSC::AbstractMacroAssembler::repatchInt32 | | Prototype: | static void repatchInt32(CodeLocationDataLabel32 dataLabel32, int32_t value) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/AbstractMacroAssembler.h | | Lines: | 882-885 |
| | 1 | 1 |
JSC::AbstractMacroAssembler::repatchJump| Name: | JSC::AbstractMacroAssembler::repatchJump | | Prototype: | static void repatchJump(CodeLocationJump jump, CodeLocationLabel destination) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/AbstractMacroAssembler.h | | Lines: | 867-870 |
| | 1 | 1 |
JSC::AbstractMacroAssembler::repatchNearCall| Name: | JSC::AbstractMacroAssembler::repatchNearCall | | Prototype: | static void repatchNearCall(CodeLocationNearCall nearCall, CodeLocationLabel destination) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/AbstractMacroAssembler.h | | Lines: | 872-875 |
| | 1 | 1 |
JSC::AbstractMacroAssembler::repatchPointer| Name: | JSC::AbstractMacroAssembler::repatchPointer | | Prototype: | static void repatchPointer(CodeLocationDataLabelPtr dataLabelPtr, void* value) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/AbstractMacroAssembler.h | | Lines: | 887-890 |
| | 1 | 1 |
JSC::AbstractMacroAssembler::replaceWithAddressComputation| Name: | JSC::AbstractMacroAssembler::replaceWithAddressComputation | | Prototype: | static void replaceWithAddressComputation(CodeLocationConvertibleLoad label) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/AbstractMacroAssembler.h | | Lines: | 904-907 |
| | 1 | 1 |
JSC::AbstractMacroAssembler::replaceWithLoad| Name: | JSC::AbstractMacroAssembler::replaceWithLoad | | Prototype: | static void replaceWithLoad(CodeLocationConvertibleLoad label) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/AbstractMacroAssembler.h | | Lines: | 899-902 |
| | 1 | 1 |
JSC::AbstractMacroAssembler::watchpointLabel| Name: | JSC::AbstractMacroAssembler::watchpointLabel | | Prototype: | Label watchpointLabel() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/AbstractMacroAssembler.h | | Lines: | 750-755 |
| | 3 | 1 |
JSC::AssemblerBuffer::AssemblerBuffer| Name: | JSC::AssemblerBuffer::AssemblerBuffer | | Prototype: | AssemblerBuffer() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/AssemblerBuffer.h | | Lines: | 66-72 |
| | 2 | 1 |
JSC::AssemblerBuffer::codeSize| Name: | JSC::AssemblerBuffer::codeSize | | Prototype: | size_t codeSize() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/AssemblerBuffer.h | | Lines: | 123-126 |
| | 1 | 1 |
JSC::AssemblerBuffer::data| Name: | JSC::AssemblerBuffer::data | | Prototype: | void* data() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/AssemblerBuffer.h | | Lines: | 118-121 |
| | 1 | 1 |
JSC::AssemblerBuffer::debugOffset| Name: | JSC::AssemblerBuffer::debugOffset | | Prototype: | unsigned debugOffset() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/AssemblerBuffer.h | | Lines: | 150-150 |
| | 1 | 1 |
JSC::AssemblerBuffer::grow| Name: | JSC::AssemblerBuffer::grow | | Prototype: | void grow(int extraCapacity = 0) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/AssemblerBuffer.h | | Lines: | 162-168 |
| | 3 | 1 |
JSC::AssemblerBuffer::isAligned| Name: | JSC::AssemblerBuffer::isAligned | | Prototype: | bool isAligned(int alignment) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/AssemblerBuffer.h | | Lines: | 89-92 |
| | 1 | 1 |
JSC::AssemblerBuffer::isAvailable| Name: | JSC::AssemblerBuffer::isAvailable | | Prototype: | bool isAvailable(int space) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/AssemblerBuffer.h | | Lines: | 78-81 |
| | 1 | 1 |
JSC::AssemblerBuffer::label| Name: | JSC::AssemblerBuffer::label | | Prototype: | AssemblerLabel label() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/AssemblerBuffer.h | | Lines: | 128-131 |
| | 1 | 1 |
JSC::AssemblerBuffer::putByte| Name: | JSC::AssemblerBuffer::putByte | | Prototype: | void putByte(int8_t value) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/AssemblerBuffer.h | | Lines: | 110-110 |
| | 1 | 1 |
JSC::AssemblerBuffer::putByteUnchecked| Name: | JSC::AssemblerBuffer::putByteUnchecked | | Prototype: | void putByteUnchecked(int8_t value) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/AssemblerBuffer.h | | Lines: | 109-109 |
| | 1 | 1 |
JSC::AssemblerBuffer::putInt| Name: | JSC::AssemblerBuffer::putInt | | Prototype: | void putInt(int32_t value) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/AssemblerBuffer.h | | Lines: | 114-114 |
| | 1 | 1 |
JSC::AssemblerBuffer::putInt64| Name: | JSC::AssemblerBuffer::putInt64 | | Prototype: | void putInt64(int64_t value) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/AssemblerBuffer.h | | Lines: | 116-116 |
| | 1 | 1 |
JSC::AssemblerBuffer::putInt64Unchecked| Name: | JSC::AssemblerBuffer::putInt64Unchecked | | Prototype: | void putInt64Unchecked(int64_t value) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/AssemblerBuffer.h | | Lines: | 115-115 |
| | 1 | 1 |
JSC::AssemblerBuffer::putIntUnchecked| Name: | JSC::AssemblerBuffer::putIntUnchecked | | Prototype: | void putIntUnchecked(int32_t value) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/AssemblerBuffer.h | | Lines: | 113-113 |
| | 1 | 1 |
JSC::AssemblerBuffer::putIntegral| Name: | JSC::AssemblerBuffer::putIntegral | | Prototype: | template<typename IntegralType> void putIntegral(IntegralType value) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/AssemblerBuffer.h | | Lines: | 94-99 |
| | 2 | 1 |
JSC::AssemblerBuffer::putIntegralUnchecked| Name: | JSC::AssemblerBuffer::putIntegralUnchecked | | Prototype: | template<typename IntegralType> void putIntegralUnchecked(IntegralType value) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/AssemblerBuffer.h | | Lines: | 101-107 |
| | 3 | 1 |
JSC::AssemblerBuffer::putShort| Name: | JSC::AssemblerBuffer::putShort | | Prototype: | void putShort(int16_t value) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/AssemblerBuffer.h | | Lines: | 112-112 |
| | 1 | 1 |
JSC::AssemblerBuffer::putShortUnchecked| Name: | JSC::AssemblerBuffer::putShortUnchecked | | Prototype: | void putShortUnchecked(int16_t value) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/AssemblerBuffer.h | | Lines: | 111-111 |
| | 1 | 1 |
JSC::AssemblerLabel::AssemblerLabel| Name: | JSC::AssemblerLabel::AssemblerLabel | | Prototype: | AssemblerLabel() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/AssemblerBuffer.h | | Lines: | 43-46 |
| | 2 | 1 |
JSC::AssemblerLabel::AssemblerLabel| Name: | JSC::AssemblerLabel::AssemblerLabel | | Prototype: | explicit AssemblerLabel(uint32_t offset) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/AssemblerBuffer.h | | Lines: | 48-51 |
| | 2 | 1 |
JSC::AssemblerLabel::isSet| Name: | JSC::AssemblerLabel::isSet | | Prototype: | bool isSet() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/AssemblerBuffer.h | | Lines: | 53-53 |
| | 1 | 1 |
JSC::AssemblerLabel::labelAtOffset| Name: | JSC::AssemblerLabel::labelAtOffset | | Prototype: | AssemblerLabel labelAtOffset(int offset) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/AssemblerBuffer.h | | Lines: | 55-58 |
| | 1 | 1 |
JSC::CAN_SIGN_EXTEND_8_32| Name: | JSC::CAN_SIGN_EXTEND_8_32 | | Prototype: | inline bool CAN_SIGN_EXTEND_8_32(int32_t value) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/X86Assembler.h | | Lines: | 40-40 |
| | 1 | 1 |
JSC::CodeLocationCall::CodeLocationCall| Name: | JSC::CodeLocationCall::CodeLocationCall | | Prototype: | explicit CodeLocationCall(MacroAssemblerCodePtr location) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/CodeLocation.h | | Lines: | 109-110 |
| | 1 | 1 |
JSC::CodeLocationCall::CodeLocationCall| Name: | JSC::CodeLocationCall::CodeLocationCall | | Prototype: | explicit CodeLocationCall(void* location) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/CodeLocation.h | | Lines: | 111-112 |
| | 1 | 1 |
JSC::CodeLocationCommon::CodeLocationCommon| Name: | JSC::CodeLocationCommon::CodeLocationCommon | | Prototype: | CodeLocationCommon(MacroAssemblerCodePtr location) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/CodeLocation.h | | Lines: | 73-76 |
| | 2 | 1 |
JSC::CodeLocationCommon::callAtOffset| Name: | JSC::CodeLocationCommon::callAtOffset | | Prototype: | inline CodeLocationCall CodeLocationCommon::callAtOffset(int offset) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/CodeLocation.h | | Lines: | 178-182 |
| | 1 | 1 |
JSC::CodeLocationCommon::convertibleLoadAtOffset| Name: | JSC::CodeLocationCommon::convertibleLoadAtOffset | | Prototype: | inline CodeLocationConvertibleLoad CodeLocationCommon::convertibleLoadAtOffset(int offset) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/CodeLocation.h | | Lines: | 208-212 |
| | 1 | 1 |
JSC::CodeLocationCommon::dataLabel32AtOffset| Name: | JSC::CodeLocationCommon::dataLabel32AtOffset | | Prototype: | inline CodeLocationDataLabel32 CodeLocationCommon::dataLabel32AtOffset(int offset) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/CodeLocation.h | | Lines: | 196-200 |
| | 1 | 1 |
JSC::CodeLocationCommon::dataLabelCompactAtOffset| Name: | JSC::CodeLocationCommon::dataLabelCompactAtOffset | | Prototype: | inline CodeLocationDataLabelCompact CodeLocationCommon::dataLabelCompactAtOffset(int offset) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/CodeLocation.h | | Lines: | 202-206 |
| | 1 | 1 |
JSC::CodeLocationCommon::dataLabelPtrAtOffset| Name: | JSC::CodeLocationCommon::dataLabelPtrAtOffset | | Prototype: | inline CodeLocationDataLabelPtr CodeLocationCommon::dataLabelPtrAtOffset(int offset) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/CodeLocation.h | | Lines: | 190-194 |
| | 1 | 1 |
JSC::CodeLocationCommon::instructionAtOffset| Name: | JSC::CodeLocationCommon::instructionAtOffset | | Prototype: | inline CodeLocationInstruction CodeLocationCommon::instructionAtOffset(int offset) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/CodeLocation.h | | Lines: | 160-164 |
| | 1 | 1 |
JSC::CodeLocationCommon::jumpAtOffset| Name: | JSC::CodeLocationCommon::jumpAtOffset | | Prototype: | inline CodeLocationJump CodeLocationCommon::jumpAtOffset(int offset) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/CodeLocation.h | | Lines: | 172-176 |
| | 1 | 1 |
JSC::CodeLocationCommon::labelAtOffset| Name: | JSC::CodeLocationCommon::labelAtOffset | | Prototype: | inline CodeLocationLabel CodeLocationCommon::labelAtOffset(int offset) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/CodeLocation.h | | Lines: | 166-170 |
| | 1 | 1 |
JSC::CodeLocationCommon::nearCallAtOffset| Name: | JSC::CodeLocationCommon::nearCallAtOffset | | Prototype: | inline CodeLocationNearCall CodeLocationCommon::nearCallAtOffset(int offset) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/CodeLocation.h | | Lines: | 184-188 |
| | 1 | 1 |
JSC::CodeLocationConvertibleLoad::CodeLocationConvertibleLoad| Name: | JSC::CodeLocationConvertibleLoad::CodeLocationConvertibleLoad | | Prototype: | explicit CodeLocationConvertibleLoad(MacroAssemblerCodePtr location) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/CodeLocation.h | | Lines: | 154-155 |
| | 1 | 1 |
JSC::CodeLocationConvertibleLoad::CodeLocationConvertibleLoad| Name: | JSC::CodeLocationConvertibleLoad::CodeLocationConvertibleLoad | | Prototype: | explicit CodeLocationConvertibleLoad(void* location) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/CodeLocation.h | | Lines: | 156-157 |
| | 1 | 1 |
JSC::CodeLocationDataLabel32::CodeLocationDataLabel32| Name: | JSC::CodeLocationDataLabel32::CodeLocationDataLabel32 | | Prototype: | explicit CodeLocationDataLabel32(MacroAssemblerCodePtr location) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/CodeLocation.h | | Lines: | 127-128 |
| | 1 | 1 |
JSC::CodeLocationDataLabel32::CodeLocationDataLabel32| Name: | JSC::CodeLocationDataLabel32::CodeLocationDataLabel32 | | Prototype: | explicit CodeLocationDataLabel32(void* location) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/CodeLocation.h | | Lines: | 129-130 |
| | 1 | 1 |
JSC::CodeLocationDataLabelCompact::CodeLocationDataLabelCompact| Name: | JSC::CodeLocationDataLabelCompact::CodeLocationDataLabelCompact | | Prototype: | explicit CodeLocationDataLabelCompact(MacroAssemblerCodePtr location) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/CodeLocation.h | | Lines: | 136-137 |
| | 1 | 1 |
JSC::CodeLocationDataLabelCompact::CodeLocationDataLabelCompact| Name: | JSC::CodeLocationDataLabelCompact::CodeLocationDataLabelCompact | | Prototype: | explicit CodeLocationDataLabelCompact(void* location) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/CodeLocation.h | | Lines: | 138-139 |
| | 1 | 1 |
JSC::CodeLocationDataLabelPtr::CodeLocationDataLabelPtr| Name: | JSC::CodeLocationDataLabelPtr::CodeLocationDataLabelPtr | | Prototype: | explicit CodeLocationDataLabelPtr(MacroAssemblerCodePtr location) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/CodeLocation.h | | Lines: | 145-146 |
| | 1 | 1 |
JSC::CodeLocationDataLabelPtr::CodeLocationDataLabelPtr| Name: | JSC::CodeLocationDataLabelPtr::CodeLocationDataLabelPtr | | Prototype: | explicit CodeLocationDataLabelPtr(void* location) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/CodeLocation.h | | Lines: | 147-148 |
| | 1 | 1 |
JSC::CodeLocationInstruction::CodeLocationInstruction| Name: | JSC::CodeLocationInstruction::CodeLocationInstruction | | Prototype: | explicit CodeLocationInstruction(MacroAssemblerCodePtr location) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/CodeLocation.h | | Lines: | 82-83 |
| | 1 | 1 |
JSC::CodeLocationInstruction::CodeLocationInstruction| Name: | JSC::CodeLocationInstruction::CodeLocationInstruction | | Prototype: | explicit CodeLocationInstruction(void* location) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/CodeLocation.h | | Lines: | 84-85 |
| | 1 | 1 |
JSC::CodeLocationJump::CodeLocationJump| Name: | JSC::CodeLocationJump::CodeLocationJump | | Prototype: | explicit CodeLocationJump(MacroAssemblerCodePtr location) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/CodeLocation.h | | Lines: | 100-101 |
| | 1 | 1 |
JSC::CodeLocationJump::CodeLocationJump| Name: | JSC::CodeLocationJump::CodeLocationJump | | Prototype: | explicit CodeLocationJump(void* location) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/CodeLocation.h | | Lines: | 102-103 |
| | 1 | 1 |
JSC::CodeLocationLabel::CodeLocationLabel| Name: | JSC::CodeLocationLabel::CodeLocationLabel | | Prototype: | explicit CodeLocationLabel(MacroAssemblerCodePtr location) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/CodeLocation.h | | Lines: | 91-92 |
| | 1 | 1 |
JSC::CodeLocationLabel::CodeLocationLabel| Name: | JSC::CodeLocationLabel::CodeLocationLabel | | Prototype: | explicit CodeLocationLabel(void* location) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/CodeLocation.h | | Lines: | 93-94 |
| | 1 | 1 |
JSC::CodeLocationNearCall::CodeLocationNearCall| Name: | JSC::CodeLocationNearCall::CodeLocationNearCall | | Prototype: | explicit CodeLocationNearCall(MacroAssemblerCodePtr location) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/CodeLocation.h | | Lines: | 118-119 |
| | 1 | 1 |
JSC::CodeLocationNearCall::CodeLocationNearCall| Name: | JSC::CodeLocationNearCall::CodeLocationNearCall | | Prototype: | explicit CodeLocationNearCall(void* location) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/CodeLocation.h | | Lines: | 120-121 |
| | 1 | 1 |
JSC::DefaultExecutableOffsetCalculator::applyOffset| Name: | JSC::DefaultExecutableOffsetCalculator::applyOffset | | Prototype: | template <typename Assembler> static T applyOffset(Assembler *, T src) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/LinkBuffer.h | | Lines: | 49-50 |
| | 1 | 1 |
JSC::ExecutableAllocator::ExecutableAllocator| Name: | JSC::ExecutableAllocator::ExecutableAllocator | | Prototype: | ExecutableAllocator(QV4::ExecutableAllocator *alloc) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/ExecutableAllocator.h | | Lines: | 97-99 |
| | 1 | 1 |
JSC::ExecutableAllocator::allocate| Name: | JSC::ExecutableAllocator::allocate | | Prototype: | PassRefPtr<ExecutableMemoryHandle> allocate(JSGlobalData&, size_t size, void*, int) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/ExecutableAllocator.h | | Lines: | 101-104 |
| | 1 | 1 |
JSC::ExecutableMemoryHandle::ExecutableMemoryHandle| Name: | JSC::ExecutableMemoryHandle::ExecutableMemoryHandle | | Prototype: | ExecutableMemoryHandle(QV4::ExecutableAllocator *allocator, size_t size) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/ExecutableAllocator.h | | Lines: | 68-73 |
| | 1 | 1 |
JSC::ExecutableMemoryHandle::chunk| Name: | JSC::ExecutableMemoryHandle::chunk | | Prototype: | QV4::ExecutableAllocator::ChunkOfPages *chunk() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/ExecutableAllocator.h | | Lines: | 88-89 |
| | 1 | 1 |
JSC::ExecutableMemoryHandle::isManaged| Name: | JSC::ExecutableMemoryHandle::isManaged | | Prototype: | inline bool isManaged() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/ExecutableAllocator.h | | Lines: | 83-83 |
| | 1 | 1 |
JSC::ExecutableMemoryHandle::sizeInBytes| Name: | JSC::ExecutableMemoryHandle::sizeInBytes | | Prototype: | size_t sizeInBytes() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/ExecutableAllocator.h | | Lines: | 86-86 |
| | 1 | 1 |
JSC::ExecutableMemoryHandle::start| Name: | JSC::ExecutableMemoryHandle::start | | Prototype: | void* start() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/ExecutableAllocator.h | | Lines: | 85-85 |
| | 1 | 1 |
JSC::ExecutableMemoryHandle::~ExecutableMemoryHandle| Name: | JSC::ExecutableMemoryHandle::~ExecutableMemoryHandle | | Prototype: | ~ExecutableMemoryHandle() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/ExecutableAllocator.h | | Lines: | 74-77 |
| | 1 | 1 |
JSC::FunctionPtr::FunctionPtr| Name: | JSC::FunctionPtr::FunctionPtr | | Prototype: | template<typename returnType> FunctionPtr(returnType(*value)()) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/MacroAssemblerCodeRef.h | | Lines: | 95-100 |
| | 1 | 1 |
JSC::FunctionPtr::FunctionPtr| Name: | JSC::FunctionPtr::FunctionPtr | | Prototype: | template<typename returnType, typename argType1> FunctionPtr(returnType(*value)(argType1)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/MacroAssemblerCodeRef.h | | Lines: | 102-107 |
| | 1 | 1 |
JSC::FunctionPtr::FunctionPtr| Name: | JSC::FunctionPtr::FunctionPtr | | Prototype: | template<typename returnType, typename argType1, typename argType2> FunctionPtr(returnType(*value)(argType1, argType2)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/MacroAssemblerCodeRef.h | | Lines: | 109-114 |
| | 1 | 1 |
JSC::FunctionPtr::FunctionPtr| Name: | JSC::FunctionPtr::FunctionPtr | | Prototype: | template<typename returnType, typename argType1, typename argType2, typename argType3> FunctionPtr(returnType(*value)(argType1, argType2, argType3)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/MacroAssemblerCodeRef.h | | Lines: | 116-121 |
| | 1 | 1 |
JSC::FunctionPtr::FunctionPtr| Name: | JSC::FunctionPtr::FunctionPtr | | Prototype: | template<typename returnType, typename argType1, typename argType2, typename argType3, typename argType4> FunctionPtr(returnType(*value)(argType1, argType2, argType3, argType4)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/MacroAssemblerCodeRef.h | | Lines: | 123-128 |
| | 1 | 1 |
JSC::FunctionPtr::FunctionPtr| Name: | JSC::FunctionPtr::FunctionPtr | | Prototype: | template<typename returnType, typename argType1, typename argType2, typename argType3, typename argType4, typename argType5> FunctionPtr(returnType(*value)(argType1, argType2, argType3, argType4, argType5)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/MacroAssemblerCodeRef.h | | Lines: | 130-135 |
| | 1 | 1 |
JSC::FunctionPtr::FunctionPtr| Name: | JSC::FunctionPtr::FunctionPtr | | Prototype: | template<typename returnType, typename argType1, typename argType2, typename argType3, typename argType4, typename argType5, typename argType6> FunctionPtr(returnType(*value)(argType1, argType2, argType3, argType4, argType5, argType6)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/MacroAssemblerCodeRef.h | | Lines: | 137-142 |
| | 1 | 1 |
JSC::FunctionPtr::FunctionPtr| Name: | JSC::FunctionPtr::FunctionPtr | | Prototype: | template<typename FunctionType> explicit FunctionPtr(FunctionType* value) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/MacroAssemblerCodeRef.h | | Lines: | 222-230 |
| | 1 | 1 |
JSC::FunctionPtr::FunctionPtr| Name: | JSC::FunctionPtr::FunctionPtr | | Prototype: | FunctionPtr() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/MacroAssemblerCodeRef.h | | Lines: | 90-93 |
| | 2 | 1 |
JSC::FunctionPtr::executableAddress| Name: | JSC::FunctionPtr::executableAddress | | Prototype: | void* executableAddress() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/MacroAssemblerCodeRef.h | | Lines: | 233-233 |
| | 1 | 1 |
JSC::FunctionPtr::value| Name: | JSC::FunctionPtr::value | | Prototype: | void* value() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/MacroAssemblerCodeRef.h | | Lines: | 232-232 |
| | 1 | 1 |
JSC::JSGlobalData::JSGlobalData| Name: | JSC::JSGlobalData::JSGlobalData | | Prototype: | JSGlobalData(QV4::ExecutableAllocator *realAllocator) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/JSGlobalData.h | | Lines: | 49-51 |
| | 1 | 1 |
JSC::LinkBuffer::LinkBuffer| Name: | JSC::LinkBuffer::LinkBuffer | | Prototype: | LinkBuffer(JSGlobalData& globalData, MacroAssembler* masm, void* ownerUID, JITCompilationEffort effort = JITCompilationMustSucceed) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/LinkBuffer.h | | Lines: | 361-365 |
| | 1 | 1 |
JSC::LinkBufferBase::LinkBufferBase| Name: | JSC::LinkBufferBase::LinkBufferBase | | Prototype: | LinkBufferBase(JSGlobalData& globalData, MacroAssembler* masm, JITCompilationEffort effort = JITCompilationMustSucceed) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/LinkBuffer.h | | Lines: | 83-97 |
| | 6 | 1 |
JSC::LinkBufferBase::applyOffset| Name: | JSC::LinkBufferBase::applyOffset | | Prototype: | template <typename T> T applyOffset(T src) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/LinkBuffer.h | | Lines: | 230-233 |
| | 1 | 1 |
JSC::LinkBufferBase::code| Name: | JSC::LinkBufferBase::code | | Prototype: | void* code() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/LinkBuffer.h | | Lines: | 237-240 |
| | 1 | 1 |
JSC::LinkBufferBase::debugAddress| Name: | JSC::LinkBufferBase::debugAddress | | Prototype: | void* debugAddress() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/LinkBuffer.h | | Lines: | 219-222 |
| | 1 | 1 |
JSC::LinkBufferBase::debugSize| Name: | JSC::LinkBufferBase::debugSize | | Prototype: | size_t debugSize() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/LinkBuffer.h | | Lines: | 224-227 |
| | 1 | 1 |
JSC::LinkBufferBase::didFailToAllocate| Name: | JSC::LinkBufferBase::didFailToAllocate | | Prototype: | bool didFailToAllocate() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/LinkBuffer.h | | Lines: | 104-107 |
| | 1 | 1 |
JSC::LinkBufferBase::finalizeCodeWithDisassembly| Name: | JSC::LinkBufferBase::finalizeCodeWithDisassembly | | Prototype: | template <typename MacroAssembler, template <typename T> class ExecutableOffsetCalculator> inline typename LinkBufferBase<MacroAssembler, ExecutableOffsetCalculator>::CodeRef LinkBufferBase<MacroAssembler, ExecutableOffsetCalculator>::finalizeCodeWithDisassembly(const char* format, ...) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/LinkBuffer.h | | Lines: | 302-326 |
| | 33 | 1 |
JSC::LinkBufferBase::finalizeCodeWithoutDisassembly| Name: | JSC::LinkBufferBase::finalizeCodeWithoutDisassembly | | Prototype: | template <typename MacroAssembler, template <typename T> class ExecutableOffsetCalculator> inline typename LinkBufferBase<MacroAssembler, ExecutableOffsetCalculator>::CodeRef LinkBufferBase<MacroAssembler, ExecutableOffsetCalculator>::finalizeCodeWithoutDisassembly() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/LinkBuffer.h | | Lines: | 294-300 |
| | 2 | 1 |
JSC::LinkBufferBase::isValid| Name: | JSC::LinkBufferBase::isValid | | Prototype: | bool isValid() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/LinkBuffer.h | | Lines: | 109-112 |
| | 1 | 1 |
JSC::LinkBufferBase::link| Name: | JSC::LinkBufferBase::link | | Prototype: | void link(Jump jump, CodeLocationLabel label) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/LinkBuffer.h | | Lines: | 123-127 |
| | 2 | 1 |
JSC::LinkBufferBase::link| Name: | JSC::LinkBufferBase::link | | Prototype: | void link(Call call, FunctionPtr function) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/LinkBuffer.h | | Lines: | 116-121 |
| | 3 | 1 |
JSC::LinkBufferBase::locationOf| Name: | JSC::LinkBufferBase::locationOf | | Prototype: | CodeLocationLabel locationOf(PatchableJump jump) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/LinkBuffer.h | | Lines: | 163-166 |
| | 1 | 1 |
JSC::LinkBufferBase::locationOf| Name: | JSC::LinkBufferBase::locationOf | | Prototype: | CodeLocationDataLabelPtr locationOf(DataLabelPtr label) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/LinkBuffer.h | | Lines: | 173-176 |
| | 1 | 1 |
JSC::LinkBufferBase::locationOf| Name: | JSC::LinkBufferBase::locationOf | | Prototype: | CodeLocationDataLabel32 locationOf(DataLabel32 label) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/LinkBuffer.h | | Lines: | 178-181 |
| | 1 | 1 |
JSC::LinkBufferBase::locationOf| Name: | JSC::LinkBufferBase::locationOf | | Prototype: | CodeLocationDataLabelCompact locationOf(DataLabelCompact label) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/LinkBuffer.h | | Lines: | 183-186 |
| | 1 | 1 |
JSC::LinkBufferBase::locationOf| Name: | JSC::LinkBufferBase::locationOf | | Prototype: | CodeLocationConvertibleLoad locationOf(ConvertibleLoadLabel label) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/LinkBuffer.h | | Lines: | 188-191 |
| | 1 | 1 |
JSC::LinkBufferBase::locationOf| Name: | JSC::LinkBufferBase::locationOf | | Prototype: | CodeLocationLabel locationOf(Label label) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/LinkBuffer.h | | Lines: | 168-171 |
| | 1 | 1 |
JSC::LinkBufferBase::locationOf| Name: | JSC::LinkBufferBase::locationOf | | Prototype: | CodeLocationCall locationOf(Call call) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/LinkBuffer.h | | Lines: | 149-154 |
| | 3 | 1 |