Searched refs:call_entrypoint_patches_ (Results 1 – 4 of 4) sorted by relevance
1051 ArenaDeque<PatchInfo<vixl::aarch32::Label>> call_entrypoint_patches_; variable
1181 ArenaDeque<PatchInfo<vixl::aarch64::Label>> call_entrypoint_patches_; variable
1022 call_entrypoint_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorARM64()5214 call_entrypoint_patches_.emplace_back(/*dex_file*/ nullptr, entrypoint_offset.Uint32Value()); in EmitEntrypointThunkCall()5215 vixl::aarch64::Label* bl_label = &call_entrypoint_patches_.back().label; in EmitEntrypointThunkCall()5384 call_entrypoint_patches_.size() + in EmitLinkerPatches()5421 for (const PatchInfo<vixl::aarch64::Label>& info : call_entrypoint_patches_) { in EmitLinkerPatches()
1956 call_entrypoint_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorARMVIXL()9751 call_entrypoint_patches_.emplace_back(/*dex_file*/ nullptr, entrypoint_offset.Uint32Value()); in EmitEntrypointThunkCall()9752 vixl::aarch32::Label* bl_label = &call_entrypoint_patches_.back().label; in EmitEntrypointThunkCall()9903 call_entrypoint_patches_.size() + in EmitLinkerPatches()9938 for (const PatchInfo<vixl32::Label>& info : call_entrypoint_patches_) { in EmitLinkerPatches()