Home
last modified time | relevance | path

Searched defs:is_empty (Results 1 – 2 of 2) sorted by relevance

/art/compiler/llvm/
Dgbc_expander.cc936 bool is_empty) { in EmitIntrinsicStringLengthOrIsEmpty()
951 llvm::Value* is_empty = irb_.CreateSelect(count_equals_zero, in EmitIntrinsicStringLengthOrIsEmpty() local
/art/compiler/dex/quick/
Dgen_invoke.cc1296 bool Mir2Lir::GenInlinedStringIsEmptyOrLength(CallInfo* info, bool is_empty) { in GenInlinedStringIsEmptyOrLength()