Home
last modified time | relevance | path

Searched refs:kInvalidInvokeType (Results 1 – 3 of 3) sorted by relevance

/art/runtime/interpreter/mterp/
Dnterp.cc283 static constexpr uint8_t kInvalidInvokeType = 255u; variable
284 static_assert(static_cast<uint8_t>(kMaxInvokeType) < kInvalidInvokeType);
305 return kInvalidInvokeType; in GetOpcodeInvokeType()
/art/compiler/optimizing/
Doptimizing_compiler.cc830 kInvalidInvokeType, in TryCompile()
989 kInvalidInvokeType, in TryCompileIntrinsic()
Dnodes.h103 static constexpr InvokeType kInvalidInvokeType = static_cast<InvokeType>(-1); variable
387 InvokeType invoke_type = kInvalidInvokeType,