/home/travis/build/MoarVM/MoarVM/src/spesh/debug.h
Line | Count | Source (jump to first uncovered line) |
1 | | void MVM_spesh_debug_printf(MVMThreadContext *tc, const char *format, ...); |
2 | | void MVM_spesh_debug_flush(MVMThreadContext *tc); |
3 | | |
4 | 72.5k | MVM_STATIC_INLINE MVMint32 MVM_spesh_debug_enabled(MVMThreadContext *tc) { |
5 | 72.5k | return tc->instance->spesh_log_fh != NULL && |
6 | 0 | (tc->instance->spesh_limit == 0 || |
7 | 0 | tc->instance->spesh_produced == tc->instance->spesh_limit); |
8 | 72.5k | } Unexecuted instantiation: facts.c:MVM_spesh_debug_enabled Unexecuted instantiation: sc.c:MVM_spesh_debug_enabled Unexecuted instantiation: serialization.c:MVM_spesh_debug_enabled Unexecuted instantiation: compiler.c:MVM_spesh_debug_enabled Unexecuted instantiation: driver.c:MVM_spesh_debug_enabled Unexecuted instantiation: dump.c:MVM_spesh_debug_enabled Unexecuted instantiation: graph.c:MVM_spesh_debug_enabled Unexecuted instantiation: codegen.c:MVM_spesh_debug_enabled candidate.c:MVM_spesh_debug_enabled Line | Count | Source | 4 | 55.3k | MVM_STATIC_INLINE MVMint32 MVM_spesh_debug_enabled(MVMThreadContext *tc) { | 5 | 55.3k | return tc->instance->spesh_log_fh != NULL && | 6 | 0 | (tc->instance->spesh_limit == 0 || | 7 | 0 | tc->instance->spesh_produced == tc->instance->spesh_limit); | 8 | 55.3k | } |
Unexecuted instantiation: manipulate.c:MVM_spesh_debug_enabled Unexecuted instantiation: bootstrap.c:MVM_spesh_debug_enabled optimize.c:MVM_spesh_debug_enabled Line | Count | Source | 4 | 7.57k | MVM_STATIC_INLINE MVMint32 MVM_spesh_debug_enabled(MVMThreadContext *tc) { | 5 | 7.57k | return tc->instance->spesh_log_fh != NULL && | 6 | 0 | (tc->instance->spesh_limit == 0 || | 7 | 0 | tc->instance->spesh_produced == tc->instance->spesh_limit); | 8 | 7.57k | } |
Unexecuted instantiation: dead_bb_elimination.c:MVM_spesh_debug_enabled Unexecuted instantiation: deopt.c:MVM_spesh_debug_enabled Unexecuted instantiation: log.c:MVM_spesh_debug_enabled Unexecuted instantiation: threshold.c:MVM_spesh_debug_enabled Unexecuted instantiation: inline.c:MVM_spesh_debug_enabled Unexecuted instantiation: osr.c:MVM_spesh_debug_enabled Unexecuted instantiation: lookup.c:MVM_spesh_debug_enabled Unexecuted instantiation: iterator.c:MVM_spesh_debug_enabled Unexecuted instantiation: ConcBlockingQueue.c:MVM_spesh_debug_enabled Unexecuted instantiation: NativeCall.c:MVM_spesh_debug_enabled Unexecuted instantiation: CPointer.c:MVM_spesh_debug_enabled Unexecuted instantiation: CStr.c:MVM_spesh_debug_enabled Unexecuted instantiation: CArray.c:MVM_spesh_debug_enabled Unexecuted instantiation: CStruct.c:MVM_spesh_debug_enabled Unexecuted instantiation: CUnion.c:MVM_spesh_debug_enabled Unexecuted instantiation: ReentrantMutex.c:MVM_spesh_debug_enabled Unexecuted instantiation: ConditionVariable.c:MVM_spesh_debug_enabled Unexecuted instantiation: Semaphore.c:MVM_spesh_debug_enabled worker.c:MVM_spesh_debug_enabled Line | Count | Source | 4 | 9.58k | MVM_STATIC_INLINE MVMint32 MVM_spesh_debug_enabled(MVMThreadContext *tc) { | 5 | 9.58k | return tc->instance->spesh_log_fh != NULL && | 6 | 0 | (tc->instance->spesh_limit == 0 || | 7 | 0 | tc->instance->spesh_produced == tc->instance->spesh_limit); | 8 | 9.58k | } |
Unexecuted instantiation: MVMAsyncTask.c:MVM_spesh_debug_enabled Unexecuted instantiation: MVMNull.c:MVM_spesh_debug_enabled Unexecuted instantiation: CPPStruct.c:MVM_spesh_debug_enabled Unexecuted instantiation: NativeRef.c:MVM_spesh_debug_enabled Unexecuted instantiation: MultiDimArray.c:MVM_spesh_debug_enabled Unexecuted instantiation: Decoder.c:MVM_spesh_debug_enabled Unexecuted instantiation: MVMSpeshLog.c:MVM_spesh_debug_enabled Unexecuted instantiation: MVMStaticFrameSpesh.c:MVM_spesh_debug_enabled Unexecuted instantiation: 6model.c:MVM_spesh_debug_enabled Unexecuted instantiation: mmap.c:MVM_spesh_debug_enabled Unexecuted instantiation: profile.c:MVM_spesh_debug_enabled Unexecuted instantiation: heapsnapshot.c:MVM_spesh_debug_enabled Unexecuted instantiation: telemeh.c:MVM_spesh_debug_enabled Unexecuted instantiation: crossthreadwrite.c:MVM_spesh_debug_enabled Unexecuted instantiation: line_coverage.c:MVM_spesh_debug_enabled Unexecuted instantiation: sys.c:MVM_spesh_debug_enabled Unexecuted instantiation: random.c:MVM_spesh_debug_enabled Unexecuted instantiation: memmem32.c:MVM_spesh_debug_enabled Unexecuted instantiation: moar.c:MVM_spesh_debug_enabled Unexecuted instantiation: instrument.c:MVM_spesh_debug_enabled Unexecuted instantiation: time.c:MVM_spesh_debug_enabled Unexecuted instantiation: label.c:MVM_spesh_debug_enabled Unexecuted instantiation: compile.c:MVM_spesh_debug_enabled Unexecuted instantiation: expr.c:MVM_spesh_debug_enabled Unexecuted instantiation: tile.c:MVM_spesh_debug_enabled Unexecuted instantiation: linear_scan.c:MVM_spesh_debug_enabled Unexecuted instantiation: interface.c:MVM_spesh_debug_enabled Unexecuted instantiation: emit.c:MVM_spesh_debug_enabled Unexecuted instantiation: arch.c:MVM_spesh_debug_enabled Unexecuted instantiation: nfg.c:MVM_spesh_debug_enabled Unexecuted instantiation: stats.c:MVM_spesh_debug_enabled Unexecuted instantiation: plan.c:MVM_spesh_debug_enabled Unexecuted instantiation: arg_guard.c:MVM_spesh_debug_enabled Unexecuted instantiation: plugin.c:MVM_spesh_debug_enabled Unexecuted instantiation: decode_stream.c:MVM_spesh_debug_enabled Unexecuted instantiation: ascii.c:MVM_spesh_debug_enabled Unexecuted instantiation: parse_num.c:MVM_spesh_debug_enabled Unexecuted instantiation: utf8.c:MVM_spesh_debug_enabled Unexecuted instantiation: utf8_c8.c:MVM_spesh_debug_enabled Unexecuted instantiation: MVMContinuation.c:MVM_spesh_debug_enabled Unexecuted instantiation: unicode.c:MVM_spesh_debug_enabled Unexecuted instantiation: normalize.c:MVM_spesh_debug_enabled Unexecuted instantiation: latin1.c:MVM_spesh_debug_enabled Unexecuted instantiation: utf16.c:MVM_spesh_debug_enabled Unexecuted instantiation: windows1252.c:MVM_spesh_debug_enabled Unexecuted instantiation: shiftjis.c:MVM_spesh_debug_enabled Unexecuted instantiation: shiftjis_codeindex.c:MVM_spesh_debug_enabled Unexecuted instantiation: bigintops.c:MVM_spesh_debug_enabled Unexecuted instantiation: roots.c:MVM_spesh_debug_enabled Unexecuted instantiation: continuation.c:MVM_spesh_debug_enabled Unexecuted instantiation: intcache.c:MVM_spesh_debug_enabled Unexecuted instantiation: fixedsizealloc.c:MVM_spesh_debug_enabled Unexecuted instantiation: regionalloc.c:MVM_spesh_debug_enabled Unexecuted instantiation: debugserver.c:MVM_spesh_debug_enabled Unexecuted instantiation: config.c:MVM_spesh_debug_enabled Unexecuted instantiation: orchestrate.c:MVM_spesh_debug_enabled Unexecuted instantiation: allocation.c:MVM_spesh_debug_enabled Unexecuted instantiation: worklist.c:MVM_spesh_debug_enabled Unexecuted instantiation: nativecall_dyncall.c:MVM_spesh_debug_enabled Unexecuted instantiation: collect.c:MVM_spesh_debug_enabled Unexecuted instantiation: gen2.c:MVM_spesh_debug_enabled Unexecuted instantiation: wb.c:MVM_spesh_debug_enabled Unexecuted instantiation: objectid.c:MVM_spesh_debug_enabled Unexecuted instantiation: finalize.c:MVM_spesh_debug_enabled Unexecuted instantiation: debug.c:MVM_spesh_debug_enabled Unexecuted instantiation: io.c:MVM_spesh_debug_enabled Unexecuted instantiation: eventloop.c:MVM_spesh_debug_enabled Unexecuted instantiation: syncfile.c:MVM_spesh_debug_enabled Unexecuted instantiation: bytecodedump.c:MVM_spesh_debug_enabled Unexecuted instantiation: args.c:MVM_spesh_debug_enabled Unexecuted instantiation: exceptions.c:MVM_spesh_debug_enabled Unexecuted instantiation: interp.c:MVM_spesh_debug_enabled Unexecuted instantiation: threadcontext.c:MVM_spesh_debug_enabled Unexecuted instantiation: compunit.c:MVM_spesh_debug_enabled Unexecuted instantiation: bytecode.c:MVM_spesh_debug_enabled Unexecuted instantiation: frame.c:MVM_spesh_debug_enabled Unexecuted instantiation: callstack.c:MVM_spesh_debug_enabled Unexecuted instantiation: validation.c:MVM_spesh_debug_enabled Unexecuted instantiation: syncsocket.c:MVM_spesh_debug_enabled Unexecuted instantiation: threads.c:MVM_spesh_debug_enabled Unexecuted instantiation: ops.c:MVM_spesh_debug_enabled Unexecuted instantiation: hll.c:MVM_spesh_debug_enabled Unexecuted instantiation: loadbytecode.c:MVM_spesh_debug_enabled Unexecuted instantiation: num.c:MVM_spesh_debug_enabled Unexecuted instantiation: coerce.c:MVM_spesh_debug_enabled Unexecuted instantiation: dll.c:MVM_spesh_debug_enabled Unexecuted instantiation: ext.c:MVM_spesh_debug_enabled Unexecuted instantiation: nativecall.c:MVM_spesh_debug_enabled Unexecuted instantiation: MVMThread.c:MVM_spesh_debug_enabled Unexecuted instantiation: P6opaque.c:MVM_spesh_debug_enabled Unexecuted instantiation: MVMCode.c:MVM_spesh_debug_enabled Unexecuted instantiation: MVMOSHandle.c:MVM_spesh_debug_enabled Unexecuted instantiation: MVMCompUnit.c:MVM_spesh_debug_enabled Unexecuted instantiation: MVMStaticFrame.c:MVM_spesh_debug_enabled Unexecuted instantiation: P6int.c:MVM_spesh_debug_enabled Unexecuted instantiation: P6num.c:MVM_spesh_debug_enabled Unexecuted instantiation: Uninstantiable.c:MVM_spesh_debug_enabled Unexecuted instantiation: HashAttrStore.c:MVM_spesh_debug_enabled Unexecuted instantiation: P6str.c:MVM_spesh_debug_enabled Unexecuted instantiation: MVMIter.c:MVM_spesh_debug_enabled Unexecuted instantiation: MVMContext.c:MVM_spesh_debug_enabled Unexecuted instantiation: SCRef.c:MVM_spesh_debug_enabled Unexecuted instantiation: MVMCallCapture.c:MVM_spesh_debug_enabled Unexecuted instantiation: P6bigint.c:MVM_spesh_debug_enabled Unexecuted instantiation: NFA.c:MVM_spesh_debug_enabled Unexecuted instantiation: MVMException.c:MVM_spesh_debug_enabled Unexecuted instantiation: MVMDLLSym.c:MVM_spesh_debug_enabled Unexecuted instantiation: MVMMultiCache.c:MVM_spesh_debug_enabled Unexecuted instantiation: reprconv.c:MVM_spesh_debug_enabled Unexecuted instantiation: fileops.c:MVM_spesh_debug_enabled Unexecuted instantiation: dirops.c:MVM_spesh_debug_enabled Unexecuted instantiation: procops.c:MVM_spesh_debug_enabled Unexecuted instantiation: timers.c:MVM_spesh_debug_enabled Unexecuted instantiation: filewatchers.c:MVM_spesh_debug_enabled Unexecuted instantiation: signals.c:MVM_spesh_debug_enabled Unexecuted instantiation: asyncsocket.c:MVM_spesh_debug_enabled Unexecuted instantiation: asyncsocketudp.c:MVM_spesh_debug_enabled Unexecuted instantiation: reprs.c:MVM_spesh_debug_enabled Unexecuted instantiation: callsite.c:MVM_spesh_debug_enabled Unexecuted instantiation: containers.c:MVM_spesh_debug_enabled Unexecuted instantiation: parametric.c:MVM_spesh_debug_enabled Unexecuted instantiation: MVMString.c:MVM_spesh_debug_enabled Unexecuted instantiation: VMArray.c:MVM_spesh_debug_enabled Unexecuted instantiation: MVMHash.c:MVM_spesh_debug_enabled Unexecuted instantiation: MVMCFunction.c:MVM_spesh_debug_enabled Unexecuted instantiation: KnowHOWREPR.c:MVM_spesh_debug_enabled Unexecuted instantiation: KnowHOWAttributeREPR.c:MVM_spesh_debug_enabled |