Searched refs:GetEntryPointOf (Results 1 – 3 of 3) sorted by relevance
70 virtual uintptr_t GetEntryPointOf(ArtMethod* method) const
1679 reinterpret_cast<const void*>(compiler_->GetEntryPointOf(method)))) { in GetCodeAndMethodForDirectCall()1694 reinterpret_cast<const void*>(compiler_->GetEntryPointOf(method))); in GetCodeAndMethodForDirectCall()1752 *direct_code = force_relocations ? -1 : compiler_->GetEntryPointOf(method); in GetCodeAndMethodForDirectCall()1763 *direct_code = compiler_->GetEntryPointOf(method); in GetCodeAndMethodForDirectCall()
279 uintptr_t GetEntryPointOf(ArtMethod* method) const OVERRIDE in GetEntryPointOf() function in art::FINAL