Searched refs:jitTypeName (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/interpreter/
H A DStackVisitor.cpp323 static const char* jitTypeName(JITCode::JITType jitType) function in namespace:JSC
413 printif(i, " jitType %d <%s> isOptimizingJIT %d\n", jitType, jitTypeName(jitType), JITCode::isOptimizingJIT(jitType));

Completed in 77 milliseconds