Home
last modified time | relevance | path

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

/art/runtime/quick/
Dinline_method_analyser.h45 kIntrinsicAbsDouble, enumerator
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc77 COMPILE_ASSERT(kIntrinsicIsStatic[kIntrinsicAbsDouble], AbsDouble_must_be_static);
309 INTRINSIC(JavaLangMath, Abs, D_D, kIntrinsicAbsDouble, 0),
310 INTRINSIC(JavaLangStrictMath, Abs, D_D, kIntrinsicAbsDouble, 0),
452 case kIntrinsicAbsDouble: in GenIntrinsic()
/art/compiler/dex/quick/x86/
Dutility_x86.cc1067 case kIntrinsicAbsDouble: in AnalyzeInvokeStatic()