HomeSort by relevance Sort by last modified time
    Searched full:transaction_active (Results 1 - 5 of 5) sorted by null

  /art/runtime/interpreter/
interpreter_common.cc 204 bool transaction_active>
240 f->SetBoolean<transaction_active>(obj, shadow_frame.GetVReg(vregA));
243 f->SetByte<transaction_active>(obj, shadow_frame.GetVReg(vregA));
246 f->SetChar<transaction_active>(obj, shadow_frame.GetVReg(vregA));
249 f->SetShort<transaction_active>(obj, shadow_frame.GetVReg(vregA));
252 f->SetInt<transaction_active>(obj, shadow_frame.GetVReg(vregA));
255 f->SetLong<transaction_active>(obj, shadow_frame.GetVRegLong(vregA));
283 f->SetObj<transaction_active>(obj, reg);
324 template<Primitive::Type field_type, bool transaction_active>
350 obj->SetField32<transaction_active>(field_offset, shadow_frame.GetVReg(vregA))
    [all...]
interpreter_goto_table_impl.cc 112 template<bool do_access_check, bool transaction_active>
543 if (transaction_active && obj->GetClass()->IsFinalizable()) {
570 DoFilledNewArray<false, do_access_check, transaction_active>(inst, shadow_frame,
578 DoFilledNewArray<true, do_access_check, transaction_active>(inst, shadow_frame,
602 if (transaction_active) {
    [all...]
interpreter_switch_impl.cc 60 template<bool do_access_check, bool transaction_active>
456 if (transaction_active && obj->GetClass()->IsFinalizable()) {
484 DoFilledNewArray<false, do_access_check, transaction_active>(inst, shadow_frame, self,
492 DoFilledNewArray<true, do_access_check, transaction_active>(inst, shadow_frame,
518 if (transaction_active) {
    [all...]
interpreter_common.h 69 template<bool do_access_check, bool transaction_active>
74 template<bool do_access_check, bool transaction_active>
174 bool transaction_active>
180 template<Primitive::Type field_type, bool transaction_active>
277 template <bool is_range, bool do_access_check, bool transaction_active>
interpreter.cc 324 template<bool do_access_check, bool transaction_active>
361 bool transaction_active = Runtime::Current()->IsActiveTransaction(); local
365 if (transaction_active) {
372 if (transaction_active) {
381 if (transaction_active) {
388 if (transaction_active) {

Completed in 614 milliseconds