Home
last modified time | relevance | path

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

/art/runtime/
Ddex_instruction.cc74 #define FETCH_uint32(_offset) (fetch_uint32_impl((_offset), insns))
80 static inline uint32_t fetch_uint32_impl(uint32_t offset, const uint16_t* insns) { in fetch_uint32_impl() function