Home
last modified time | relevance | path

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

/art/runtime/interpreter/mterp/
Dnterp.cc283 static constexpr uint8_t kInvalidInvokeType = 255u; variable
/art/compiler/optimizing/
Dnodes.h103 static constexpr InvokeType kInvalidInvokeType = static_cast<InvokeType>(-1); variable