Home
last modified time | relevance | path

Searched refs:_transaction_active (Results 1 – 1 of 1) sorted by relevance

/art/runtime/interpreter/
Dinterpreter_common.cc162 #define EXPLICIT_DO_FIELD_GET_TEMPLATE_DECL(_find_type, _field_type, _do_check, _transaction_active argument
163 template bool DoFieldGet<_find_type, _field_type, _do_check, _transaction_active>(Thread* self, \
349 #define EXPLICIT_DO_FIELD_PUT_TEMPLATE_DECL(_find_type, _field_type, _do_check, _transaction_active argument
350 template bool DoFieldPut<_find_type, _field_type, _do_check, _transaction_active>(Thread* self, \
454 #define EXPLICIT_DO_IPUT_QUICK_TEMPLATE_DECL(_field_type, _transaction_active) \ argument
455 template bool DoIPutQuick<_field_type, _transaction_active>(const ShadowFrame& shadow_frame, \
1907 #define EXPLICIT_DO_FILLED_NEW_ARRAY_TEMPLATE_DECL(_is_range_, _check, _transaction_active) \ argument
1909 bool DoFilledNewArray<_is_range_, _check, _transaction_active>(const Instruction* inst, \
1912 #define EXPLICIT_DO_FILLED_NEW_ARRAY_ALL_TEMPLATE_DECL(_transaction_active) \ argument
1913 EXPLICIT_DO_FILLED_NEW_ARRAY_TEMPLATE_DECL(false, false, _transaction_active); \
[all …]