HomeSort by relevance Sort by last modified time
    Searched refs:SetWithoutChecks (Results 1 - 17 of 17) sorted by null

  /art/runtime/mirror/
iftable-inl.h 31 SetWithoutChecks<false>(idx, interface);
object_array-inl.h 108 inline void ObjectArray<T>::SetWithoutChecks(int32_t i, ObjPtr<T> object) {
288 SetWithoutChecks<kTransactionActive>(dst_pos + i, nullptr);
293 SetWithoutChecks<kTransactionActive>(dst_pos + i, o);
296 SetWithoutChecks<kTransactionActive>(dst_pos + i, o);
313 SetWithoutChecks<kTransactionActive>(dst_pos + i, nullptr);
318 SetWithoutChecks<kTransactionActive>(dst_pos + i, o);
321 SetWithoutChecks<kTransactionActive>(dst_pos + i, o);
object_array.h 67 ALWAYS_INLINE void SetWithoutChecks(int32_t i, ObjPtr<T> object) NO_THREAD_SAFETY_ANALYSIS;
array-inl.h 255 SetWithoutChecks<kTransactionActive, kCheckTransaction>(i, value);
263 inline void PrimitiveArray<T>::SetWithoutChecks(int32_t i, T value) {
414 SetWithoutChecks<kTransactionActive>(idx, element);
418 ->SetWithoutChecks<kTransactionActive>(idx, static_cast<uint32_t>(element));
array.h 152 void SetWithoutChecks(int32_t i, T value) ALWAYS_INLINE NO_THREAD_SAFETY_ANALYSIS;
emulated_stack_frame.cc 262 references->SetWithoutChecks<false>(references->GetLength() - 1, value.GetL());
  /art/runtime/
transaction_test.cc 462 booleanArray->SetWithoutChecks<true>(0, true);
463 byteArray->SetWithoutChecks<true>(0, 1);
464 charArray->SetWithoutChecks<true>(0, 1u);
465 shortArray->SetWithoutChecks<true>(0, 1);
466 intArray->SetWithoutChecks<true>(0, 1);
467 longArray->SetWithoutChecks<true>(0, 1);
468 floatArray->SetWithoutChecks<true>(0, 1.0);
469 doubleArray->SetWithoutChecks<true>(0, 1.0);
470 objectArray->SetWithoutChecks<true>(0, h_obj.Get());
transaction.cc 595 array->AsBooleanArray()->SetWithoutChecks<false>(index, static_cast<uint8_t>(value));
598 array->AsByteArray()->SetWithoutChecks<false>(index, static_cast<int8_t>(value));
601 array->AsCharArray()->SetWithoutChecks<false>(index, static_cast<uint16_t>(value));
604 array->AsShortArray()->SetWithoutChecks<false>(index, static_cast<int16_t>(value));
607 array->AsIntArray()->SetWithoutChecks<false>(index, static_cast<int32_t>(value));
610 array->AsFloatArray()->SetWithoutChecks<false>(index, static_cast<float>(value));
613 array->AsLongArray()->SetWithoutChecks<false>(index, static_cast<int64_t>(value));
616 array->AsDoubleArray()->SetWithoutChecks<false>(index, static_cast<double>(value));
dex_file_annotations.cc 360 h_element_array->SetWithoutChecks<false>(i, new_member);
594 SetWithoutChecks<kTransactionActive>(i, obj);
598 new_array->AsByteArray()->SetWithoutChecks<kTransactionActive>(
602 new_array->AsShortArray()->SetWithoutChecks<kTransactionActive>(
606 new_array->AsCharArray()->SetWithoutChecks<kTransactionActive>(
610 new_array->AsIntArray()->SetWithoutChecks<kTransactionActive>(
614 new_array->AsLongArray()->SetWithoutChecks<kTransactionActive>(
618 new_array->AsFloatArray()->SetWithoutChecks<kTransactionActive>(
622 new_array->AsDoubleArray()->SetWithoutChecks<kTransactionActive>(
626 new_array->AsBooleanArray()->SetWithoutChecks<kTransactionActive>
    [all...]
jni_internal.cc     [all...]
  /art/runtime/openjdkjvmti/
ti_class_loader.cc 129 new_cookie->SetWithoutChecks<false>(0, cookie->GetWithoutChecks(0));
131 new_cookie->SetWithoutChecks<false>(
  /art/runtime/native/
java_lang_Class.cc 145 // Check that we aren't in an active transaction, we call SetWithoutChecks
154 ifaces->SetWithoutChecks<false>(i, interface.Get());
198 object_array->SetWithoutChecks<false>(array_idx++, reflect_field);
212 object_array->SetWithoutChecks<false>(array_idx++, reflect_field);
438 h_constructors->SetWithoutChecks<false>(constructor_count++, constructor);
491 ret->SetWithoutChecks<false>(num_methods++, method);
    [all...]
java_lang_reflect_Executable.cc 310 ptypes->SetWithoutChecks<false>(i, param.Get());
  /art/runtime/interpreter/
interpreter_switch_impl.cc     [all...]
interpreter_common.cc     [all...]
unstarted_runtime.cc     [all...]
  /art/runtime/interpreter/mterp/
mterp.cc 449 array->SetWithoutChecks<false>(index, val);
    [all...]

Completed in 621 milliseconds