Home
last modified time | relevance | path

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

/art/runtime/quick/
Dinline_method_analyser.h93 kIntrinsicIsEmptyOrLength, enumerator
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc171 static_assert(!kIntrinsicIsStatic[kIntrinsicIsEmptyOrLength], "IsEmptyOrLength must not be static");
575 INTRINSIC(JavaLangString, IsEmpty, _Z, kIntrinsicIsEmptyOrLength, kIntrinsicFlagIsEmpty),
578 INTRINSIC(JavaLangString, Length, _I, kIntrinsicIsEmptyOrLength, kIntrinsicFlagLength),
/art/compiler/optimizing/
Dintrinsics.cc390 case kIntrinsicIsEmptyOrLength: in GetIntrinsic()