Home
last modified time | relevance | path

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

/art/libartbase/base/
Dbit_field.h76 static T Decode(uintptr_t value) { in Decode() function
Dbit_table.h50 ALWAYS_INLINE void Decode(BitMemoryReader& reader) { in Decode() function
/art/runtime/
Dscoped_thread_state_change-inl.h90 inline ObjPtr<T> ScopedObjectAccessAlreadyRunnable::Decode(jobject obj) const { in Decode() function
Dstack_map.cc48 void CodeInfo::Decode(const uint8_t* data, DecodeFlags flags) { in Decode() function in art::CodeInfo
/art/runtime/verifier/
Dverifier_deps.cc606 template<> inline uint16_t Decode<uint16_t>(uint32_t in) { in Decode() function
609 template<> inline uint32_t Decode<uint32_t>(uint32_t in) { in Decode() function
612 template<> inline dex::TypeIndex Decode<dex::TypeIndex>(uint32_t in) { in Decode() function
615 template<> inline dex::StringIndex Decode<dex::StringIndex>(uint32_t in) { in Decode() function