Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/interpreter/mterp/
H A Dnterp.cc280 static constexpr uint8_t kInvalidInvokeType = 255u; variable
/aosp_15_r20/art/compiler/optimizing/
H A Dnodes.h106 static constexpr InvokeType kInvalidInvokeType = static_cast<InvokeType>(-1); variable