/aosp_15_r20/art/dex2oat/linker/arm64/ |
H A D | relative_patcher_arm64.cc | 144 uint32_t patch_offset = quick_code_offset + patch.LiteralOffset(); in ReserveSpace() local 198 uint32_t patch_offset, in PatchCall() 209 uint32_t patch_offset, in PatchPcRelativeReference() 317 uint32_t patch_offset) { in PatchEntrypointCall() 327 uint32_t patch_offset) { in PatchBakerReadBarrierBranch() 391 uint32_t patch_offset) { in NeedsErratum843419Thunk()
|
/aosp_15_r20/art/dex2oat/linker/ |
H A D | relative_patcher.cc | 65 [[maybe_unused]] uint32_t patch_offset, in Create() 72 [[maybe_unused]] uint32_t patch_offset, in Create() 79 [[maybe_unused]] uint32_t patch_offset) override { in Create() 85 [[maybe_unused]] uint32_t patch_offset) override { in Create()
|
H A D | multi_oat_relative_patcher.h | 100 uint32_t patch_offset, in PatchCall() 110 uint32_t patch_offset, in PatchPcRelativeReference() 119 uint32_t patch_offset) { in PatchEntrypointCall() 126 uint32_t patch_offset) { in PatchBakerReadBarrierBranch()
|
H A D | multi_oat_relative_patcher_test.cc | 81 uint32_t patch_offset, in PatchCall() 90 uint32_t patch_offset, in PatchPcRelativeReference() 99 [[maybe_unused]] uint32_t patch_offset) override { in PatchEntrypointCall() 105 [[maybe_unused]] uint32_t patch_offset) override { in PatchBakerReadBarrierBranch()
|
/aosp_15_r20/art/dex2oat/linker/riscv64/ |
H A D | relative_patcher_riscv64.cc | 56 [[maybe_unused]] uint32_t patch_offset, in PatchCall() 64 uint32_t patch_offset, in PatchPcRelativeReference() 94 [[maybe_unused]] uint32_t patch_offset) { in PatchEntrypointCall() 103 [[maybe_unused]] uint32_t patch_offset) { in PatchBakerReadBarrierBranch()
|
/aosp_15_r20/art/dex2oat/linker/arm/ |
H A D | relative_patcher_arm_base.cc | 341 uint32_t ArmBaseRelativePatcher::CalculateMethodCallDisplacement(uint32_t patch_offset, in CalculateMethodCallDisplacement() 367 uint32_t ArmBaseRelativePatcher::GetThunkTargetOffset(const ThunkKey& key, uint32_t patch_offset) { in GetThunkTargetOffset() 406 uint32_t patch_offset = code_offset + patch.LiteralOffset(); in ProcessPatches() local 488 uint32_t patch_offset = unprocessed_method_call_patches_.front().GetPatchOffset(); in ResolveMethodCalls() local 536 inline uint32_t ArmBaseRelativePatcher::CalculateMaxNextOffset(uint32_t patch_offset, in CalculateMaxNextOffset()
|
H A D | relative_patcher_thumb2.cc | 58 uint32_t patch_offset, in PatchCall() 68 uint32_t patch_offset, in PatchPcRelativeReference() 88 uint32_t patch_offset) { in PatchEntrypointCall() 99 uint32_t patch_offset) { in PatchBakerReadBarrierBranch()
|
H A D | relative_patcher_arm_base.h | 126 UnprocessedMethodCallPatch(uint32_t patch_offset, MethodReference target_method) in UnprocessedMethodCallPatch()
|
/aosp_15_r20/art/dex2oat/linker/x86_64/ |
H A D | relative_patcher_x86_64.cc | 26 uint32_t patch_offset, in PatchPcRelativeReference() 39 [[maybe_unused]] uint32_t patch_offset) { in PatchEntrypointCall() 45 [[maybe_unused]] uint32_t patch_offset) { in PatchBakerReadBarrierBranch()
|
/aosp_15_r20/art/dex2oat/linker/x86/ |
H A D | relative_patcher_x86.cc | 26 uint32_t patch_offset, in PatchPcRelativeReference() 61 [[maybe_unused]] uint32_t patch_offset) { in PatchEntrypointCall() 67 [[maybe_unused]] uint32_t patch_offset) { in PatchBakerReadBarrierBranch()
|
H A D | relative_patcher_x86_base.cc | 46 uint32_t patch_offset, in PatchCall()
|
/aosp_15_r20/bootable/deprecated-ota/applypatch/ |
H A D | imgpatch.cpp | 54 const Value& patch, size_t patch_offset, in ApplyBSDiffPatchAndStreamOutput() 178 size_t patch_offset = static_cast<size_t>(Read8(normal_header + 16)); in ApplyImagePatch() local 222 size_t patch_offset = static_cast<size_t>(Read8(deflate_header + 16)); in ApplyImagePatch() local
|
H A D | bspatch.cpp | 69 size_t patch_offset, SinkFn sink) { in ApplyBSDiffPatch()
|
/aosp_15_r20/external/igt-gpu-tools/tests/i915/ |
H A D | gem_exec_parse.c | 76 int size, int patch_offset) in __exec_batch_patched() 117 int size, int patch_offset, in exec_batch_patched() 192 int size, int patch_offset, in exec_batch_chained()
|
/aosp_15_r20/external/mesa3d/src/amd/common/ |
H A D | ac_nir_lower_tess_io_to_mem.c | 418 nir_def *patch_offset = nir_imul_imm(b, rel_patch_id, output_patch_stride); in hs_output_lds_offset() local 491 nir_def *patch_offset = nir_imul(b, rel_patch_id, nir_imul_imm(b, out_vertices_per_patch, 16u)); in hs_per_vertex_output_vmem_offset() local 518 nir_def *patch_offset = nir_imul_imm(b, rel_patch_id, 16u); in hs_per_patch_output_vmem_offset() local
|
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/ |
H A D | ir3_nir_lower_tess.c | 388 nir_def *patch_offset = nir_imul24(b, patch_id, patch_stride); in build_per_vertex_offset() local 469 nir_def *patch_offset = in build_tessfactor_base() local
|
/aosp_15_r20/external/puffin/src/ |
H A D | puffpatch.cc | 196 size_t patch_offset; // raw patch offset in puffin |patch|. in PuffPatch() local
|
/aosp_15_r20/external/mesa3d/src/imagination/vulkan/ |
H A D | pvr_private.h | 678 uint32_t patch_offset; member
|
/aosp_15_r20/external/mesa3d/include/drm-uapi/ |
H A D | d3dkmthk.h | 120 __u32 patch_offset; member
|