Home | History | Annotate | Download | only in interpreter

Lines Matching full:transaction_active

99 template<bool do_access_check, bool transaction_active>
505 if (transaction_active && obj->GetClass()->IsFinalizable()) {
533 DoFilledNewArray<false, do_access_check, transaction_active>(inst, shadow_frame, self,
541 DoFilledNewArray<true, do_access_check, transaction_active>(inst, shadow_frame,
557 if (transaction_active) {
1065 array->SetWithoutChecks<transaction_active>(index, val);
1084 array->SetWithoutChecks<transaction_active>(index, val);
1103 array->SetWithoutChecks<transaction_active>(index, val);
1122 array->SetWithoutChecks<transaction_active>(index, val);
1142 array->SetWithoutChecks<transaction_active>(index, val);
1162 array->SetWithoutChecks<transaction_active>(index, val);
1181 array->SetWithoutChecks<transaction_active>(index, val);
1331 transaction_active>(self, shadow_frame, inst, inst_data);
1338 transaction_active>(self, shadow_frame, inst, inst_data);
1345 transaction_active>(self, shadow_frame, inst, inst_data);
1352 transaction_active>(self, shadow_frame, inst, inst_data);
1359 transaction_active>(self, shadow_frame, inst, inst_data);
1366 transaction_active>(self, shadow_frame, inst, inst_data);
1373 transaction_active>(self, shadow_frame, inst, inst_data);
1379 bool success = DoIPutQuick<Primitive::kPrimInt, transaction_active>(
1386 bool success = DoIPutQuick<Primitive::kPrimBoolean, transaction_active>(
1393 bool success = DoIPutQuick<Primitive::kPrimByte, transaction_active>(
1400 bool success = DoIPutQuick<Primitive::kPrimChar, transaction_active>(
1407 bool success = DoIPutQuick<Primitive::kPrimShort, transaction_active>(
1414 bool success = DoIPutQuick<Primitive::kPrimLong, transaction_active>(
1421 bool success = DoIPutQuick<Primitive::kPrimNot, transaction_active>(
1429 transaction_active>(self, shadow_frame, inst, inst_data);
1436 transaction_active>(self, shadow_frame, inst, inst_data);
1443 transaction_active>(self, shadow_frame, inst, inst_data);
1450 transaction_active>(self, shadow_frame, inst, inst_data);
1457 transaction_active>(self, shadow_frame, inst, inst_data);
1464 transaction_active>(self, shadow_frame, inst, inst_data);
1471 transaction_active>(self, shadow_frame, inst, inst_data);