OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fast_get
(Results
1 - 1
of
1
) sorted by null
/art/compiler/driver/
compiler_driver-inl.h
124
bool
fast_get
= referrer_class != nullptr &&
local
127
bool fast_put =
fast_get
&& (!resolved_field->IsFinal() || fields_class == referrer_class);
128
return std::make_pair(
fast_get
, fast_put);
Completed in 875 milliseconds