Searched refs:last_method_patches (Results 1 - 2 of 2) sorted by relevance

/art/compiler/linker/arm64/
H A Drelative_patcher_arm64_test.cc109 const ArrayRef<const LinkerPatch>& last_method_patches,
146 AddCompiledMethod(MethodRef(method_idx), last_method_code, last_method_patches); local
590 const LinkerPatch last_method_patches[] = { local
597 ArrayRef<const LinkerPatch>(last_method_patches),
649 const LinkerPatch last_method_patches[] = { local
657 ArrayRef<const LinkerPatch>(last_method_patches),
709 const LinkerPatch last_method_patches[] = { local
716 ArrayRef<const LinkerPatch>(last_method_patches),
1348 const LinkerPatch last_method_patches[] = { local
1355 ArrayRef<const LinkerPatch>(last_method_patches));
106 Create2MethodsWithGap(const ArrayRef<const uint8_t>& method1_code, const ArrayRef<const LinkerPatch>& method1_patches, const ArrayRef<const uint8_t>& last_method_code, const ArrayRef<const LinkerPatch>& last_method_patches, uint32_t distance_without_thunks) argument
[all...]
/art/compiler/linker/arm/
H A Drelative_patcher_thumb2_test.cc1271 const LinkerPatch last_method_patches[] = { local
1278 ArrayRef<const LinkerPatch>(last_method_patches));

Completed in 37 milliseconds