Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Dgen_invoke.cc754 LIR** pcrLabel, NextCallInsn next_call_insn, in GenDalvikArgs() argument
828 call_state = next_call_insn(cu_, info, call_state, target_method, in GenDalvikArgs()
870 call_state = next_call_insn(cu_, info, call_state, target_method, vtable_idx, in GenDalvikArgs()
878 call_state = next_call_insn(cu_, info, call_state, target_method, vtable_idx, in GenDalvikArgs()
1553 NextCallInsn next_call_insn; in GenInvokeNoInline() local
1579 next_call_insn = fast_path ? NextInterfaceCallInsn : NextInterfaceCallInsnWithAccessCheck; in GenInvokeNoInline()
1585 next_call_insn = fast_path ? GetNextSDCallInsn() : NextDirectCallInsnSP; in GenInvokeNoInline()
1588 next_call_insn = fast_path ? GetNextSDCallInsn() : NextStaticCallInsnSP; in GenInvokeNoInline()
1592 next_call_insn = NextSuperCallInsnSP; in GenInvokeNoInline()
1596 next_call_insn = fast_path ? NextVCallInsn : NextVCallInsnSP; in GenInvokeNoInline()
[all …]
Dmir_to_lir.h918 NextCallInsn next_call_insn,