Home
last modified time | relevance | path

Searched refs:EntryPointString (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dinstrumentation.cc1155 std::string Instrumentation::EntryPointString(const void* code) { in EntryPointString() function in art::instrumentation::Instrumentation
1197 << EntryPointString(method->GetEntryPointFromQuickCompiledCode()); in UpdateMethodsCodeImpl()
1204 << EntryPointString(method->GetEntryPointFromQuickCompiledCode()) << " " in UpdateMethodsCodeImpl()
Dinstrumentation.h322 static std::string EntryPointString(const void* code);