HomeSort by relevance Sort by last modified time
    Searched full:getquickinstrumentationentrypoint (Results 1 - 3 of 3) sorted by null

  /art/runtime/
instrumentation.cc 71 new_code = GetQuickInstrumentationEntryPoint();
91 new_code = GetQuickInstrumentationEntryPoint();
384 method->SetEntryPointFromCompiledCode(GetQuickInstrumentationEntryPoint());
  /art/runtime/mirror/
art_method-inl.h 126 if (code == GetCompiledCodeToInterpreterBridge() || code == GetQuickInstrumentationEntryPoint()) {
  /art/runtime/entrypoints/
entrypoint_utils.h 349 static inline void* GetQuickInstrumentationEntryPoint() {

Completed in 6055 milliseconds