Searched refs:inst_ (Results 1 – 1 of 1) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 329 SetNextInstruction(inst_->RelativeAt(displacement)); in HandlePendingException() 337 DCHECK(inst_->IsInvoke()); in PossiblyHandlePendingExceptionOnInvoke() 347 SetNextInstruction(inst_); in PossiblyHandlePendingExceptionOnInvoke() 364 uint8_t opcode = inst_->Opcode(inst_data_); in Preamble() 427 SetNextInstruction(inst_->RelativeAt(offset)); in HandleBranch() 526 Self(), shadow_frame_, inst_, inst_data_, Instrumentation()); in HandleGet() 532 Self(), shadow_frame_, inst_, inst_data_, Instrumentation()); in HandlePut() 538 Self(), shadow_frame_, inst_, inst_data_, ResultRegister()); in HandleInvoke() 543 UnexpectedOpcode(inst_, shadow_frame_); in HandleUnused() 718 SetVRegLong(A(), inst_->WideVRegB()); in CONST_WIDE() [all …]
|