Home
last modified time | relevance | path

Searched refs:call_entrypoint_patches_ (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_arm_vixl.h1051 ArenaDeque<PatchInfo<vixl::aarch32::Label>> call_entrypoint_patches_; variable
Dcode_generator_arm64.h1181 ArenaDeque<PatchInfo<vixl::aarch64::Label>> call_entrypoint_patches_; variable
Dcode_generator_arm64.cc1022 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()
Dcode_generator_arm_vixl.cc1956 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()