Home
last modified time | relevance | path

Searched refs:GetCodeFor (Results 1 – 4 of 4) sorted by relevance

/art/runtime/jit/
Djit_code_cache_test.cc57 ASSERT_EQ(code_cache->GetCodeFor(method), reserved_code); in TEST_F()
61 ASSERT_EQ(code_cache->GetCodeFor(method), reserved_code); in TEST_F()
Djit_code_cache.h95 const void* GetCodeFor(ArtMethod* method)
Djit_code_cache.cc96 const void* JitCodeCache::GetCodeFor(ArtMethod* method) { in GetCodeFor() function in art::jit::JitCodeCache
/art/runtime/
Dclass_linker.cc2078 auto* code = jit->GetCodeCache()->GetCodeFor(method); in GetQuickOatCodeFor()
2101 auto* code = jit->GetCodeCache()->GetCodeFor(method); in GetOatMethodQuickCodeFor()