Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_instruction.h301 return VRegA_10t(Fetch16(0)); in VRegA_10t()
304 return VRegA_10x(Fetch16(0)); in VRegA_10x()
307 return VRegA_11n(Fetch16(0)); in VRegA_11n()
310 return VRegA_11x(Fetch16(0)); in VRegA_11x()
313 return VRegA_12x(Fetch16(0)); in VRegA_12x()
317 return VRegA_21c(Fetch16(0)); in VRegA_21c()
320 return VRegA_21h(Fetch16(0)); in VRegA_21h()
323 return VRegA_21s(Fetch16(0)); in VRegA_21s()
326 return VRegA_21t(Fetch16(0)); in VRegA_21t()
329 return VRegA_22b(Fetch16(0)); in VRegA_22b()
[all …]
Ddex_instruction-inl.h92 return VRegA(FormatOf(Opcode()), Fetch16(0)); in VRegA()
157 return static_cast<int16_t>(Fetch16(1)); in VRegA_20t()
232 return Fetch16(1); in VRegA_32x()
295 return VRegB(FormatOf(Opcode()), Fetch16(0)); in VRegB()
344 return Fetch16(1); in VRegB_21c()
349 return Fetch16(1); in VRegB_21h()
354 return static_cast<int16_t>(Fetch16(1)); in VRegB_21s()
359 return static_cast<int16_t>(Fetch16(1)); in VRegB_21t()
364 return static_cast<uint8_t>(Fetch16(1) & 0xff); in VRegB_22b()
384 return Fetch16(1); in VRegB_22x()
[all …]
/art/runtime/interpreter/mterp/
Dmterp.cc501 uint16_t inst_data = inst->Fetch16(0); in MterpCheckBefore()
524 uint16_t inst_data = inst->Fetch16(0); in MterpLogDivideByZeroException()
532 uint16_t inst_data = inst->Fetch16(0); in MterpLogArrayIndexException()
540 uint16_t inst_data = inst->Fetch16(0); in MterpLogNegativeArraySizeException()
548 uint16_t inst_data = inst->Fetch16(0); in MterpLogNoSuchMethodException()
556 uint16_t inst_data = inst->Fetch16(0); in MterpLogExceptionThrownException()
564 uint16_t inst_data = inst->Fetch16(0); in MterpLogNullObjectException()
572 uint16_t inst_data = inst->Fetch16(0); in MterpLogFallback()
581 uint16_t inst_data = inst->Fetch16(0); in MterpLogOSR()
589 uint16_t inst_data = inst->Fetch16(0); in MterpLogSuspendFallback()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1866 uint16_t inst_data = inst->Fetch16(0); in DEX_INSTRUCTION_LIST()