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

  /art/runtime/
indirect_reference_table.cc 54 void IndirectReferenceTable::AbortIfNoCheckJNI(const std::string& msg) {
65 IndirectReferenceTable::IndirectReferenceTable(size_t max_count,
96 IndirectReferenceTable::~IndirectReferenceTable() {
99 void IndirectReferenceTable::ConstexprChecks() {
127 bool IndirectReferenceTable::IsValid() const {
176 void IndirectReferenceTable::RecoverHoles(IRTSegmentState prev_state) {
209 bool IndirectReferenceTable::Resize(size_t new_size, std::string* error_msg) {
239 IndirectRef IndirectReferenceTable::Add(IRTSegmentState previous_state
    [all...]
indirect_reference_table-inl.h 36 inline bool IndirectReferenceTable::GetChecked(IndirectRef iref) const {
72 inline bool IndirectReferenceTable::CheckEntry(const char* what,
90 inline ObjPtr<mirror::Object> IndirectReferenceTable::Get(IndirectRef iref) const {
100 inline void IndirectReferenceTable::Update(IndirectRef iref, ObjPtr<mirror::Object> obj) {
102 LOG(WARNING) << "IndirectReferenceTable Update failed to find reference " << iref;
reference_table.h 60 friend class IndirectReferenceTable; // For Dump.
indirect_reference_table_test.cc 32 static void CheckDump(IndirectReferenceTable* irt, size_t num_objects, size_t num_unique)
57 IndirectReferenceTable irt(kTableMax,
59 IndirectReferenceTable::ResizableCapacity::kNo,
299 IndirectReferenceTable irt(kTableMax,
301 IndirectReferenceTable::ResizableCapacity::kNo,
330 IndirectReferenceTable irt(kTableMax,
332 IndirectReferenceTable::ResizableCapacity::kNo,
366 IndirectReferenceTable irt(kTableMax,
368 IndirectReferenceTable::ResizableCapacity::kNo,
405 IndirectReferenceTable irt(kTableMax
    [all...]
indirect_reference_table.h 218 class IndirectReferenceTable {
225 // WARNING: Construction of the IndirectReferenceTable may fail.
227 // construction has failed and the IndirectReferenceTable will be in an
230 IndirectReferenceTable(size_t max_count,
235 ~IndirectReferenceTable();
238 * Checks whether construction of the IndirectReferenceTable succeeded.
jni_env_ext.h 74 IndirectReferenceTable locals GUARDED_BY(Locks::mutator_lock_);
java_vm_ext.h 227 IndirectReferenceTable globals_;
240 IndirectReferenceTable weak_globals_;
jni_env_ext.cc 79 locals(kLocalsInitial, kLocal, IndirectReferenceTable::ResizableCapacity::kYes, error_msg),
153 IndirectReferenceTable::SegmentStateOffset(pointer_size).Int32Value();
java_vm_ext.cc 459 globals_(kGlobalsMax, kGlobal, IndirectReferenceTable::ResizableCapacity::kNo, error_msg),
464 IndirectReferenceTable::ResizableCapacity::kNo,
725 DCHECK_EQ(IndirectReferenceTable::GetIndirectRefKind(ref), kWeakGlobal);
747 DCHECK_EQ(IndirectReferenceTable::GetIndirectRefKind(ref), kWeakGlobal);
760 DCHECK_EQ(IndirectReferenceTable::GetIndirectRefKind(ref), kWeakGlobal);
    [all...]
check_jni.cc 285 GetIndirectRefKindString(IndirectReferenceTable::GetIndirectRefKind(java_object)),
639 found_kind = IndirectReferenceTable::GetIndirectRefKind(obj);
644 found_kind = IndirectReferenceTable::GetIndirectRefKind(obj);
649 GetIndirectRefKindString(IndirectReferenceTable::GetIndirectRefKind(obj)),
780 if (IndirectReferenceTable::GetIndirectRefKind(ref) != kWeakGlobal) {
789 GetIndirectRefKindString(IndirectReferenceTable::GetIndirectRefKind(java_object)),
800 GetIndirectRefKindString(IndirectReferenceTable::GetIndirectRefKind(java_object)),
    [all...]
jni_internal_test.cc     [all...]
reflection.cc     [all...]
thread.cc     [all...]
jni_internal.cc     [all...]

Completed in 292 milliseconds