Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dinstrumentation.cc1182 std::string Instrumentation::EntryPointString(const void* code) { in EntryPointString() function in art::instrumentation::Instrumentation
1224 << EntryPointString(method->GetEntryPointFromQuickCompiledCode()); in UpdateMethodsCodeImpl()
1231 << EntryPointString(method->GetEntryPointFromQuickCompiledCode()) << " " in UpdateMethodsCodeImpl()
H A Dinstrumentation.h323 static std::string EntryPointString(const void* code);