Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_intrinsics.cc246 #define SIMPLE_STRING_INTRINSIC(name, operation) \ macro
260 SIMPLE_STRING_INTRINSIC(StringIsEmpty, SetZ(str->GetLength() == 0))
263 SIMPLE_STRING_INTRINSIC(StringLength, SetI(str->GetLength()))