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

  /art/compiler/utils/
test_dex_file_builder_test.cc 79 EXPECT_EQ(2u, builder.GetTypeIdx("Ljava/lang/Class;"));
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));
243 uint32_t GetTypeIdx(const std::string& type) {
  /art/runtime/
dex_file.h     [all...]
dex_file_verifier.cc     [all...]
dex_file.cc 708 compare = signature_type_idxs[i] - it.GetTypeIdx();
    [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 5224 milliseconds