Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_instruction.h599 bool IsExperimental() const { in IsExperimental() function
/art/runtime/verifier/
Dmethod_verifier.cc1191 if (Instruction::kHaveExperimentalInstructions && UNLIKELY(inst->IsExperimental())) { in VerifyInstruction()