Lines Matching refs:transaction_active

53 template<bool do_access_check, bool transaction_active, Instruction::Format kFormat>
346 if (transaction_active && !CheckWriteConstraint(self, array)) { in HandleAPut()
349 array->template SetWithoutChecks<transaction_active>(index, value); in HandleAPut()
356 return DoFieldGet<find_type, field_type, do_access_check, transaction_active>( in HandleGet()
367 return DoFieldPut<find_type, field_type, do_access_check, transaction_active>( in HandlePut()
373 return DoIPutQuick<field_type, transaction_active>( in HandlePutQuick()
737 if (transaction_active && c->IsFinalizable()) { in NEW_INSTANCE()
776 return DoFilledNewArray<false, do_access_check, transaction_active>( in FILLED_NEW_ARRAY()
781 return DoFilledNewArray<true, do_access_check, transaction_active>( in FILLED_NEW_ARRAY_RANGE()
793 if (transaction_active) { in FILL_ARRAY_DATA()
980 if (transaction_active && in APUT_OBJECT()
984 array->SetWithoutChecks<transaction_active>(index, val); in APUT_OBJECT()
1919 template<bool do_access_check, bool transaction_active> \
1930 InstructionHandler<do_access_check, transaction_active, Instruction::FORMAT> handler( \
1937 template<bool do_access_check, bool transaction_active> in DEX_INSTRUCTION_LIST()
1961 if (InstructionHandler<do_access_check, transaction_active, Instruction::kInvalidFormat>( in DEX_INSTRUCTION_LIST()
1969 success = OP_##OPCODE_NAME<do_access_check, transaction_active>( \ in DEX_INSTRUCTION_LIST()
1991 if (!InstructionHandler<do_access_check, transaction_active, Instruction::kInvalidFormat>( in DEX_INSTRUCTION_LIST()