Lines Matching defs:o

406   mirror::Object* o = Dbg::GetObjectRegistry()->Get<mirror::Object*>(id);  in DecodeArray()  local
421 mirror::Object* o = Dbg::GetObjectRegistry()->Get<mirror::Object*>(id); in DecodeClass() local
514 JDWP::JdwpTag Dbg::TagFromObject(const ScopedObjectAccessUnchecked& soa, mirror::Object* o) { in TagFromObject()
842 mirror::Object* o = gRegistry->Get<mirror::Object*>(class_id); in GetClassName() local
889 mirror::Object* o = gRegistry->Get<mirror::Object*>(id); in GetClassLoader() local
920 mirror::Object* o = gRegistry->Get<mirror::Object*>(object_id); in GetMonitorInfo() local
1065 mirror::Object* o = gRegistry->Get<mirror::Object*>(object_id); in GetReferringObjects() local
1079 mirror::Object* o = gRegistry->Get<mirror::Object*>(object_id); in DisableCollection() local
1089 mirror::Object* o = gRegistry->Get<mirror::Object*>(object_id); in EnableCollection() local
1109 mirror::Object* o = gRegistry->Get<mirror::Object*>(object_id); in IsCollected() local
1214 mirror::Object* o = gRegistry->Get<mirror::Object*>(object_id); in GetReferenceType() local
1255 mirror::Object* o = gRegistry->Get<mirror::Object*>(object_id); in GetObjectTag() local
1391 mirror::Object* o = gRegistry->Get<mirror::Object*>(id); in SetArrayElements() local
1807 mirror::Object* o = Dbg::GetObjectRegistry()->Get<mirror::Object*>(object_id); in GetFieldValueImpl() local
1866 mirror::Object* o = Dbg::GetObjectRegistry()->Get<mirror::Object*>(object_id); in SetFieldValueImpl() local
2627 mirror::Object* o = reinterpret_cast<mirror::Object*>(intVal); in GetLocalValue() local
2762 mirror::Object* o = gRegistry->Get<mirror::Object*>(static_cast<JDWP::ObjectId>(value)); in SetLocalValue() local
4324 uint8_t ExamineObject(mirror::Object* o, bool is_native_heap) in ExamineObject()