Home
last modified time | relevance | path

Searched refs:memoization (Results 1 – 24 of 24) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/java/
Djava_message.cc1201 bool memoization = useMemoization == MEMOIZE; in GenerateIsInitialized() local
1202 if (memoization) { in GenerateIsInitialized()
1213 if (memoization) { in GenerateIsInitialized()
1236 "memoize", memoization ? "memoizedIsInitialized = 0;" : ""); in GenerateIsInitialized()
1256 "memoize", memoization ? "memoizedIsInitialized = 0;" : ""); in GenerateIsInitialized()
1269 "memoize", memoization ? "memoizedIsInitialized = 0;" : ""); in GenerateIsInitialized()
1282 "memoize", memoization ? "memoizedIsInitialized = 0;" : ""); in GenerateIsInitialized()
1294 "memoize", memoization ? "memoizedIsInitialized = 0;" : ""); in GenerateIsInitialized()
1299 if (memoization) { in GenerateIsInitialized()
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DRecognizerSharedState.as47 * the memoization table for ruleIndex. For key ruleStartIndex, you
50 * This is only used if rule memoization is on (which it is by default).
DIntStream.as102 * memoization, but in the future it may be used for incremental parsing.
DBaseRecognizer.as46 // wack everything related to backtracking and memoization
/external/antlr/antlr-3.4/runtime/Python/
DTODO66 - using Stream.index as a state for 'error-already-reported' or memoization
/external/antlr/antlr-3.4/runtime/Ruby/
DHistory.txt112 - rule memoization also had a major bug in that rules that were memoized
/external/antlr/antlr-3.4/runtime/C/doxygen/
Dmainpage.dox96 /// backtracking and memoization) show that the C runtime uses about half the memory and is between…
/external/antlr/antlr-3.4/runtime/C/
DREADME408 before scopes pop and any memoization happens. Dynamic scopes and
409 memoization are still in generated finally block because they must
1107 number of rule memoization cache hits
1108 number of rule memoization cache misses
1484 finally block (java target) after all other stuff like rule memoization.
1631 Note that we have a new option for turning off rule memoization during
1634 -nomemo when backtracking don't generate memoization code
DChangeLog435 causing all the scope names derived when cleaning up in memoization to be
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
DRuby.stg269 * memoization stuff in here either; it's a waste. As
430 success = false # flag used for memoization<\n>
540 # rule memoization
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
DCPP.stg218 * Make rule memoization happen only at levels above 1 as we start mTokens
332 * any of the normal memoization stuff in here either; it's a waste.
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
DPerl5.stg130 * Make rule memoization happen only at levels above 1 as we start mTokens
264 * any of the normal memoization stuff in here either; it's a waste.
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
DActionScript.stg110 * Make rule memoization happen only at levels above 1 as we start mTokens
249 * any of the normal memoization stuff in here either; it's a waste.
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
DJavaScript.stg85 * Make rule memoization happen only at levels above 1 as we start mTokens
253 * any of the normal memoization stuff in here either; it's a waste.
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
DObjC.stg336 // initialize the memoization cache - the indices are 1-based in the runtime code!
384 * Make rule memoization happen only at levels above 1 as we start mTokens
766 * any of the normal memoization stuff in here either; it's a waste.
/external/antlr/antlr-3.4/tool/
DCHANGES.txt1978 before scopes pop and any memoization happens. Dynamic scopes and
1979 memoization are still in generated finally block because they must
2677 number of rule memoization cache hits
2678 number of rule memoization cache misses
3054 finally block (java target) after all other stuff like rule memoization.
3201 Note that we have a new option for turning off rule memoization during
3204 -nomemo when backtracking don't generate memoization code
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
DJava.stg137 * Make rule memoization happen only at levels above 1 as we start mTokens
299 * any of the normal memoization stuff in here either; it's a waste.
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/
DScala.stg118 * Make rule memoization happen only at levels above 1 as we start mTokens
274 * any of the normal memoization stuff in here either; it's a waste.
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
DPython.stg160 * Make rule memoization happen only at levels above 1 as we start mTokens
332 * any of the normal memoization stuff in here either; it's a waste.
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
DCSharp2.stg202 * Make rule memoization happen only at levels above 1 as we start mTokens
422 * any of the normal memoization stuff in here either; it's a waste.
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
DDelphi.stg235 * Make rule memoization happen only at levels above 1 as we start mTokens
499 * any of the normal memoization stuff in here either; it's a waste.
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
DCSharp3.stg197 * Make rule memoization happen only at levels above 1 as we start mTokens
404 * any of the normal memoization stuff in here either; it's a waste.
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
DC.stg1091 * Make rule memoization happen only at levels above 1 as we start mTokens
1513 * any of the normal memoization stuff in here either; it's a waste.
/external/jemalloc/
DChangeLog51 - Use memoization (boot-time-computed table) for run quantization. Separate