OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContainsMethod
(Results
1 - 8
of
8
) sorted by null
/art/runtime/jit/
profile_compilation_info_test.cc
116
ASSERT_TRUE(info1.
ContainsMethod
(MethodReference(m->GetDexFile(), m->GetDexMethodIndex())));
132
ASSERT_TRUE(info2.
ContainsMethod
(MethodReference(m->GetDexFile(), m->GetDexMethodIndex())));
135
ASSERT_TRUE(info2.
ContainsMethod
(MethodReference(m->GetDexFile(), m->GetDexMethodIndex())));
offline_profiling_info.h
66
bool
ContainsMethod
(const MethodReference& method_ref) const;
jit_code_cache.h
109
bool
ContainsMethod
(ArtMethod* method) REQUIRES(!lock_);
offline_profiling_info.cc
549
bool ProfileCompilationInfo::
ContainsMethod
(const MethodReference& method_ref) const {
profile_saver.cc
682
return info->
ContainsMethod
(MethodReference(dex_file, method_idx));
jit_code_cache.cc
168
bool JitCodeCache::
ContainsMethod
(ArtMethod* method) {
[
all
...]
/art/runtime/
art_method.cc
469
if (jit != nullptr && jit->GetCodeCache()->
ContainsMethod
(this)) {
/art/compiler/driver/
compiler_driver.cc
[
all
...]
Completed in 2050 milliseconds