Home | History | Annotate | Download | only in runtime

Lines Matching refs:kind

12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
639 AbortF("expected reference of kind %s but found %s: %p",
734 bool CheckInstance(ScopedObjectAccess& soa, InstanceKind kind, jobject java_object, bool null_ok)
737 switch (kind) {
754 LOG(FATAL) << "Unknown kind " << static_cast<int>(kind);
794 switch (kind) {
2585 static jobject NewRef(const char* function_name, JNIEnv* env, jobject obj, IndirectRefKind kind) {
2591 switch (kind) {
2602 LOG(FATAL) << "Unexpected reference kind: " << kind;
2606 DCHECK(sc.CheckReferenceKind(kind, soa.Self(), result.L));
2613 static void DeleteRef(const char* function_name, JNIEnv* env, jobject obj, IndirectRefKind kind) {
2618 if (sc.CheckReferenceKind(kind, soa.Self(), obj)) {
2620 switch (kind) {
2631 LOG(FATAL) << "Unexpected reference kind: " << kind;