Home
last modified time | relevance | path

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

/art/libartbase/base/
Dstringpiece.h137 bool ends_with(const StringPiece& x) const { in ends_with() function
/art/compiler/driver/
Dcompiler_driver.cc2314 can_init_static_fields = !StringPiece(descriptor).ends_with("$NoPreloadHolder;"); in TryInitializeClass()