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

  /art/runtime/
intern_table_test.cc 202 TEST_F(InternTableTest, LookupStrong) {
218 ObjPtr<mirror::String> lookup_foo = intern_table.LookupStrong(soa.Self(), 3, "foo");
220 ObjPtr<mirror::String> lookup_bar = intern_table.LookupStrong(soa.Self(), 3, "bar");
222 ObjPtr<mirror::String> lookup_foobar = intern_table.LookupStrong(soa.Self(), 6, "foobar");
224 ObjPtr<mirror::String> lookup_foox = intern_table.LookupStrong(soa.Self(), 4, "foox");
226 ObjPtr<mirror::String> lookup_fooba = intern_table.LookupStrong(soa.Self(), 5, "fooba");
228 ObjPtr<mirror::String> lookup_foobaR = intern_table.LookupStrong(soa.Self(), 6, "foobaR");
233 ObjPtr<mirror::String> lookup_foobbS = intern_table.LookupStrong(soa.Self(), 6, "foobbS");
intern_table.cc 97 ObjPtr<mirror::String> InternTable::LookupStrong(Thread* self, ObjPtr<mirror::String> s) {
102 ObjPtr<mirror::String> InternTable::LookupStrong(Thread* self,
260 ObjPtr<mirror::String> s = LookupStrong(self, utf16_length, utf8_data);
intern_table.h 142 ObjPtr<mirror::String> LookupStrong(Thread* self, ObjPtr<mirror::String> s)
145 ObjPtr<mirror::String> LookupStrong(Thread* self, uint32_t utf16_length, const char* utf8_data)
class_linker.cc     [all...]
  /art/dex2oat/linker/
image_writer.cc     [all...]
  /art/runtime/jit/
jit_code_cache.cc 695 CHECK(class_linker->GetInternTable()->LookupStrong(Thread::Current(), str) != nullptr);
    [all...]

Completed in 1138 milliseconds