Home
last modified time | relevance | path

Searched refs:IsStringTypeIndex (Results 1 – 2 of 2) sorted by relevance

/art/compiler/driver/
Dcompiler_driver.h453 bool IsStringTypeIndex(uint16_t type_index, const DexFile* dex_file);
Dcompiler_driver.cc2865 bool CompilerDriver::IsStringTypeIndex(uint16_t type_index, const DexFile* dex_file) { in IsStringTypeIndex() function in art::CompilerDriver