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.h953 ArenaDeque<PatchInfo<vixl::aarch32::Label>> call_entrypoint_patches_; variable
Dcode_generator_arm64.h1112 ArenaDeque<PatchInfo<vixl::aarch64::Label>> call_entrypoint_patches_; variable
Dcode_generator_arm64.cc923 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()
Dcode_generator_arm_vixl.cc1891 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()