HomeSort by relevance Sort by last modified time
    Searched defs:GetTypeIdx (Results 1 - 2 of 2) sorted by null

  /art/compiler/utils/
test_dex_file_builder.h 186 Write16(raw_offset + 4u, GetTypeIdx(entry.first.return_type));
193 GetTypeIdx(entry.first.args[i]));
200 Write16(raw_offset + 0u, GetTypeIdx(entry.first.class_descriptor));
201 Write16(raw_offset + 2u, GetTypeIdx(entry.first.type));
207 Write16(raw_offset + 0u, GetTypeIdx(entry.first.class_descriptor));
252 uint32_t GetTypeIdx(const std::string& type) {
  /art/runtime/
dex_file.h     [all...]

Completed in 114 milliseconds