log 1473 core/AvmCore.h void log(const char *str) { if(core) core->console << str; } log 572 core/CodegenLIR.cpp mgr->log.lcbits = pool->verbose_vb>>16; // upper 16bits hold our jit flags log 1326 core/CodegenLIR.cpp lirout = vbWriter = new (*alloc1) VerboseWriter(*alloc1, lirout, lirbuf->names, &log); log 5260 core/CodegenLIR.cpp verbose_only( log.lcbits = 0; ) log 5571 core/CodegenLIR.cpp nanojit::live(live_alloc, frag, &mgr->log); log 5574 core/CodegenLIR.cpp Assembler *assm = new (*lir_alloc) Assembler(mgr->codeAlloc, mgr->allocator, *lir_alloc, core, &mgr->log); log 114 core/CodegenLIR.h LogControl log; // controller for verbose output log 386 core/CodegenLIR.h LogControl log; log 124 core/MathClass.cpp return MathUtils::log(x); log 77 core/MathClass.h double log(double x); log 107 core/MathUtils.h static double log(double value); log 104 platform/arm/MathUtilsUnix.cpp return ::log(value); log 129 platform/unix/MathUtilsSolaris.cpp return ::log(value); log 109 platform/unix/MathUtilsUnix.cpp return ::log(value); log 334 platform/win32/MathUtilsWin.cpp return ::log(value);