Home | History | Annotate | Download | only in optimizing

Lines Matching refs:StringReference

171   void ReserveJitStringRoot(StringReference string_reference, Handle<mirror::String> string) {
176 uint64_t GetJitStringRootIndex(StringReference string_reference) const {
221 // Maps a StringReference (dex_file, string_index) to the index in the literal table.
224 ScopedArenaSafeMap<StringReference, uint64_t, StringReferenceValueComparator> jit_string_roots_;
271 void CodeGenerator::ReserveJitStringRoot(StringReference string_reference,
277 uint64_t CodeGenerator::GetJitStringRootIndex(StringReference string_reference) {