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 233 bool transaction_active>
269 f->SetBoolean<transaction_active>(obj, shadow_frame.GetVReg(vregA));
272 f->SetByte<transaction_active>(obj, shadow_frame.GetVReg(vregA));
275 f->SetChar<transaction_active>(obj, shadow_frame.GetVReg(vregA));
278 f->SetShort<transaction_active>(obj, shadow_frame.GetVReg(vregA));
281 f->SetInt<transaction_active>(obj, shadow_frame.GetVReg(vregA));
284 f->SetLong<transaction_active>(obj, shadow_frame.GetVRegLong(vregA));
309 f->SetObj<transaction_active>(obj, reg);
351 template<Primitive::Type field_type, bool transaction_active>
377 obj->SetFieldBoolean<transaction_active>(field_offset, shadow_frame.GetVReg(vregA))
    [all...]
interpreter_goto_table_impl.cc 156 template<bool do_access_check, bool transaction_active>
562 if (transaction_active && obj->GetClass()->IsFinalizable()) {
589 DoFilledNewArray<false, do_access_check, transaction_active>(inst, shadow_frame,
597 DoFilledNewArray<true, do_access_check, transaction_active>(inst, shadow_frame,
609 if (transaction_active && success) {
    [all...]
interpreter_switch_impl.cc 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) {
    [all...]
interpreter.cc 247 template<bool do_access_check, bool transaction_active>
313 bool transaction_active = Runtime::Current()->IsActiveTransaction(); local
317 if (transaction_active) {
346 if (transaction_active) {
355 if (transaction_active) {
365 if (transaction_active) {
373 if (transaction_active) {
382 if (transaction_active) {
interpreter_common.h 73 template<bool do_access_check, bool transaction_active>
78 template<bool do_access_check, bool transaction_active>
726 bool transaction_active>
732 template<Primitive::Type field_type, bool transaction_active>
    [all...]

Completed in 173 milliseconds