OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetPatches
(Results
1 - 7
of
7
) sorted by null
/art/compiler/driver/
compiled_method_storage_test.cc
127
ASSERT_EQ(same_patches, lhs->
GetPatches
().data() == rhs->
GetPatches
().data())
compiler_driver.cc
652
for (const LinkerPatch& patch : compiled_method->
GetPatches
()) {
[
all
...]
/art/compiler/linker/
relative_patcher_test.h
148
if (!compiled_method->
GetPatches
().empty()) {
151
for (const LinkerPatch& patch : compiled_method->
GetPatches
()) {
/art/compiler/linker/arm64/
relative_patcher_arm64.cc
74
for (const LinkerPatch& patch : compiled_method->
GetPatches
()) {
90
for (const LinkerPatch& patch : compiled_method->
GetPatches
()) {
/art/compiler/linker/arm/
relative_patcher_arm_base.cc
114
for (const LinkerPatch& patch : compiled_method->
GetPatches
()) {
/art/compiler/
oat_writer.cc
752
if (!compiled_method->
GetPatches
().empty()) {
754
for (const LinkerPatch& patch : compiled_method->
GetPatches
()) {
807
if (UNLIKELY(lhs->
GetPatches
().data() != rhs->
GetPatches
().data())) {
808
return lhs->
GetPatches
().data() < rhs->
GetPatches
().data();
[
all
...]
compiled_method.h
424
ArrayRef<const LinkerPatch>
GetPatches
() const {
Completed in 3190 milliseconds