Home
last modified time | relevance | path

Searched refs:Object (Results 201 – 225 of 1239) sorted by relevance

12345678910>>...50

/art/runtime/gc/space/
Drosalloc_space.h56 mirror::Object* AllocWithGrowth(Thread* self, size_t num_bytes, size_t* bytes_allocated,
59 mirror::Object* Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated, in Alloc()
64 mirror::Object* AllocThreadUnsafe(Thread* self, size_t num_bytes, size_t* bytes_allocated, in AllocThreadUnsafe()
70 size_t AllocationSize(mirror::Object* obj, size_t* usable_size) override { in AllocationSize()
73 size_t Free(Thread* self, mirror::Object* ptr) override
75 size_t FreeList(Thread* self, size_t num_ptrs, mirror::Object** ptrs) override
78 mirror::Object* AllocNonvirtual(Thread* self, size_t num_bytes, size_t* bytes_allocated, in AllocNonvirtual()
84 mirror::Object* AllocNonvirtualThreadUnsafe(Thread* self, size_t num_bytes, in AllocNonvirtualThreadUnsafe()
97 ALWAYS_INLINE mirror::Object* AllocThreadLocal(Thread* self, size_t num_bytes,
106 size_t AllocationSizeNonvirtual(mirror::Object* obj, size_t* usable_size)
[all …]
/art/test/981-dedup-original-dex/src-art/art/
DTest981.java145 private static void assertSame(Object a, Object b) throws Exception { in assertSame()
152 private static Object getObjectField(Object o, String name) throws Exception { in getObjectField()
156 private static Object getObjectField(Object o, Class<?> type, String name) throws Exception { in getObjectField()
162 private static Object getOriginalDexFile(Class<?> k) throws Exception { in getOriginalDexFile()
/art/test/626-const-class-linking/src/
DMain.java124 final Object[] results = new Object[threads.length]; in testRacyLoader()
158 final Object[] results = new Object[threads.length]; in testRacyLoader2()
195 final Object[] results = new Object[threads.length]; in testRacyMisbehavingLoader()
230 final Object[] results = new Object[threads.length]; in testRacyMisbehavingLoader2()
261 private static void dumpResultStats(Object[] results, int expected_unique) throws Exception { in dumpResultStats()
266 Object r = results[i]; in dumpResultStats()
272 Object ref = getSecond(r); in dumpResultStats()
276 Object rj = results[j]; in dumpResultStats()
292 Object r = results[i]; in dumpResultStats()
315 Object pair = get.invoke(null); in wrapHelperGet()
[all …]
/art/runtime/
Dhandle_scope-inl.h34 ObjPtr<mirror::Object> fill_value) in FixedSizeHandleScope()
48 ObjPtr<mirror::Object> fill_value) in StackHandleScope()
66 size_t data_size = sizeof(StackReference<mirror::Object>) * num_references; in SizeOf()
73 size_t data_size = sizeof(StackReference<mirror::Object>) * num_references; in SizeOf()
77 inline ObjPtr<mirror::Object> HandleScope::GetReference(size_t i) const { in GetReference()
85 inline Handle<mirror::Object> HandleScope::GetHandle(size_t i) { in GetHandle()
87 return Handle<mirror::Object>(&GetReferences()[i]); in GetHandle()
90 inline MutableHandle<mirror::Object> HandleScope::GetMutableHandle(size_t i) { in GetMutableHandle()
92 return MutableHandle<mirror::Object>(&GetReferences()[i]); in GetMutableHandle()
95 inline void HandleScope::SetReference(size_t i, ObjPtr<mirror::Object> object) { in SetReference()
[all …]
Dcommon_dex_operations.h95 ObjPtr<mirror::Object> obj, in DoFieldGetCommon()
107 HandleWrapperObjPtr<mirror::Object> h(hs.NewHandleWrapper(&obj)); in DoFieldGetCommon()
109 ObjPtr<mirror::Object> this_object; in DoFieldGetCommon()
155 ObjPtr<mirror::Object> obj, in DoFieldPutCommon()
168 HandleWrapperObjPtr<mirror::Object> h(hs.NewHandleWrapper(&obj)); in DoFieldPutCommon()
170 ObjPtr<mirror::Object> this_object = field->IsStatic() ? nullptr : obj; in DoFieldPutCommon()
171 mirror::Object* fake_root = nullptr; in DoFieldPutCommon()
172 HandleWrapper<mirror::Object> ret(hs.NewHandleWrapper<mirror::Object>( in DoFieldPutCommon()
212 ObjPtr<mirror::Object> reg = value.GetL(); in DoFieldPutCommon()
220 HandleWrapperObjPtr<mirror::Object> h_reg(hs.NewHandleWrapper(&reg)); in DoFieldPutCommon()
[all …]
/art/test/044-proxy/src/
DBasicTest.java33 Object proxy = createProxy(proxyMe); in main()
57 int unusedHashCode = ((Object)trace).hashCode(); in main()
58 boolean unusedEquals = ((Object)trace).equals(trace); in main()
59 String unusedString = ((Object)trace).toString(); in main()
93 static Object createProxy(Object proxyMe) { in createProxy()
103 Object proxy = null; in createProxy()
226 Object mObj;
228 public MyInvocationHandler(Object obj) { in MyInvocationHandler()
235 public Object invoke(Object proxy, Method method, Object[] args) in invoke()
240 Object result = null; in invoke()
[all …]
DFloatSelect.java29 public Object invoke(Object proxy, Method method, Object[] args) throws Throwable { in invoke()
/art/test/800-smali/smali/
DConstClassAliasing.smali3 .super Ljava/lang/Object;
7 const-class v0, Ljava/lang/Object;
8 const-class v1, Ljava/lang/Object;
/art/test/1950-unprepared-transform/
Djvm-expected.patch3 < Object out is: NON Transformed Object
6 > Object out is: Transformed object!
/art/runtime/gc/accounting/
Dheap_bitmap-inl.h38 inline bool HeapBitmap::Test(const mirror::Object* obj) { in Test()
52 inline void HeapBitmap::Clear(const mirror::Object* obj) { in Clear()
67 inline bool HeapBitmap::Set(const mirror::Object* obj, const LargeObjectSetVisitor& visitor) { in Set()
83 inline bool HeapBitmap::AtomicTestAndSet(const mirror::Object* obj, in AtomicTestAndSet()
99 inline ContinuousSpaceBitmap* HeapBitmap::GetContinuousSpaceBitmap(const mirror::Object* obj) const… in GetContinuousSpaceBitmap()
108 inline LargeObjectBitmap* HeapBitmap::GetLargeObjectBitmap(const mirror::Object* obj) const { in GetLargeObjectBitmap()
/art/test/954-invoke-polymorphic-verifier/smali/
DMethodHandleNotInvoke.smali19 .super Ljava/lang/Object;
23 invoke-direct {p0}, Ljava/lang/Object;-><init>()V
29 …nvoke/MethodHandle;->notInvoke([Ljava/lang/Object;)Ljava/lang/Object;, ([Ljava/lang/Object;)Ljava/…
DVarHandleUnknownAccessor.smali19 .super Ljava/lang/Object;
23 invoke-direct {p0}, Ljava/lang/Object;-><init>()V
29 …ke/VarHandle;->unknownAccessor([Ljava/lang/Object;)Ljava/lang/Object;, ([Ljava/lang/Object;)Ljava/…
/art/test/dexdump/
Dinvoke-polymorphic.txt46 Superclass : 'Ljava/lang/Object;'
61 0001bc: 7010 0200 0000 |0000: invoke-direct {v0}, Ljava/lang/Object;.<init>…
85 …g/invoke/MethodHandle;.invoke:([Ljava/lang/Object;)Ljava/lang/Object;, (Ljava/lang/String;DILjava/…
87 …, v4}, Ljava/lang/invoke/MethodHandle;.invokeExact:([Ljava/lang/Object;)Ljava/lang/Object;, (DI)I …
90 …2, v3, v4}, Ljava/lang/invoke/MethodHandle;.invoke:([Ljava/lang/Object;)Ljava/lang/Object;, (Ljava…
102 0x0008 - 0x001e reg=5 o Ljava/lang/Object;
/art/openjdkjvmti/
Dti_class_loader.cc72 art::Handle<art::mirror::Object> java_dex_file_obj( in AddToClassLoader()
88 void ClassLoaderHelper::UpdateJavaDexFile(art::ObjPtr<art::mirror::Object> java_dex_file, in UpdateJavaDexFile()
104 art::Handle<art::mirror::Object> java_dex_file_obj) { in GetDexFileCookie()
137 art::ObjPtr<art::mirror::ObjectArray<art::mirror::Object>> ClassLoaderHelper::GetDexElementList( in GetDexElementList()
163 art::Handle<art::mirror::Object> path_list( in GetDexElementList()
166 art::ObjPtr<art::mirror::ObjectArray<art::mirror::Object>> dex_elements_list = in GetDexElementList()
167 dex_path_list_element_field->GetObject(path_list.Get())->AsObjectArray<art::mirror::Object>(); in GetDexElementList()
172 art::ObjPtr<art::mirror::Object> ClassLoaderHelper::FindSourceDexFileObject( in FindSourceDexFileObject()
174 art::ObjPtr<art::mirror::Object> res = nullptr; in FindSourceDexFileObject()
177 [&] (art::ObjPtr<art::mirror::Object> dex_file) { in FindSourceDexFileObject()
/art/test/1966-get-set-local-objects-no-table/src/art/
DLocals.java56 public boolean equals(Object other) { in equals()
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject()
102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
120 public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val); in SetLocalVariableObject()
/art/test/1967-get-set-local-bad-slot/src/art/
DLocals.java56 public boolean equals(Object other) { in equals()
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject()
102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
120 public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val); in SetLocalVariableObject()
/art/test/1923-frame-pop/src/art/
DLocals.java56 public boolean equals(Object other) { in equals()
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject()
102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
120 public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val); in SetLocalVariableObject()
/art/test/1916-get-set-current-frame/src/art/
DLocals.java56 public boolean equals(Object other) { in equals()
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject()
102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
120 public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val); in SetLocalVariableObject()
/art/test/1939-proxy-frames/src/art/
DLocals.java56 public boolean equals(Object other) { in equals()
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject()
102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
120 public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val); in SetLocalVariableObject()
/art/test/1915-get-set-local-current-thread/src/art/
DLocals.java56 public boolean equals(Object other) { in equals()
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject()
102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
120 public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val); in SetLocalVariableObject()
/art/test/407-arrays/src/
DMain.java22 new int[1], new Object[1], new long[1], new float[1], new double[1], 0); in main()
24 new int[2], new Object[2], new long[2], new float[2], new double[2], 1); in main()
33 int[] ints, Object[] objects, long[] longs, float[] floats, in $opt$testReads()
64 int[] ints, Object[] objects, long[] longs, float[] floats, in $opt$testWrites()
100 Object o1 = new Object(); in $opt$testWrites()
103 Object o2 = new Object(); in $opt$testWrites()
/art/test/1925-self-frame-pop/src/art/
DLocals.java56 public boolean equals(Object other) { in equals()
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject()
102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
120 public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val); in SetLocalVariableObject()
/art/test/jvmti-common/
DLocals.java56 public boolean equals(Object other) { in equals()
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject()
102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
120 public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val); in SetLocalVariableObject()
/art/test/1913-get-set-local-objects/src/art/
DLocals.java56 public boolean equals(Object other) { in equals()
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject()
102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
120 public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val); in SetLocalVariableObject()
/art/test/1926-missed-frame-pop/src/art/
DLocals.java56 public boolean equals(Object other) { in equals()
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject()
102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
120 public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val); in SetLocalVariableObject()

12345678910>>...50