Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_instruction.cc541 static_assert(kHaveExperimentalInstructions || (((a) & kExperimental) == 0), \
Ddex_instruction.h217 static constexpr bool kHaveExperimentalInstructions = false; variable