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 292 TEST_F(DexFileTest, FindTypeId) {
298 const DexFile::TypeId* type_id = java_lang_dex_file_->FindTypeId(type_str_idx);
dex_file.cc 438 const TypeId* type_id = FindTypeId(GetIndexForStringId(*string_id));
590 const DexFile::TypeId* DexFile::FindTypeId(uint32_t string_idx) const {
682 const DexFile::TypeId* type_id = FindTypeId(GetIndexForStringId(*string_id));
    [all...]
dex_file.h 539 const TypeId* FindTypeId(uint32_t string_idx) const;
    [all...]
class_linker_test.cc     [all...]
class_linker.cc 527 const DexFile::TypeId* void_type_id = dex_file.FindTypeId(void_string_index);
    [all...]
  /art/runtime/mirror/
object_test.cc 277 const DexFile::TypeId* type_id = java_lang_dex_file_->FindTypeId(
337 const DexFile::TypeId* klass_type_id = dex_file->FindTypeId(
343 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 45 milliseconds