Home
last modified time | relevance | path

Searched refs:IsMemorySharedMethod (Results 1 – 5 of 5) sorted by relevance

/art/runtime/jit/
Djit-inl.h32 if (method->IsMemorySharedMethod()) { in AddSamples()
Djit.cc1768 if (method->IsMemorySharedMethod()) { in MaybeEnqueueCompilation()
/art/runtime/
Dart_method-inl.h444 if (IsMemorySharedMethod()) { in ResetCounter()
466 if (IsMemorySharedMethod()) { in UpdateCounter()
Dart_method.h257 bool IsMemorySharedMethod() { in IsMemorySharedMethod() function
274 if (IsMemorySharedMethod()) { in ClearMemorySharedMethod()
/art/runtime/interpreter/mterp/
Dnterp.cc696 if (method->IsMemorySharedMethod()) { in NterpHotMethod()