HomeSort by relevance Sort by last modified time
    Searched refs:FindTypeId (Results 1 - 9 of 9) sorted by null

  /art/runtime/
method_helper.cc 78 other_dexfile.FindTypeId(other_dexfile.GetIndexForStringId(*other_descriptor));
123 other_dexfile.FindTypeId(other_dexfile.GetIndexForStringId(*other_descriptor));
dex_file_test.cc 289 TEST_F(DexFileTest, FindTypeId) {
295 const DexFile::TypeId* type_id = java_lang_dex_file_->FindTypeId(type_str_idx);
dex_file.cc 431 const TypeId* type_id = FindTypeId(GetIndexForStringId(*string_id));
583 const DexFile::TypeId* DexFile::FindTypeId(uint32_t string_idx) const {
675 const DexFile::TypeId* type_id = FindTypeId(GetIndexForStringId(*string_id));
    [all...]
dex_file.h 536 const TypeId* FindTypeId(uint32_t string_idx) const;
    [all...]
class_linker_test.cc     [all...]
class_linker.cc     [all...]
  /art/runtime/mirror/
object_test.cc 270 const DexFile::TypeId* type_id = java_lang_dex_file_->FindTypeId(
330 const DexFile::TypeId* klass_type_id = dex_file->FindTypeId(
336 const DexFile::TypeId* type_type_id = dex_file->FindTypeId(
  /art/compiler/driver/
compiler_driver-inl.h 142 dex_file->FindTypeId(dex_file->GetIndexForStringId(*string_id));
  /art/compiler/dex/quick/
dex_file_method_inliner.cc 589 const DexFile::TypeId* type_id = dex_file->FindTypeId(string_index);
    [all...]

Completed in 247 milliseconds