Home
last modified time | relevance | path

Searched refs:kLast (Results 1 – 17 of 17) sorted by relevance

/external/v8/src/interpreter/
Dbytecodes.h403 kLast = -1 BYTECODE_LIST(COUNT_BYTECODE)
420 DCHECK_LE(bytecode, Bytecode::kLast); in ToByte()
427 DCHECK(bytecode <= Bytecode::kLast); in FromByte()
468 DCHECK(bytecode <= Bytecode::kLast); in GetAccumulatorUse()
653 DCHECK(bytecode <= Bytecode::kLast); in NumberOfOperands()
659 DCHECK_LE(bytecode, Bytecode::kLast); in GetOperandType()
668 DCHECK(bytecode <= Bytecode::kLast); in GetOperandTypes()
674 DCHECK(bytecode <= Bytecode::kLast); in OperandIsScalableSignedByte()
681 DCHECK(bytecode <= Bytecode::kLast); in OperandIsScalableUnsignedByte()
704 DCHECK(bytecode <= Bytecode::kLast); in GetOperandSizes()
[all …]
Dbytecode-operands.h68 kLast = kQuadruple
79 kLast = kQuad enumerator
105 kLast = -1 OPERAND_TYPE_LIST(COUNT_OPERAND_TYPES)
Dbytecodes.cc277 DCHECK_LE(operand_type, OperandType::kLast); in SizeOfOperand()
279 DCHECK_LE(operand_scale, OperandScale::kLast); in SizeOfOperand()
281 OperandScale::kLast == OperandScale::kQuadruple); in SizeOfOperand()
Dbytecode-peephole-table.h62 static_cast<size_t>(Bytecode::kLast) + 1;
Dbytecode-array-writer.h48 Bytecodes::kMaxOperands * static_cast<size_t>(OperandSize::kLast); in NON_EXPORTED_BASE()
Dinterpreter.h178 static const int kNumberOfBytecodes = static_cast<int>(Bytecode::kLast) + 1;
Dmkpeephole.cc40 static_cast<size_t>(Bytecode::kLast) + 1;
Dinterpreter-assembler.cc1311 static_cast<int>(bytecode_) * (static_cast<int>(Bytecode::kLast) + 1)); in TraceBytecodeDispatch()
Dinterpreter.cc100 static const int kBytecodeCount = static_cast<int>(Bytecode::kLast) + 1; in Initialize()
/external/skia/tools/viewer/sk_app/
DWindow.h111 kLast = kCamera enumerator
113 static const int kKeyCount = static_cast<int>(Key::kLast) + 1;
/external/sfntly/cpp/src/sfntly/table/core/
Dos2_table.h212 kLast = kReserved127 enumerator
Dcmap_table.h694 kLast = -1 enumerator
Dos2_table.cc94 if (bit < 0 || bit > kLast) { in range()
/external/icu/icu4c/source/test/intltest/
Dreldatefmttest.cpp946 static const char *kLast = "Last"; variable
981 return kLast; in DirectionStr()
/external/v8/src/compiler/
Dnode.h55 DCHECK(op_->opcode() <= IrOpcode::kLast); in opcode()
Dopcodes.h740 kLast = -1
/external/v8/src/
Dlog.cc1574 const int last_index = static_cast<int>(interpreter::Bytecode::kLast); in LogBytecodeHandlers()