Home
last modified time | relevance | path

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

/art/runtime/jni/
Djni_internal.h72 static bool IsIndexId(jmethodID mid) { in IsIndexId() function
78 static bool IsIndexId(jfieldID fid) { in IsIndexId() function
85 if (IsIndexId<kEnableIndexIds>(fid)) { in DecodeArtField()
137 if (IsIndexId<kEnableIndexIds>(method_id)) { in DecodeArtMethod()
Djni_id_manager.h47 static constexpr bool IsIndexId(T val) { in IsIndexId() function