Home
last modified time | relevance | path

Searched refs:GetPortableToInterpreterBridge (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Dinstrumentation.cc108 DCHECK(portable_code == GetPortableToInterpreterBridge()); in UpdateEntrypoints()
147 new_portable_code = GetPortableToInterpreterBridge(); in InstallStubsForMethod()
165 new_portable_code = GetPortableToInterpreterBridge(); in InstallStubsForMethod()
175 new_portable_code = GetPortableToInterpreterBridge(); in InstallStubsForMethod()
691 new_portable_code = GetPortableToInterpreterBridge(); in UpdateMethodsCode()
704 (portable_code == GetPortableToInterpreterBridge())); in UpdateMethodsCode()
712 new_portable_code = GetPortableToInterpreterBridge(); in UpdateMethodsCode()
799 GetPortableToInterpreterBridge(), in Deoptimize()
Doat.h75 const void* GetPortableToInterpreterBridge() const;
Doat.cc270 const void* OatHeader::GetPortableToInterpreterBridge() const { in GetPortableToInterpreterBridge() function in art::OatHeader
Dclass_linker.cc1591 method->SetEntryPointFromPortableCompiledCode(GetPortableToInterpreterBridge()); in InitFromImageInterpretOnlyCallback()
2481 result = GetPortableToInterpreterBridge(); in GetPortableOatCodeFor()
2601 portable_code = GetPortableToInterpreterBridge(); in FixupStaticTrampolines()
2663 method->SetEntryPointFromPortableCompiledCode(GetPortableToInterpreterBridge()); in LinkCode()
2682 method->SetEntryPointFromPortableCompiledCode(GetPortableToInterpreterBridge()); in LinkCode()
/art/runtime/entrypoints/
Dentrypoint_utils.h204 static inline const void* GetPortableToInterpreterBridge() { in GetPortableToInterpreterBridge() function
210 return GetPortableToInterpreterBridge(); in GetPortableToQuickBridge()
/art/compiler/
Dcommon_compiler_test.cc216 const void* method_code = GetPortableToInterpreterBridge(); in MakeExecutable()