Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_instruction.h296 return VRegA_10t(Fetch16(0)); in VRegA_10t()
299 return VRegA_10x(Fetch16(0)); in VRegA_10x()
302 return VRegA_11n(Fetch16(0)); in VRegA_11n()
305 return VRegA_11x(Fetch16(0)); in VRegA_11x()
308 return VRegA_12x(Fetch16(0)); in VRegA_12x()
312 return VRegA_21c(Fetch16(0)); in VRegA_21c()
315 return VRegA_21h(Fetch16(0)); in VRegA_21h()
318 return VRegA_21s(Fetch16(0)); in VRegA_21s()
321 return VRegA_21t(Fetch16(0)); in VRegA_21t()
324 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.cc558 uint16_t inst_data = inst->Fetch16(0); in MterpCheckBefore()
581 uint16_t inst_data = inst->Fetch16(0); in MterpLogDivideByZeroException()
589 uint16_t inst_data = inst->Fetch16(0); in MterpLogArrayIndexException()
597 uint16_t inst_data = inst->Fetch16(0); in MterpLogNegativeArraySizeException()
605 uint16_t inst_data = inst->Fetch16(0); in MterpLogNoSuchMethodException()
613 uint16_t inst_data = inst->Fetch16(0); in MterpLogExceptionThrownException()
621 uint16_t inst_data = inst->Fetch16(0); in MterpLogNullObjectException()
629 uint16_t inst_data = inst->Fetch16(0); in MterpLogFallback()
638 uint16_t inst_data = inst->Fetch16(0); in MterpLogOSR()
646 uint16_t inst_data = inst->Fetch16(0); in MterpLogSuspendFallback()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h2650 inst_data = inst->Fetch16(0); in ExecuteSwitchImplCpp()