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

  /art/runtime/
dex_file.cc 440 uint16_t type_idx = GetIndexForTypeId(*type_id);
486 const uint16_t class_idx = GetIndexForTypeId(declaring_klass);
488 const uint16_t type_idx = GetIndexForTypeId(type);
521 const uint16_t class_idx = GetIndexForTypeId(declaring_klass);
686 uint16_t type_idx = GetIndexForTypeId(*type_id);
    [all...]
dex_file_test.cc 300 EXPECT_EQ(java_lang_dex_file_->GetIndexForTypeId(*type_id), i);
dex_file.h 514 uint16_t GetIndexForTypeId(const TypeId& type_id) const {
    [all...]
class_linker_test.cc     [all...]
class_linker.cc 529 uint16_t void_type_idx = dex_file.GetIndexForTypeId(*void_type_id);
    [all...]
  /art/compiler/driver/
compiler_driver-inl.h 145 storage_idx = dex_file->GetIndexForTypeId(*type_id);
  /art/compiler/dex/quick/
dex_file_method_inliner.cc 594 *class_index = dex_file->GetIndexForTypeId(*type_id);
    [all...]
  /art/runtime/mirror/
object_test.cc 280 uint32_t type_idx = java_lang_dex_file_->GetIndexForTypeId(*type_id);

Completed in 46 milliseconds