Home
last modified time | relevance | path

Searched refs:jitResult (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DRegExp.cpp189 …p::matchCompareWithInterpreter(const UString& s, int startOffset, int* offsetVector, int jitResult) in matchCompareWithInterpreter() argument
206 if (jitResult != interpreterResult) in matchCompareWithInterpreter()
220 if (jitResult != interpreterResult) { in matchCompareWithInterpreter()
221 …fprintf(stderr, " JIT result = %d, blah interpreted result = %d\n", jitResult, interpreterResul… in matchCompareWithInterpreter()
224 fprintf(stderr, " Correct result = %d\n", jitResult); in matchCompareWithInterpreter()
DRegExp.h71 …oid matchCompareWithInterpreter(const UString&, int startOffset, int* offsetVector, int jitResult);