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

/external/valgrind/VEX/useful/
H A Dtest_main.c571 IRTemp* tmpMap; member in struct:_MCEnv
591 Shadow IRTemps are therefore allocated on demand. mce.tmpMap is a
600 that, and the tmpMap is updated to reflect the new binding.
602 A corollary is that if the tmpMap maps a given tmp to
613 if (mce->tmpMap[orig] == IRTemp_INVALID) {
614 mce->tmpMap[orig]
618 return mce->tmpMap[orig];
630 mce->tmpMap[orig]
2638 mce.tmpMap = LibVEX_Alloc(mce.n_originalTmps * sizeof(IRTemp));
2640 mce.tmpMap[
[all...]
/external/valgrind/memcheck/
H A Dmc_translate.c151 recorded, as this is implied by (equal to) its index in the tmpMap
191 tmpMap and sb->tyenv are identical, being 0 .. N-1 where N is
199 XArray* /* of TempMapEnt */ tmpMap; member in struct:_MCEnv
229 Shadow IRTemps are therefore allocated on demand. mce.tmpMap is a
238 that, and the tmpMap is updated to reflect the new binding.
240 A corollary is that if the tmpMap maps a given tmp to
248 newTemp may cause mce->tmpMap to resize, hence previous results
249 from VG_(indexXA)(mce->tmpMap) are invalidated. */
258 newIx = VG_(addToXA)( mce->tmpMap, &ent );
271 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/dagger2/lib/
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 170 milliseconds