Home
last modified time | relevance | path

Searched refs:Not (Results 1 – 10 of 10) sorted by relevance

/art/tools/
Dchecker_test.py79 return checker.CheckLine(string, checker.CheckLine.Variant.Not)
348 self.__matchMulti([("foo", CheckVariant.Not)],
351 self.__notMatchMulti([("foo", CheckVariant.Not)],
354 self.__notMatchMulti([("foo", CheckVariant.Not),
355 ("bar", CheckVariant.Not)],
468 ("bar", CheckVariant.Not),
Dchecker.py221 InOrder, DAG, Not = range(3) variable in CheckLine.Variant
233 if self.variant == CheckLine.Variant.Not:
391 notChecks, checkLines = self.__splitByVariant(checkLines, CheckLine.Variant.Not)
454 assert checkLine.variant == CheckLine.Variant.Not
590 return (notLine, CheckLine.Variant.Not, lineNo), None
/art/runtime/
Druntime_options.def110 // Not parse-able from command line, but can be provided explicitly.
/art/compiler/utils/mips/
Dassembler_mips.h131 void Not(Register rt, Register rs);
Dassembler_mips.cc431 void MipsAssembler::Not(Register rt, Register rs) { in Not() function in art::mips::MipsAssembler
/art/compiler/utils/mips64/
Dassembler_mips64.h191 void Not(GpuRegister rd, GpuRegister rs);
Dassembler_mips64.cc628 void Mips64Assembler::Not(GpuRegister rd, GpuRegister rs) { in Not() function in art::mips64::Mips64Assembler
/art/
DNOTICE73 designated in writing by the copyright owner as "Not a Contribution."
/art/compiler/optimizing/
Dnodes.h850 M(Not, UnaryOperation) \
2961 DECLARE_INSTRUCTION(Not);
/art/compiler/dex/quick/x86/
Dassemble_x86.cc322 …UNARY_ENCODING_MAP(Not, 0x2, IS_STORE, 0, R, kReg, IS_UNARY_OP | REG_DEF0_USE0, M, kMem,…