Home
last modified time | relevance | path

Searched defs:GetEntryPointOf (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/quick/
Dquick_compiler.cc795 uintptr_t QuickCompiler::GetEntryPointOf(ArtMethod* method) const { in GetEntryPointOf() function in art::QuickCompiler
/art/compiler/optimizing/
Doptimizing_compiler.cc199 uintptr_t GetEntryPointOf(ArtMethod* method) const OVERRIDE in GetEntryPointOf() function in art::FINAL