HomeSort by relevance Sort by last modified time
    Searched refs:GetQuickInstrumentationEntryPoint (Results 1 - 4 of 4) sorted by null

  /art/runtime/entrypoints/
runtime_asm_entrypoints.h 69 static inline const void* GetQuickInstrumentationEntryPoint() {
  /art/runtime/
instrumentation.cc 150 new_quick_code = GetQuickInstrumentationEntryPoint();
673 new_quick_code = GetQuickInstrumentationEntryPoint();
730 UpdateEntrypoints(method, GetQuickInstrumentationEntryPoint());
    [all...]
art_method.cc 306 if (code == GetQuickInstrumentationEntryPoint()) {