Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc1034 std::string Instrumentation::EntryPointString(const void* code) { in EntryPointString() function in art::instrumentation::Instrumentation
1074 << EntryPointString(method->GetEntryPointFromQuickCompiledCode()); in UpdateMethodsCodeImpl()
1082 << EntryPointString(method->GetEntryPointFromQuickCompiledCode()) in UpdateMethodsCodeImpl()
Dinstrumentation.h295 static std::string EntryPointString(const void* code);