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.h903 ArenaDeque<PatchInfo<vixl::aarch32::Label>> call_entrypoint_patches_; variable
Dcode_generator_arm64.h925 ArenaDeque<PatchInfo<vixl::aarch64::Label>> call_entrypoint_patches_; variable
Dcode_generator_arm64.cc898 call_entrypoint_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorARM64()
4427 call_entrypoint_patches_.emplace_back(/*dex_file*/ nullptr, entrypoint_offset.Uint32Value()); in EmitEntrypointThunkCall()
4428 vixl::aarch64::Label* bl_label = &call_entrypoint_patches_.back().label; in EmitEntrypointThunkCall()
4589 call_entrypoint_patches_.size() + in EmitLinkerPatches()
4617 for (const PatchInfo<vixl::aarch64::Label>& info : call_entrypoint_patches_) { in EmitLinkerPatches()
Dcode_generator_arm_vixl.cc1867 call_entrypoint_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorARMVIXL()
9074 call_entrypoint_patches_.emplace_back(/*dex_file*/ nullptr, entrypoint_offset.Uint32Value()); in EmitEntrypointThunkCall()
9075 vixl::aarch32::Label* bl_label = &call_entrypoint_patches_.back().label; in EmitEntrypointThunkCall()
9204 call_entrypoint_patches_.size() + in EmitLinkerPatches()
9232 for (const PatchInfo<vixl32::Label>& info : call_entrypoint_patches_) { in EmitLinkerPatches()