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

  /art/runtime/entrypoints/
entrypoint_utils.h 204 static inline const void* GetPortableToInterpreterBridge() {
210 return GetPortableToInterpreterBridge();
  /art/runtime/
oat.h 75 const void* GetPortableToInterpreterBridge() const;
instrumentation.cc 108 DCHECK(portable_code == GetPortableToInterpreterBridge());
147 new_portable_code = GetPortableToInterpreterBridge();
165 new_portable_code = GetPortableToInterpreterBridge();
175 new_portable_code = GetPortableToInterpreterBridge();
691 new_portable_code = GetPortableToInterpreterBridge();
704 (portable_code == GetPortableToInterpreterBridge()));
712 new_portable_code = GetPortableToInterpreterBridge();
799 GetPortableToInterpreterBridge(),
    [all...]
oat.cc 270 const void* OatHeader::GetPortableToInterpreterBridge() const {
class_linker.cc     [all...]
  /art/compiler/
common_compiler_test.cc 216 const void* method_code = GetPortableToInterpreterBridge();

Completed in 196 milliseconds