OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FastGet
(Results
1 - 3
of
3
) sorted by null
/art/compiler/dex/
mir_field_info.h
115
bool
FastGet
() const {
163
bool
FastGet
() const {
/art/compiler/dex/quick/
gen_common.cc
623
cu_->compiler_driver->ProcessedStaticField(field_info.
FastGet
(), field_info.IsReferrersClass());
625
if (!SLOW_FIELD_PATH && field_info.
FastGet
()) {
726
cu_->compiler_driver->ProcessedInstanceField(field_info.
FastGet
());
728
if (!SLOW_FIELD_PATH && field_info.
FastGet
()) {
[
all
...]
dex_file_method_inliner.cc
[
all
...]
Completed in 45 milliseconds