OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:orig_methods
(Results
1 - 2
of
2
) sorted by null
/art/patchoat/
patchoat.cc
612
ArtMethod**
orig_methods
= orig_dex_cache->GetResolvedMethods();
local
613
ArtMethod** relocated_methods = RelocatedAddressOfPointer(
orig_methods
);
617
if (
orig_methods
!= nullptr) {
618
ArtMethod** copy_methods = RelocatedCopyOf(
orig_methods
);
620
ArtMethod* orig = mirror::DexCache::GetElementPtrSize(
orig_methods
, j, pointer_size);
[
all
...]
/art/compiler/
image_writer.cc
2044
ArtMethod**
orig_methods
= orig_dex_cache->GetResolvedMethods();
local
[
all
...]
Completed in 183 milliseconds