OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CanAccessTypeWithoutChecks
(Results
1 - 4
of
4
) sorted by null
/art/compiler/dex/quick/
gen_common.cc
354
if (cu_->compiler_driver->
CanAccessTypeWithoutChecks
(cu_->method_idx, *dex_file, type_idx)) {
393
if (cu_->compiler_driver->
CanAccessTypeWithoutChecks
(cu_->method_idx, *cu_->dex_file,
822
if (!cu_->compiler_driver->
CanAccessTypeWithoutChecks
(cu_->method_idx,
[
all
...]
/art/compiler/driver/
compiler_driver.h
199
bool
CanAccessTypeWithoutChecks
(uint32_t referrer_idx, const DexFile& dex_file,
[
all
...]
compiler_driver.cc
853
bool CompilerDriver::
CanAccessTypeWithoutChecks
(uint32_t referrer_idx, const DexFile& dex_file,
[
all
...]
/art/compiler/llvm/
gbc_expander.cc
[
all
...]
Completed in 114 milliseconds