Home
last modified time | relevance | path

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

/art/runtime/quick/
Dinline_method_analyser.h59 kIntrinsicIsEmptyOrLength, enumerator
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc91 COMPILE_ASSERT(!kIntrinsicIsStatic[kIntrinsicIsEmptyOrLength], IsEmptyOrLength_must_not_be_static);
346 INTRINSIC(JavaLangString, IsEmpty, _Z, kIntrinsicIsEmptyOrLength, kIntrinsicFlagIsEmpty),
349 INTRINSIC(JavaLangString, Length, _I, kIntrinsicIsEmptyOrLength, kIntrinsicFlagLength),
480 case kIntrinsicIsEmptyOrLength: in GenIntrinsic()