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

  /art/runtime/
instrumentation.cc 63 new_code = GetCompiledCodeToInterpreterBridge();
73 new_code = GetCompiledCodeToInterpreterBridge();
85 new_code = GetCompiledCodeToInterpreterBridge();
93 new_code = GetCompiledCodeToInterpreterBridge();
386 method->SetEntryPointFromCompiledCode(GetCompiledCodeToInterpreterBridge());
common_test.h 215 method_code = GetCompiledCodeToInterpreterBridge();
class_linker.cc     [all...]
  /art/runtime/mirror/
art_method-inl.h 126 if (code == GetCompiledCodeToInterpreterBridge() || code == GetQuickInstrumentationEntryPoint()) {
  /art/runtime/entrypoints/
entrypoint_utils.h 370 static inline const void* GetCompiledCodeToInterpreterBridge() {

Completed in 87 milliseconds