OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:method_is_static
(Results
1 - 3
of
3
) sorted by null
/art/compiler/dex/
inline_method_analyser.h
52
uint16_t
method_is_static
: 1;
member in struct:art::InlineIGetIPutData
inline_method_analyser.cc
631
data->
method_is_static
= is_static ? 1u : 0u;
699
data->
method_is_static
= is_static ? 1u : 0u;
/art/compiler/optimizing/
inliner.cc
[
all
...]
Completed in 114 milliseconds