Home
last modified time | relevance | path

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

/art/compiler/dex/
Dcompiler_enums.h380 enum OpSize { enum
392 std::ostream& operator<<(std::ostream& os, const OpSize& kind);
/art/compiler/optimizing/
Dintrinsics.cc100 switch (static_cast<OpSize>(data)) { in GetType()