Home | History | Annotate | Download | only in x86

Lines Matching refs:LinkerPatch

46   LinkerPatch patches[] = {
47 LinkerPatch::RelativeCodePatch(kCallCode.size() - 4u, nullptr, 1u),
49 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches));
59 LinkerPatch method1_patches[] = {
60 LinkerPatch::RelativeCodePatch(kCallCode.size() - 4u, nullptr, 2u),
62 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(method1_patches));
63 LinkerPatch method2_patches[] = {
64 LinkerPatch::RelativeCodePatch(kCallCode.size() - 4u, nullptr, 1u),
66 AddCompiledMethod(MethodRef(2u), kCallCode, ArrayRef<const LinkerPatch>(method2_patches));
92 LinkerPatch patches[] = {
93 LinkerPatch::RelativeCodePatch(kCallCode.size() - 4u, nullptr, 2u),
95 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches));
123 LinkerPatch patches[] = {
124 LinkerPatch::StringBssEntryPatch(code.size() - 4u, nullptr, anchor_offset, kStringIndex),
126 AddCompiledMethod(MethodRef(1u), code, ArrayRef<const LinkerPatch>(patches));
155 LinkerPatch patches[] = {
156 LinkerPatch::RelativeStringPatch(code.size() - 4u, nullptr, anchor_offset, kStringIndex),
158 AddCompiledMethod(MethodRef(1u), code, ArrayRef<const LinkerPatch>(patches));