Home
last modified time | relevance | path

Searched defs:LocalInfo (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Ddex_file.h879 struct LocalInfo { struct
880 LocalInfo() in LocalInfo() argument
900 typedef void (*DexDebugNewLocalCb)(void* context, const LocalInfo& entry); argument
/art/dexlayout/
Ddex_ir.h970 struct LocalInfo { struct
971 LocalInfo(const char* name, in LocalInfo() argument
992 using LocalInfoVector = std::vector<std::unique_ptr<LocalInfo>>; argument