Home
last modified time | relevance | path

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

/art/runtime/
Ddex_instruction.h566 bool IsExperimental() const { in IsExperimental() function
/art/runtime/verifier/
Dmethod_verifier.cc1143 if (UNLIKELY(inst->IsExperimental())) { in VerifyInstruction()