HomeSort by relevance Sort by last modified time
    Searched refs:kHandleScopeOrInvalid (Results 1 - 7 of 7) sorted by null

  /art/runtime/
indirect_reference_table-inl.h 41 if (UNLIKELY(GetIndirectRefKind(iref) == kHandleScopeOrInvalid)) {
indirect_reference_table.cc 42 case kHandleScopeOrInvalid:
75 CHECK_NE(desired_kind, kHandleScopeOrInvalid);
348 if (GetIndirectRefKind(iref) == kHandleScopeOrInvalid) {
indirect_reference_table.h 93 kHandleScopeOrInvalid = 0, // <<stack indirect reference table or invalid reference>>
reflection.cc     [all...]
jni_internal.cc     [all...]
thread.cc     [all...]
check_jni.cc 640 if (found_kind == kHandleScopeOrInvalid && self->HandleScopeContains(obj)) {
    [all...]

Completed in 300 milliseconds