Searched refs:GenInlinedAbsFloat (Results 1 - 10 of 10) sorted by relevance

/art/compiler/dex/quick/arm/
H A Dcodegen_arm.h104 bool GenInlinedAbsFloat(CallInfo* info) OVERRIDE;
H A Dfp_arm.cc357 bool ArmMir2Lir::GenInlinedAbsFloat(CallInfo* info) { function in class:art::ArmMir2Lir
/art/compiler/dex/quick/mips/
H A Dcodegen_mips.h102 bool GenInlinedAbsFloat(CallInfo* info) OVERRIDE;
H A Dint_mips.cc281 bool MipsMir2Lir::GenInlinedAbsFloat(CallInfo* info) { function in class:art::MipsMir2Lir
/art/compiler/dex/quick/arm64/
H A Dfp_arm64.cc344 bool Arm64Mir2Lir::GenInlinedAbsFloat(CallInfo* info) { function in class:art::Arm64Mir2Lir
H A Dcodegen_arm64.h158 bool GenInlinedAbsFloat(CallInfo* info) OVERRIDE;
/art/compiler/dex/quick/x86/
H A Dcodegen_x86.h163 bool GenInlinedAbsFloat(CallInfo* info) OVERRIDE;
H A Dfp_x86.cc596 bool X86Mir2Lir::GenInlinedAbsFloat(CallInfo* info) { function in class:art::X86Mir2Lir
/art/compiler/dex/quick/
H A Ddex_file_method_inliner.cc451 return backend->GenInlinedAbsFloat(info);
H A Dmir_to_lir.h968 virtual bool GenInlinedAbsFloat(CallInfo* info) = 0;

Completed in 584 milliseconds