OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fetch16
(Results
1 - 7
of
7
) sorted by null
/art/runtime/
dex_instruction.h
239
return VRegA_10t(
Fetch16
(0));
242
return VRegA_10x(
Fetch16
(0));
245
return VRegA_11n(
Fetch16
(0));
248
return VRegA_11x(
Fetch16
(0));
251
return VRegA_12x(
Fetch16
(0));
255
return VRegA_21c(
Fetch16
(0));
258
return VRegA_21h(
Fetch16
(0));
261
return VRegA_21s(
Fetch16
(0));
264
return VRegA_21t(
Fetch16
(0));
267
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
...]
/external/libunwind/include/
remote.h
20
fetch16
(unw_addr_space_t as, unw_accessors_t *a,
function
71
fetch16
(unw_addr_space_t as, unw_accessors_t *a,
function
/external/libunwind/src/mi/
Gdyn-remote.c
47
|| (ret =
fetch16
(as, a, addr, &op->reg, arg)) < 0
/art/runtime/interpreter/
interpreter_common.cc
609
uint16_t regList = inst->
Fetch16
(2);
[
all
...]
interpreter_goto_table_impl.cc
42
inst_data = inst->
Fetch16
(0); \
[
all
...]
interpreter_switch_impl.cc
84
inst_data = inst->
Fetch16
(0);
[
all
...]
Completed in 59 milliseconds