HomeSort by relevance Sort by last modified time
    Searched refs:NextCallInsn (Results 1 - 10 of 10) sorted by null

  /art/compiler/dex/quick/x86/
call_x86.cc 419 NextCallInsn X86Mir2Lir::GetNextSDCallInsn() {
codegen_x86.h 362 NextCallInsn GetNextSDCallInsn() OVERRIDE;
    [all...]
  /art/compiler/dex/quick/
mir_to_lir.h 150 typedef int (*NextCallInsn)(CompilationUnit*, CallInfo*, int,
    [all...]
gen_invoke.cc 754 LIR** pcrLabel, NextCallInsn next_call_insn,
    [all...]
  /art/compiler/dex/quick/arm/
codegen_arm.h 247 NextCallInsn GetNextSDCallInsn() OVERRIDE;
call_arm.cc 729 NextCallInsn ArmMir2Lir::GetNextSDCallInsn() {
  /art/compiler/dex/quick/arm64/
call_arm64.cc 561 NextCallInsn Arm64Mir2Lir::GetNextSDCallInsn() {
codegen_arm64.h 243 NextCallInsn GetNextSDCallInsn() OVERRIDE;
  /art/compiler/dex/quick/mips/
call_mips.cc 514 NextCallInsn MipsMir2Lir::GetNextSDCallInsn() {
codegen_mips.h 244 NextCallInsn GetNextSDCallInsn() OVERRIDE;

Completed in 876 milliseconds