Searched refs:GetEntryPointOf (Results 1 – 5 of 5) sorted by relevance
44 uintptr_t GetEntryPointOf(mirror::ArtMethod* method) const OVERRIDE
70 virtual uintptr_t GetEntryPointOf(mirror::ArtMethod* method) const
86 uintptr_t QuickCompiler::GetEntryPointOf(mirror::ArtMethod* method) const { in GetEntryPointOf() function in art::QuickCompiler
133 uintptr_t GetEntryPointOf(mirror::ArtMethod* method) const { in GetEntryPointOf() function in art::FINAL
1259 *direct_code = force_relocations ? -1 : compiler_->GetEntryPointOf(method); in GetCodeAndMethodForDirectCall()1270 *direct_code = compiler_->GetEntryPointOf(method); in GetCodeAndMethodForDirectCall()