Home
last modified time | relevance | path

Searched defs:IsPrimitiveType (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/runtime/
H A Dart_field-inl.h316 inline bool ArtField::IsPrimitiveType() REQUIRES_SHARED(Locks::mutator_lock_) { in IsPrimitiveType() function
H A Dmethod_handles.cc114 inline bool IsPrimitiveType(Primitive::Type type) { in IsPrimitiveType() function
/aosp12/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp983 bool RSExportPrimitiveType::IsPrimitiveType(const clang::Type *T) { in IsPrimitiveType() function in slang::RSExportPrimitiveType