Home
last modified time | relevance | path

Searched defs:Decode (Results 1 – 4 of 4) sorted by relevance

/art/libartbase/base/
Dbit_field.h76 static T Decode(uintptr_t value) { in Decode() function
/art/runtime/
Dscoped_thread_state_change-inl.h89 inline ObjPtr<T> ScopedObjectAccessAlreadyRunnable::Decode(jobject obj) const { in Decode() function
Dstack_map.h773 void Decode(const uint8_t** ptr) { in Decode() function
953 void Decode(const uint8_t** ptr) { in Decode() function
1094 void Decode(const uint8_t** ptr) { in Decode() function
1118 ALWAYS_INLINE void Decode(const uint8_t** ptr) { in Decode() function
1158 ALWAYS_INLINE void Decode(const uint8_t** ptr) { in Decode() function
1210 void Decode(const uint8_t** ptr) { in Decode() function
/art/runtime/verifier/
Dverifier_deps.cc574 template<> inline uint16_t Decode<uint16_t>(uint32_t in) { in Decode() function
577 template<> inline uint32_t Decode<uint32_t>(uint32_t in) { in Decode() function
580 template<> inline dex::TypeIndex Decode<dex::TypeIndex>(uint32_t in) { in Decode() function
583 template<> inline dex::StringIndex Decode<dex::StringIndex>(uint32_t in) { in Decode() function