Home
last modified time | relevance | path

Searched defs:StringReference (Results 1 – 3 of 3) sorted by relevance

/art/compiler/utils/
Dstring_reference.h30 struct StringReference { struct
31 StringReference(const DexFile* file, uint32_t index) : dex_file(file), string_index(index) { } in StringReference() argument
39 bool operator()(StringReference sr1, StringReference sr2) const { in operator() argument
/art/compiler/linker/x86/
Drelative_patcher_x86_test.cc142 TEST_F(X86RelativePatcherTest, StringReference) { in TEST_F() argument
/art/compiler/linker/x86_64/
Drelative_patcher_x86_64_test.cc153 TEST_F(X86_64RelativePatcherTest, StringReference) { in TEST_F() argument