Lines Matching refs:Get

113           self, h_thiz.Get(), method, dex_pc, instrumentation::OptionalFrame{ frame }, result);  in SendMethodExitEvents()
161 self->IsExceptionThrownByCurrentMethod(exception.Get())) { in MoveToExceptionHandler()
163 instrumentation->ExceptionThrownEvent(self, exception.Get()); in MoveToExceptionHandler()
196 instrumentation->ExceptionHandledEvent(self, exception.Get()); in MoveToExceptionHandler()
201 self->SetException(exception.Get()); in MoveToExceptionHandler()
528 DO_VAR_HANDLE_ACCESSOR(Get) in DO_VAR_HANDLE_ACCESSOR()
787 array->Set(i, decoded_value.Get ## Descriptor()); \ in PackCollectorArrayForBootstrapMethod()
789 setter->SetReference(array.Get()); \ in PackCollectorArrayForBootstrapMethod()
819 setter->SetReference(array.Get()); \ in PackCollectorArrayForBootstrapMethod()
959 hs.NewHandle(bsm->GetMethodType()->GetPTypes()->Get(number_of_bsm_parameters - 1)); in InvokeBootstrapMethod()
968 ThrowWrongMethodTypeException(bsm->GetMethodType(), call_site_type.Get()); in InvokeBootstrapMethod()
973 if (call_site_type->GetPTypes()->Get(i) != collector_array_class->GetComponentType()) { in InvokeBootstrapMethod()
975 call_site_type->GetPTypes()->Get(i)); in InvokeBootstrapMethod()
984 call_site_type.Get(), in InvokeBootstrapMethod()
985 collector_array_class.Get(), in InvokeBootstrapMethod()
996 ThrowWrongMethodTypeException(bsm->GetMethodType(), call_site_type.Get()); 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()
1043 call_site_type->GetPTypes()->Get(argument_index)->IsArrayClass()) { in InvokeBootstrapMethod()
1044 ObjPtr<mirror::Class> array_type = call_site_type->GetPTypes()->Get(argument_index); in InvokeBootstrapMethod()