Home | History | Annotate | Download | only in runtime

Lines Matching defs:entry_point

2119         const void* entry_point = runtime->GetInstrumentation()->GetQuickCodeFor(m, sizeof(void*));
2120 uintptr_t native_pc_offset = m->NativePcOffset(GetCurrentQuickFramePc(), entry_point);
2123 const void* code_pointer = mirror::ArtMethod::EntryPointToCodePointer(entry_point);