Home
last modified time | relevance | path

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

/art/runtime/
Ddex_instruction.h285 return VRegA_10t(Fetch16(0)); in VRegA_10t()
288 return VRegA_10x(Fetch16(0)); in VRegA_10x()
291 return VRegA_11n(Fetch16(0)); in VRegA_11n()
294 return VRegA_11x(Fetch16(0)); in VRegA_11x()
297 return VRegA_12x(Fetch16(0)); in VRegA_12x()
301 return VRegA_21c(Fetch16(0)); in VRegA_21c()
304 return VRegA_21h(Fetch16(0)); in VRegA_21h()
307 return VRegA_21s(Fetch16(0)); in VRegA_21s()
310 return VRegA_21t(Fetch16(0)); in VRegA_21t()
313 return VRegA_22b(Fetch16(0)); in VRegA_22b()
[all …]
Ddex_instruction-inl.h120 return static_cast<int16_t>(Fetch16(1)); in VRegA_20t()
195 return Fetch16(1); in VRegA_32x()
302 return Fetch16(1); in VRegB_21c()
307 return Fetch16(1); in VRegB_21h()
312 return static_cast<int16_t>(Fetch16(1)); in VRegB_21s()
317 return static_cast<int16_t>(Fetch16(1)); in VRegB_21t()
322 return static_cast<uint8_t>(Fetch16(1) & 0xff); in VRegB_22b()
342 return Fetch16(1); in VRegB_22x()
347 return static_cast<uint8_t>(Fetch16(1) & 0xff); in VRegB_23x()
367 return Fetch16(2); in VRegB_32x()
[all …]
/art/runtime/interpreter/mterp/
Dmterp.cc508 uint16_t inst_data = inst->Fetch16(0); in MterpCheckBefore()
528 uint16_t inst_data = inst->Fetch16(0); in MterpLogDivideByZeroException()
536 uint16_t inst_data = inst->Fetch16(0); in MterpLogArrayIndexException()
544 uint16_t inst_data = inst->Fetch16(0); in MterpLogNegativeArraySizeException()
552 uint16_t inst_data = inst->Fetch16(0); in MterpLogNoSuchMethodException()
560 uint16_t inst_data = inst->Fetch16(0); in MterpLogExceptionThrownException()
568 uint16_t inst_data = inst->Fetch16(0); in MterpLogNullObjectException()
576 uint16_t inst_data = inst->Fetch16(0); in MterpLogFallback()
585 uint16_t inst_data = inst->Fetch16(0); in MterpLogOSR()
593 uint16_t inst_data = inst->Fetch16(0); in MterpLogSuspendFallback()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc176 inst_data = inst->Fetch16(0); in ExecuteSwitchImpl()