Searched refs:jitResult (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/JavaScriptCore/runtime/ |
D | RegExp.cpp | 189 …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()
|
D | RegExp.h | 71 …oid matchCompareWithInterpreter(const UString&, int startOffset, int* offsetVector, int jitResult);
|