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

  /art/runtime/
class_linker-inl.h 73 referrer->GetDexCache<kWithoutReadBarrier>()->GetResolvedString(string_idx);
87 referrer->GetDexCache<kWithoutReadBarrier>()->GetResolvedString(string_idx);
98 ObjPtr<mirror::String> resolved = dex_cache->GetResolvedString(string_idx);
107 ObjPtr<mirror::String> resolved = dex_cache->GetResolvedString(string_idx);
transaction_test.cc 506 EXPECT_TRUE(h_dex_cache->GetResolvedString(string_idx) == nullptr);
518 EXPECT_OBJ_PTR_EQ(s, h_dex_cache->GetResolvedString(string_idx));
523 EXPECT_TRUE(h_dex_cache->GetResolvedString(string_idx) == nullptr);
  /art/dex2oat/driver/
compiler_driver_test.cc 129 const ObjPtr<mirror::String> string = dex_cache->GetResolvedString(dex::StringIndex(i));
  /art/runtime/mirror/
dex_cache-inl.h 86 inline String* DexCache::GetResolvedString(dex::StringIndex string_idx) {
dex_cache.h 274 String* GetResolvedString(dex::StringIndex string_idx) ALWAYS_INLINE
  /art/dex2oat/linker/
image_writer.cc 492 // GetResolvedString() can't be used here due to the circular
    [all...]

Completed in 175 milliseconds