Searched refs:kind_ (Results 1 - 5 of 5) sorted by relevance

/art/runtime/
H A Dindirect_reference_table.cc53 kind_ = desiredKind;
70 << " stale " << kind_ << " " << iref
93 LOG(FATAL) << "JNI ERROR (app bug): " << kind_ << " table overflow "
109 << kind_ << " table (from "
166 LOG(WARNING) << "Attempt to look up NULL " << kind_;
170 LOG(ERROR) << "JNI ERROR (app bug): invalid " << kind_ << " " << iref;
178 LOG(ERROR) << "JNI ERROR (app bug): accessed stale " << kind_ << " "
185 LOG(ERROR) << "JNI ERROR (app bug): accessed deleted " << kind_ << " " << iref;
318 os << kind_ << " table dump:\n"; local
H A Dindirect_reference_table.h340 uint32_t uref = serialChunk << 20 | (tableIndex << 2) | kind_;
368 IndirectRefKind kind_; member in class:art::IndirectReferenceTable
/art/compiler/dex/
H A Dgrowable_array.h83 kind_(kind) {
164 OatListKind kind_; member in class:art::GrowableArray
H A Darena_bit_vector.cc36 kind_(kind),
H A Darena_bit_vector.h118 const OatBitMapKind kind_; // for memory use tuning. member in class:art::ArenaBitVector

Completed in 80 milliseconds