Home
last modified time | relevance | path

Searched refs:GetEntryPointOf (Results 1 – 3 of 3) sorted by relevance

/art/compiler/
Dcompiler.h70 virtual uintptr_t GetEntryPointOf(ArtMethod* method) const
/art/compiler/driver/
Dcompiler_driver.cc1679 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()
/art/compiler/optimizing/
Doptimizing_compiler.cc279 uintptr_t GetEntryPointOf(ArtMethod* method) const OVERRIDE in GetEntryPointOf() function in art::FINAL