HomeSort by relevance Sort by last modified time
    Searched refs:mirror (Results 251 - 275 of 783) sorted by null

<<11121314151617181920>>

  /art/runtime/mirror/
object-refvisitor-inl.h 25 namespace mirror { namespace in namespace:art
54 AsObjectArray<mirror::Object, kVerifyNone, kReadBarrierOption>()->VisitReferences(visitor);
59 mirror::DexCache* const dex_cache = AsDexCache<kVerifyFlags, kReadBarrierOption>();
64 mirror::ClassLoader* const class_loader = AsClassLoader<kVerifyFlags, kReadBarrierOption>();
89 } // namespace mirror
reference-inl.h 25 namespace mirror { namespace in namespace:art
50 } // namespace mirror
method_handles_lookup.cc 26 namespace mirror { namespace in namespace:art
28 GcRoot<mirror::Class> MethodHandlesLookup::static_class_;
57 } // namespace mirror
  /art/runtime/
native_bridge_art_interface.cc 29 #include "mirror/class-inl.h"
47 ObjPtr<mirror::Class> c = soa.Decode<mirror::Class>(clazz);
62 ObjPtr<mirror::Class> c = soa.Decode<mirror::Class>(clazz);
non_debuggable_classes.cc 21 #include "mirror/class-inl.h"
33 ObjPtr<mirror::Class> mirror_klass(self->DecodeJObject(klass)->AsClass());
oat_file_manager.cc 36 #include "mirror/class_loader.h"
37 #include "mirror/object-inl.h"
266 static void IterateOverJavaDexFile(ObjPtr<mirror::Object> dex_file,
271 mirror::LongArray* long_array = cookie_field->GetObject(dex_file)->AsLongArray();
291 Handle<mirror::ClassLoader> class_loader,
292 MutableHandle<mirror::ObjectArray<mirror::Object>> dex_elements,
302 ObjPtr<mirror::Object> dex_path_list =
307 ObjPtr<mirror::Object> dex_elements_obj =
313 dex_elements.Assign(dex_elements_obj->AsObjectArray<mirror::Object>())
    [all...]
runtime.h 61 namespace mirror { namespace in namespace:art
70 } // namespace mirror
287 bool IsClearedJniWeakGlobal(ObjPtr<mirror::Object> obj) REQUIRES_SHARED(Locks::mutator_lock_);
290 mirror::Object* GetClearedJniWeakGlobal() REQUIRES_SHARED(Locks::mutator_lock_);
292 mirror::Throwable* GetPreAllocatedOutOfMemoryError() REQUIRES_SHARED(Locks::mutator_lock_);
294 mirror::Throwable* GetPreAllocatedNoClassDefFoundError()
487 void RecordWriteFieldBoolean(mirror::Object* obj, MemberOffset field_offset, uint8_t value,
489 void RecordWriteFieldByte(mirror::Object* obj, MemberOffset field_offset, int8_t value,
491 void RecordWriteFieldChar(mirror::Object* obj, MemberOffset field_offset, uint16_t value,
493 void RecordWriteFieldShort(mirror::Object* obj, MemberOffset field_offset, int16_t value
    [all...]
monitor.cc 32 #include "mirror/class-inl.h"
33 #include "mirror/object-inl.h"
59 * The lock value itself is stored in mirror::Object::monitor_ and the representation is described
79 Monitor::Monitor(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code)
85 obj_(GcRoot<mirror::Object>(obj)),
101 Monitor::Monitor(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code,
108 obj_(GcRoot<mirror::Object>(obj)),
125 if (hash_code_.CompareExchangeWeakRelaxed(0, mirror::Object::GenerateIdentityHashCode())) {
217 void Monitor::SetObject(mirror::Object* object) {
218 obj_ = GcRoot<mirror::Object>(object)
    [all...]
  /art/runtime/openjdkjvmti/
ti_class_definition.cc 40 #include "mirror/class_ext.h"
41 #include "mirror/class-inl.h"
42 #include "mirror/object-inl.h"
68 art::ObjPtr<art::mirror::Class> m_klass(soa.Decode<art::mirror::Class>(klass));
84 art::Handle<art::mirror::Class> klass,
89 art::Handle<art::mirror::ClassExt> ext(hs.NewHandle(klass->GetExtData()));
92 art::Handle<art::mirror::Object> orig_dex(hs.NewHandle(ext->GetOriginalDexFile()));
96 art::Handle<art::mirror::ByteArray> orig_dex_bytes(
97 hs.NewHandle(art::down_cast<art::mirror::ByteArray*>(orig_dex->AsArray())))
    [all...]
  /art/test/148-multithread-gc-annotations/
gc_coverage.cc 38 return reinterpret_cast<jlong>(soa.Decode<mirror::Object>(object).Ptr());
  /frameworks/av/media/libaudiohal/include/
EffectBufferHalInterface.h 26 // Abstraction for an audio buffer. It may be a "mirror" for
51 static status_t mirror(void* external, size_t size, sp<EffectBufferHalInterface>* buffer);
  /art/imgdiag/
imgdiag.cc 36 #include "mirror/class-inl.h"
37 #include "mirror/object-inl.h"
151 static std::string PrettyFieldValue(ArtField* field, mirror::Object* obj)
156 oss << obj->GetFieldObject<mirror::Object, kVerifyNone, kWithoutReadBarrier>(
216 std::vector<mirror::Object*> false_dirty_objects;
219 std::vector<mirror::Object*> dirty_objects;
222 void DiffObjectContents(mirror::Object* obj,
227 mirror::Class* klass = obj->GetClass();
229 os << tabs << "Class " << mirror::Class::PrettyClass(obj->AsClass()) << " " << obj << "\n";
231 os << tabs << "Instance of " << mirror::Class::PrettyClass(klass) << " " << obj << "\n"
    [all...]
  /art/runtime/verifier/
reg_type.cc 27 #include "mirror/class.h"
28 #include "mirror/class-inl.h"
29 #include "mirror/object-inl.h"
30 #include "mirror/object_array-inl.h"
55 PrimitiveType::PrimitiveType(mirror::Class* klass, const StringPiece& descriptor, uint16_t cache_id)
61 Cat1Type::Cat1Type(mirror::Class* klass, const StringPiece& descriptor, uint16_t cache_id)
65 Cat2Type::Cat2Type(mirror::Class* klass, const StringPiece& descriptor, uint16_t cache_id)
130 const DoubleHiType* DoubleHiType::CreateInstance(mirror::Class* klass,
145 const DoubleLoType* DoubleLoType::CreateInstance(mirror::Class* klass,
160 const LongLoType* LongLoType::CreateInstance(mirror::Class* klass, const StringPiece& descriptor
    [all...]
verifier_deps.cc 28 #include "mirror/class-inl.h"
29 #include "mirror/class_loader.h"
93 ObjPtr<mirror::Class> klass) {
95 ObjPtr<mirror::DexCache> dex_cache = klass->GetDexCache();
118 ObjPtr<mirror::Class> klass)
254 bool VerifierDeps::IsInClassPath(ObjPtr<mirror::Class> klass) const {
267 ObjPtr<mirror::DexCache> dex_cache = klass->GetDexCache();
280 mirror::Class* klass) {
347 mirror::Class* VerifierDeps::FindOneClassPathBoundaryForInterface(mirror::Class* destination
    [all...]
method_verifier-inl.h 22 #include "mirror/class_loader.h"
23 #include "mirror/dex_cache.h"
45 inline mirror::ClassLoader* MethodVerifier::GetClassLoader() {
49 inline mirror::DexCache* MethodVerifier::GetDexCache() {
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
VideoRendererGui.java 114 private boolean mirror; field in class:VideoRendererGui.YuvImageRenderer
142 // |screenHeight|, |videoWidth|, |videoHeight|, |rotationDegree|, |scalingType|, and |mirror|.
160 RendererCommon.ScalingType scalingType, boolean mirror, RendererCommon.GlDrawer drawer) {
165 this.mirror = mirror;
213 + " x " + videoHeight + ". Rotation: " + rotationDegree + ". Mirror: " + mirror);
225 mirror, videoAspectRatio, (float) displayLayout.width() / displayLayout.height());
327 RendererCommon.ScalingType scalingType, boolean mirror) {
332 && mirror == this.mirror)
    [all...]
  /art/runtime/gc/space/
large_object_space.cc 51 mirror::Object* Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated,
54 mirror::Object* obj =
57 mirror::Object* object_without_rdz = reinterpret_cast<mirror::Object*>(
69 size_t AllocationSize(mirror::Object* obj, size_t* usable_size) OVERRIDE {
73 bool IsZygoteLargeObject(Thread* self, mirror::Object* obj) const OVERRIDE {
77 size_t Free(Thread* self, mirror::Object* obj) OVERRIDE {
78 mirror::Object* object_with_rdz = ObjectWithRedzone(obj);
83 bool Contains(const mirror::Object* obj) const OVERRIDE {
88 static const mirror::Object* ObjectWithRedzone(const mirror::Object* obj)
    [all...]
  /art/runtime/gc/
heap.h 55 namespace mirror { namespace in namespace:art
58 } // namespace mirror
200 mirror::Object* AllocObject(Thread* self,
201 ObjPtr<mirror::Class> klass,
217 mirror::Object* AllocNonMovableObject(Thread* self,
218 ObjPtr<mirror::Class> klass,
234 ALWAYS_INLINE mirror::Object* AllocObjectWithAllocator(Thread* self,
235 ObjPtr<mirror::Class> klass,
260 void CheckPreconditionsForAllocObject(ObjPtr<mirror::Class> c, size_t byte_count)
281 void VerifyObjectBody(ObjPtr<mirror::Object> o) NO_THREAD_SAFETY_ANALYSIS
    [all...]
  /art/runtime/native/
java_lang_reflect_Parameter.cc 60 Handle<mirror::Class> klass(hs.NewHandle(soa.Decode<mirror::Class>(annotationType)));
  /art/test/117-nopatchoat/
nopatchoat.cc 21 #include "mirror/class-inl.h"
33 ObjPtr<mirror::Class> klass = soa.Decode<mirror::Class>(cls);
  /art/test/543-env-long-ref/
env_long_ref.cc 45 CHECK_EQ(reinterpret_cast<mirror::Object*>(value),
46 soa_.Decode<mirror::Object>(expected_value_).Ptr());
  /art/tools/cpp-define-generator/
constant_class.def 18 #include "mirror/class.h" // kStatusInitialized
26 DEFINE_FLAG_OFFSET(MIRROR_CLASS, STATUS_INITIALIZED, art::mirror::Class::kStatusInitialized)
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/
PrimitiveName.java 42 static PrimitiveName forTypeMirror(PrimitiveType mirror) {
43 switch (mirror.getKind()) {
  /external/kmod/
README.md 6 This is a ***mirror only***. Please see [README](../master/README) file for more information.
  /external/skia/include/utils/
SkInterpolator.h 42 @param mirror If true, the odd repeats interpolate from the last key
45 void setMirror(bool mirror) {
46 fFlags = SkToU8((fFlags & ~kMirror) | (int)mirror);

Completed in 879 milliseconds

<<11121314151617181920>>