OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kCallCode
(Results
1 - 4
of
4
) sorted by null
/art/compiler/linker/x86/
relative_patcher_x86_test.cc
30
static const ArrayRef<const uint8_t>
kCallCode
;
43
const ArrayRef<const uint8_t> X86RelativePatcherTest::
kCallCode
(kCallRawCode);
47
LinkerPatch::RelativeCodePatch(
kCallCode
.size() - 4u, nullptr, 1u),
49
AddCompiledMethod(MethodRef(1u),
kCallCode
, ArrayRef<const LinkerPatch>(patches));
60
LinkerPatch::RelativeCodePatch(
kCallCode
.size() - 4u, nullptr, 2u),
62
AddCompiledMethod(MethodRef(1u),
kCallCode
, ArrayRef<const LinkerPatch>(method1_patches));
64
LinkerPatch::RelativeCodePatch(
kCallCode
.size() - 4u, nullptr, 1u),
66
AddCompiledMethod(MethodRef(2u),
kCallCode
, ArrayRef<const LinkerPatch>(method2_patches));
71
uint32_t diff_after = method2_offset - (method1_offset +
kCallCode
.size() /* PC adjustment */);
80
uint32_t diff_before = method1_offset - (method2_offset +
kCallCode
.size() /* PC adjustment */)
[
all
...]
/art/compiler/linker/x86_64/
relative_patcher_x86_64_test.cc
30
static const ArrayRef<const uint8_t>
kCallCode
;
47
const ArrayRef<const uint8_t> X86_64RelativePatcherTest::
kCallCode
(kCallRawCode);
67
LinkerPatch::RelativeCodePatch(
kCallCode
.size() - 4u, nullptr, 1u),
69
AddCompiledMethod(MethodRef(1u),
kCallCode
, ArrayRef<const LinkerPatch>(patches));
80
LinkerPatch::RelativeCodePatch(
kCallCode
.size() - 4u, nullptr, 2u),
82
AddCompiledMethod(MethodRef(1u),
kCallCode
, ArrayRef<const LinkerPatch>(method1_patches));
84
LinkerPatch::RelativeCodePatch(
kCallCode
.size() - 4u, nullptr, 1u),
86
AddCompiledMethod(MethodRef(2u),
kCallCode
, ArrayRef<const LinkerPatch>(method2_patches));
91
uint32_t diff_after = method2_offset - (method1_offset +
kCallCode
.size() /* PC adjustment */);
100
uint32_t diff_before = method1_offset - (method2_offset +
kCallCode
.size() /* PC adjustment */)
[
all
...]
/art/compiler/linker/arm/
relative_patcher_thumb2_test.cc
35
static const ArrayRef<const uint8_t>
kCallCode
;
278
const ArrayRef<const uint8_t> Thumb2RelativePatcherTest::
kCallCode
(kCallRawCode);
352
AddCompiledMethod(MethodRef(1u),
kCallCode
, ArrayRef<const LinkerPatch>(patches));
365
AddCompiledMethod(MethodRef(1u),
kCallCode
, ArrayRef<const LinkerPatch>(method1_patches));
369
AddCompiledMethod(MethodRef(2u),
kCallCode
, ArrayRef<const LinkerPatch>(method2_patches));
392
AddCompiledMethod(MethodRef(1u),
kCallCode
, ArrayRef<const LinkerPatch>(patches));
[
all
...]
/art/compiler/linker/arm64/
relative_patcher_arm64_test.cc
36
static const ArrayRef<const uint8_t>
kCallCode
;
515
const ArrayRef<const uint8_t> Arm64RelativePatcherTest::
kCallCode
(kCallRawCode);
537
AddCompiledMethod(MethodRef(1u),
kCallCode
, ArrayRef<const LinkerPatch>(patches));
548
AddCompiledMethod(MethodRef(1u),
kCallCode
, ArrayRef<const LinkerPatch>(method1_patches));
552
AddCompiledMethod(MethodRef(2u),
kCallCode
, ArrayRef<const LinkerPatch>(method2_patches));
573
AddCompiledMethod(MethodRef(1u),
kCallCode
, ArrayRef<const LinkerPatch>(patches));
[
all
...]
Completed in 171 milliseconds