Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dobject-inl.h383 inline bool Object::IsString() { in IsString() function
389 DCHECK((IsString<kVerifyFlags, kReadBarrierOption>())); in AsString()
Dobject.h200 bool IsString() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
/art/runtime/hprof/
Dhprof.cc1174 CHECK_EQ(obj->IsString(), string_value != nullptr); in DumpHeapInstanceObject()