OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:resolution_method
(Results
1 - 2
of
2
) sorted by null
/art/runtime/gc/space/
image_space.cc
711
mirror::Object*
resolution_method
= image_header.GetImageRoot(ImageHeader::kResolutionMethod);
local
712
runtime->SetResolutionMethod(down_cast<mirror::ArtMethod*>(
resolution_method
));
[
all
...]
/art/compiler/
image_writer.cc
666
ArtMethod*
resolution_method
= runtime->GetResolutionMethod();
local
680
dex_cache->SetResolvedMethod(i,
resolution_method
);
[
all
...]
Completed in 259 milliseconds