Lines Matching refs:ObjPtr

99                           ObjPtr<mirror::Object> thiz,  in SendMethodExitEvents()
132 ObjPtr<mirror::Object> thiz,
141 ObjPtr<mirror::Object> thiz,
266 ObjPtr<mirror::Class> declaringClass = method->GetDeclaringClass(); in ArtInterpreterToCompiledCodeBridge()
307 ObjPtr<mirror::Object> existing = shadow_frame->GetVRegReference(this_obj_vreg); in SetStringInitValueToAllAliases()
353 ObjPtr<mirror::MethodHandle>::DownCast(shadow_frame.GetVRegReference(vRegC)))); in DoMethodHandleInvokeCommon()
487 ObjPtr<mirror::Object> receiver(shadow_frame.GetVRegReference(vRegC)); in DoVarHandleInvokeCommon()
488 Handle<mirror::VarHandle> var_handle(hs.NewHandle(ObjPtr<mirror::VarHandle>::DownCast(receiver))); in DoVarHandleInvokeCommon()
597 static ObjPtr<mirror::Class> GetClassForBootstrapArgument(EncodedArrayValueIterator::ValueType type) in GetClassForBootstrapArgument()
600 ObjPtr<mirror::ObjectArray<mirror::Class>> class_roots = class_linker->GetClassRoots(); in GetClassForBootstrapArgument()
658 ObjPtr<mirror::MethodType> o = in GetArgumentForBootstrapMethod()
670 ObjPtr<mirror::MethodHandle> o = cl->ResolveMethodHandle(self, index, referrer); in GetArgumentForBootstrapMethod()
681 ObjPtr<mirror::String> o = cl->ResolveString(index, referrer); in GetArgumentForBootstrapMethod()
692 ObjPtr<mirror::Class> o = cl->ResolveType(index, referrer); in GetArgumentForBootstrapMethod()
762 ObjPtr<mirror::Class> array_type, in PackCollectorArrayForBootstrapMethod()
812 ObjPtr<mirror::Object> o = decoded_value.GetL(); \ in PackCollectorArrayForBootstrapMethod()
814 array->Set<true>(i, ObjPtr<T>::DownCast(o)); \ in PackCollectorArrayForBootstrapMethod()
816 array->Set<false>(i, ObjPtr<T>::DownCast(o)); \ in PackCollectorArrayForBootstrapMethod()
822 ObjPtr<mirror::ObjectArray<mirror::Class>> class_roots = class_linker->GetClassRoots(); in PackCollectorArrayForBootstrapMethod()
823 ObjPtr<mirror::Class> component_type = array_type->GetComponentType(); in PackCollectorArrayForBootstrapMethod()
847 static ObjPtr<mirror::MethodType> BuildCallSiteForBootstrapMethod(Thread* self, in BuildCallSiteForBootstrapMethod()
858 ObjPtr<mirror::Class> class_array_type = in BuildCallSiteForBootstrapMethod()
878 ObjPtr<mirror::Class> ptype = GetClassForBootstrapArgument(it.GetValueType()); in BuildCallSiteForBootstrapMethod()
894 static ObjPtr<mirror::CallSite> InvokeBootstrapMethod(Thread* self, in InvokeBootstrapMethod()
1005 ObjPtr<mirror::Class> from = call_site_type->GetPTypes()->Get(i); in InvokeBootstrapMethod()
1006 ObjPtr<mirror::Class> to = bsm->GetMethodType()->GetPTypes()->Get(i); in InvokeBootstrapMethod()
1030 ObjPtr<mirror::MethodHandlesLookup> lookup = in InvokeBootstrapMethod()
1044 ObjPtr<mirror::Class> array_type = call_site_type->GetPTypes()->Get(argument_index); in InvokeBootstrapMethod()
1085 ObjPtr<mirror::Class> call_site_class = GetClassRoot<mirror::CallSite>(class_linker); in InvokeBootstrapMethod()
1092 ObjPtr<mirror::CallSite> call_site = ObjPtr<mirror::CallSite>::DownCast(result.GetL()); in InvokeBootstrapMethod()
1093 ObjPtr<mirror::MethodHandle> target = call_site->GetTarget(); in InvokeBootstrapMethod()
1103 ObjPtr<mirror::CallSite> DoResolveCallSite(Thread* self, in DoResolveCallSite()
1111 ObjPtr<mirror::CallSite> call_site = dex_cache->GetResolvedCallSite(call_site_idx); in DoResolveCallSite()
1148 ObjPtr<mirror::CallSite> call_site = DoResolveCallSite(self, shadow_frame, call_site_idx); in DoInvokeCustom()
1173 ObjPtr<mirror::Object> o = shadow_frame.GetVRegReference<kVerifyNone>(src_reg); in AssignRegister()
1343 ObjPtr<mirror::Object> o = shadow_frame.GetVRegReference(src_reg); in DoCallCommon()
1346 ObjPtr<mirror::Class> arg_type = method->GetDexCache()->GetResolvedType(type_idx); in DoCallCommon()
1458 ObjPtr<mirror::Class> array_class = ResolveVerifyAndClinit(dex::TypeIndex(type_idx), in DoFilledNewArray()
1468 ObjPtr<mirror::Class> component_class = array_class->GetComponentType(); in DoFilledNewArray()
1481 ObjPtr<mirror::Object> new_array = mirror::Array::Alloc( in DoFilledNewArray()
1515 static void RecordArrayElementsInTransactionImpl(ObjPtr<mirror::PrimitiveArray<T>> array, in RecordArrayElementsInTransactionImpl()
1524 void RecordArrayElementsInTransaction(ObjPtr<mirror::Array> array, int32_t count) in RecordArrayElementsInTransaction()