Home
last modified time | relevance | path

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

/art/compiler/llvm/
Dgbc_expander.cc237 llvm::Value** result, bool is_empty);
949 bool is_empty) { in EmitIntrinsicStringLengthOrIsEmpty() argument
961 if (is_empty) { in EmitIntrinsicStringLengthOrIsEmpty()
964 llvm::Value* is_empty = irb_.CreateSelect(count_equals_zero, in EmitIntrinsicStringLengthOrIsEmpty() local
967 is_empty = SignOrZeroExtendCat1Types(is_empty, kBoolean); in EmitIntrinsicStringLengthOrIsEmpty()
968 *result = is_empty; in EmitIntrinsicStringLengthOrIsEmpty()
/art/compiler/dex/quick/
Dgen_invoke.cc937 bool Mir2Lir::GenInlinedStringIsEmptyOrLength(CallInfo* info, bool is_empty) { in GenInlinedStringIsEmptyOrLength() argument
949 if (is_empty) { in GenInlinedStringIsEmptyOrLength()
Dmir_to_lir.h484 bool GenInlinedStringIsEmptyOrLength(CallInfo* info, bool is_empty);