Searched defs:tmpMap (Results 1 - 7 of 7) sorted by relevance

/external/valgrind/main/VEX/
H A Dtest_main.c550 IRTemp* tmpMap; member in struct:_MCEnv
570 Shadow IRTemps are therefore allocated on demand. mce.tmpMap is a
579 that, and the tmpMap is updated to reflect the new binding.
581 A corollary is that if the tmpMap maps a given tmp to
592 if (mce->tmpMap[orig] == IRTemp_INVALID) {
593 mce->tmpMap[orig]
597 return mce->tmpMap[orig];
609 mce->tmpMap[orig]
2618 mce.tmpMap = LibVEX_Alloc(mce.n_originalTmps * sizeof(IRTemp));
2620 mce.tmpMap[
[all...]
/external/valgrind/main/memcheck/
H A Dmc_translate.c144 recorded, as this is implied by (equal to) its index in the tmpMap
184 tmpMap and sb->tyenv are identical, being 0 .. N-1 where N is
192 XArray* /* of TempMapEnt */ tmpMap; member in struct:_MCEnv
222 Shadow IRTemps are therefore allocated on demand. mce.tmpMap is a
231 that, and the tmpMap is updated to reflect the new binding.
233 A corollary is that if the tmpMap maps a given tmp to
241 newTemp may cause mce->tmpMap to resize, hence previous results
242 from VG_(indexXA)(mce->tmpMap) are invalidated. */
251 newIx = VG_(addToXA)( mce->tmpMap, &ent );
264 ent = (TempMapEnt*)VG_(indexXA)( mce->tmpMap, (Wor
[all...]
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 479 milliseconds