Home | History | Annotate | Download | only in space

Lines Matching full:fixup

631     // image at the image begin, the amount of fixup work required is minimized.
1016 array->Fixup<kVerifyNone, kWithoutReadBarrier>(array, pointer_size_, visitor);
1057 // Fixup super class before visiting instance fields which require
1256 // True if we need to fixup any heap pointers, otherwise only code pointers.
1282 TimingLogger::ScopedTiming timing("Fixup classes", &logger);
1283 // Fixup objects may read fields in the boot image, use the mutator lock here for sanity. Though
1286 timing.NewTiming("Fixup objects");
1288 // Fixup image roots.
1368 TimingLogger::ScopedTiming timing("Fixup methods", &logger);
1380 TimingLogger::ScopedTiming timing("Fixup fields", &logger);
1385 TimingLogger::ScopedTiming timing("Fixup imt", &logger);
1389 TimingLogger::ScopedTiming timing("Fixup conflict tables", &logger);