Searched defs:GetTypeIdx (Results 1 - 2 of 2) sorted by relevance

/art/compiler/utils/
H A Dtest_dex_file_builder.h185 Write16(raw_offset + 4u, GetTypeIdx(entry.first.return_type));
192 GetTypeIdx(entry.first.args[i]));
199 Write16(raw_offset + 0u, GetTypeIdx(entry.first.class_descriptor));
200 Write16(raw_offset + 2u, GetTypeIdx(entry.first.type));
206 Write16(raw_offset + 0u, GetTypeIdx(entry.first.class_descriptor));
228 uint32_t GetTypeIdx(const std::string& type) { function in class:art::TestDexFileBuilder
/art/runtime/
H A Ddex_file.h1075 uint16_t GetTypeIdx() { function in class:art::DexFileParameterIterator
1079 return dex_file_.StringByTypeIdx(GetTypeIdx());

Completed in 191 milliseconds