HomeSort by relevance Sort by last modified time
    Searched refs:Fetch16 (Results 1 - 5 of 5) sorted by null

  /art/runtime/
dex_instruction.h 241 return VRegA_10t(Fetch16(0));
244 return VRegA_10x(Fetch16(0));
247 return VRegA_11n(Fetch16(0));
250 return VRegA_11x(Fetch16(0));
253 return VRegA_12x(Fetch16(0));
257 return VRegA_21c(Fetch16(0));
260 return VRegA_21h(Fetch16(0));
263 return VRegA_21s(Fetch16(0));
266 return VRegA_21t(Fetch16(0));
269 return VRegA_22b(Fetch16(0))
    [all...]
dex_instruction-inl.h 116 return static_cast<int16_t>(Fetch16(1));
191 return Fetch16(1);
284 return Fetch16(1);
289 return Fetch16(1);
294 return static_cast<int16_t>(Fetch16(1));
299 return static_cast<int16_t>(Fetch16(1));
304 return static_cast<uint8_t>(Fetch16(1) & 0xff);
324 return Fetch16(1);
329 return static_cast<uint8_t>(Fetch16(1) & 0xff);
349 return Fetch16(2)
    [all...]
  /art/runtime/interpreter/
interpreter_common.cc 630 uint16_t regList = inst->Fetch16(2);
    [all...]
interpreter_goto_table_impl.cc 39 inst_data = inst->Fetch16(0); \
    [all...]
interpreter_switch_impl.cc 90 inst_data = inst->Fetch16(0);
    [all...]

Completed in 230 milliseconds