Searched refs:call_entrypoint_patches_ (Results 1 – 4 of 4) sorted by relevance
953 ArenaDeque<PatchInfo<vixl::aarch32::Label>> call_entrypoint_patches_; variable
1112 ArenaDeque<PatchInfo<vixl::aarch64::Label>> call_entrypoint_patches_; variable
923 call_entrypoint_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorARM64()4878 call_entrypoint_patches_.emplace_back(/*dex_file*/ nullptr, entrypoint_offset.Uint32Value()); in EmitEntrypointThunkCall()4879 vixl::aarch64::Label* bl_label = &call_entrypoint_patches_.back().label; in EmitEntrypointThunkCall()5058 call_entrypoint_patches_.size() + in EmitLinkerPatches()5092 for (const PatchInfo<vixl::aarch64::Label>& info : call_entrypoint_patches_) { in EmitLinkerPatches()
1891 call_entrypoint_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorARMVIXL()9425 call_entrypoint_patches_.emplace_back(/*dex_file*/ nullptr, entrypoint_offset.Uint32Value()); in EmitEntrypointThunkCall()9426 vixl::aarch32::Label* bl_label = &call_entrypoint_patches_.back().label; in EmitEntrypointThunkCall()9572 call_entrypoint_patches_.size() + in EmitLinkerPatches()9604 for (const PatchInfo<vixl32::Label>& info : call_entrypoint_patches_) { in EmitLinkerPatches()