Home
last modified time | relevance | path

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

/art/runtime/quick/
Dinline_method_analyser.h60 kIntrinsicIsEmptyOrLength, enumerator
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc96 static_assert(!kIntrinsicIsStatic[kIntrinsicIsEmptyOrLength], "IsEmptyOrLength must not be static");
415 INTRINSIC(JavaLangString, IsEmpty, _Z, kIntrinsicIsEmptyOrLength, kIntrinsicFlagIsEmpty),
418 INTRINSIC(JavaLangString, Length, _I, kIntrinsicIsEmptyOrLength, kIntrinsicFlagLength),
586 case kIntrinsicIsEmptyOrLength: in GenIntrinsic()
/art/compiler/optimizing/
Dintrinsics.cc192 case kIntrinsicIsEmptyOrLength: in GetIntrinsic()