Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc3581 const void* instr_target = instr->GetCodeForInvoke(method); in ShouldUseInterpreterEntrypoint() local
3582 DCHECK_NE(instr_target, GetQuickInstrumentationEntryPoint()) << method->PrettyMethod(); in ShouldUseInterpreterEntrypoint()
3583 return ShouldUseInterpreterEntrypoint(method, instr_target); in ShouldUseInterpreterEntrypoint()