Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
JSC::LinkBufferBase::offsetOfName: | JSC::LinkBufferBase::offsetOf | Prototype: | uint32_t offsetOf(Label label) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/LinkBuffer.h | Lines: | 201-204 |
| | 1 | 1 |
JSC::LinkBufferBase::locationOfNearCallName: | JSC::LinkBufferBase::locationOfNearCall | Prototype: | CodeLocationNearCall locationOfNearCall(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: | 156-161 |
| | 3 | 1 |
JSC::LinkBufferBase::locationOfName: | 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 |
JSC::LinkBufferBase::locationOfName: | 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::locationOfName: | 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::locationOfName: | 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::locationOfName: | 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::locationOfName: | 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::locationOfName: | 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::linkCodeName: | JSC::LinkBufferBase::linkCode | Prototype: | template <typename MacroAssembler, template <typename T> class ExecutableOffsetCalculator> inline void LinkBufferBase<MacroAssembler, ExecutableOffsetCalculator>::linkCode(void* ownerUID, JITCompilationEffort effort) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/LinkBuffer.h | Lines: | 328-340 |
| | 9 | 2 |
JSC::LinkBufferBase::linkName: | 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::linkName: | 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::linkName: | JSC::LinkBufferBase::link | Prototype: | void link(JumpList list, CodeLocationLabel label) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/LinkBuffer.h | Lines: | 129-133 |
| | 2 | 2 |
JSC::LinkBufferBase::isValidName: | 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::finalizeCodeWithoutDisassemblyName: | 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::finalizeCodeWithDisassemblyName: | 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::didFailToAllocateName: | 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::debugSizeName: | 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::debugAddressName: | 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::codeName: | 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::applyOffsetName: | 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::LinkBufferBaseName: | 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::LinkBuffer::LinkBufferName: | 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::JSGlobalData::JSGlobalDataName: | 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::FunctionPtr::valueName: | 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::FunctionPtr::executableAddressName: | 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::FunctionPtrName: | 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::FunctionPtrName: | 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::FunctionPtrName: | 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::FunctionPtrName: | 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::FunctionPtrName: | 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::FunctionPtrName: | 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::FunctionPtrName: | 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::FunctionPtrName: | 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::FunctionPtrName: | 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::ExecutableMemoryHandle::~ExecutableMemoryHandleName: | 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::ExecutableMemoryHandle::startName: | 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::sizeInBytesName: | 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::isManagedName: | 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::chunkName: | 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::ExecutableMemoryHandleName: | 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::ExecutableAllocator::makeWritableName: | JSC::ExecutableAllocator::makeWritable | Prototype: | static void makeWritable(void* addr, size_t size) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/ExecutableAllocator.h | Lines: | 106-139 |
| | 17 | 2 |
JSC::ExecutableAllocator::makeExecutableName: | JSC::ExecutableAllocator::makeExecutable | Prototype: | static void makeExecutable(void* addr, size_t size) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/ExecutableAllocator.h | Lines: | 141-177 |
| | 17 | 2 |
JSC::ExecutableAllocator::allocateName: | 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::ExecutableAllocator::ExecutableAllocatorName: | 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::DefaultExecutableOffsetCalculator::applyOffsetName: | 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::CodeLocationNearCall::CodeLocationNearCallName: | 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::CodeLocationNearCallName: | 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::CodeLocationLabel::CodeLocationLabelName: | 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::CodeLocationLabelName: | 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::CodeLocationJump::CodeLocationJumpName: | 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::CodeLocationJumpName: | 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::CodeLocationInstruction::CodeLocationInstructionName: | 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::CodeLocationInstructionName: | 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::CodeLocationDataLabelPtr::CodeLocationDataLabelPtrName: | 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::CodeLocationDataLabelPtrName: | 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::CodeLocationDataLabelCompact::CodeLocationDataLabelCompactName: | 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::CodeLocationDataLabelCompactName: | 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::CodeLocationDataLabel32::CodeLocationDataLabel32Name: | 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::CodeLocationDataLabel32Name: | 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::CodeLocationConvertibleLoad::CodeLocationConvertibleLoadName: | 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::CodeLocationConvertibleLoadName: | 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::CodeLocationCommon::nearCallAtOffsetName: | 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::CodeLocationCommon::labelAtOffsetName: | 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::jumpAtOffsetName: | 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::instructionAtOffsetName: | 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::dataLabelPtrAtOffsetName: | 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::dataLabelCompactAtOffsetName: | 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::dataLabel32AtOffsetName: | 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::convertibleLoadAtOffsetName: | 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::callAtOffsetName: | 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::CodeLocationCommonName: | 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::CodeLocationCall::CodeLocationCallName: | 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::CodeLocationCallName: | 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::CAN_SIGN_EXTEND_8_32Name: | 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::AssemblerLabel::labelAtOffsetName: | 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::AssemblerLabel::isSetName: | 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::AssemblerLabelName: | 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::AssemblerLabelName: | 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::AssemblerBuffer::putShortUncheckedName: | 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::AssemblerBuffer::putShortName: | 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::putIntegralUncheckedName: | 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::putIntegralName: | 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::putIntUncheckedName: | 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::putInt64UncheckedName: | 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::putInt64Name: | 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::putIntName: | 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::putByteUncheckedName: | 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::putByteName: | 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::labelName: | 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::isAvailableName: | 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::isAlignedName: | 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::growName: | 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::executableCopyName: | JSC::AssemblerBuffer::executableCopy | Prototype: | PassRefPtr<ExecutableMemoryHandle> executableCopy(JSGlobalData& globalData, void* ownerUID, JITCompilationEffort effort) | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/AssemblerBuffer.h | Lines: | 133-148 |
| | 8 | 3 |
JSC::AssemblerBuffer::ensureSpaceName: | JSC::AssemblerBuffer::ensureSpace | Prototype: | void ensureSpace(int space) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/AssemblerBuffer.h | Lines: | 83-87 |
| | 2 | 2 |
JSC::AssemblerBuffer::debugOffsetName: | 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::dataName: | 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::codeSizeName: | 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::appendName: | JSC::AssemblerBuffer::append | Prototype: | void append(const char* data, int size) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/assembler/AssemblerBuffer.h | Lines: | 153-160 |
| | 4 | 2 |
JSC::AssemblerBuffer::AssemblerBufferName: | 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 |