Home | History | Annotate | Download | only in optimizing

Lines Matching refs:PcRelativePatchInfo

5233       CodeGeneratorARM::PcRelativePatchInfo* labels =
6448 CodeGeneratorARM::PcRelativePatchInfo* CodeGeneratorARM::NewPcRelativeStringPatch(
6453 CodeGeneratorARM::PcRelativePatchInfo* CodeGeneratorARM::NewPcRelativeDexCacheArrayPatch(
6458 CodeGeneratorARM::PcRelativePatchInfo* CodeGeneratorARM::NewPcRelativePatch(
6459 const DexFile& dex_file, uint32_t offset_or_index, ArenaDeque<PcRelativePatchInfo>* patches) {
6516 for (const PcRelativePatchInfo& info : pc_relative_dex_cache_patches_) {
6545 for (const PcRelativePatchInfo& info : pc_relative_string_patches_) {
6723 CodeGeneratorARM::PcRelativePatchInfo* labels =