HomeSort by relevance Sort by last modified time
    Searched refs:kLast (Results 1 - 25 of 26) sorted by null

1 2

  /art/runtime/
deoptimization_kind.h 31 kLast = kFullFrame
reference_table.cc 162 const size_t kLast = 10;
164 int first = count - kLast;
runtime.h 688 DCHECK_LE(kind, DeoptimizationKind::kLast);
694 for (size_t i = 0; i <= static_cast<size_t>(DeoptimizationKind::kLast); ++i) {
959 static_cast<uint32_t>(DeoptimizationKind::kLast) + 1];
runtime.cc 265 for (size_t i = 0; i <= static_cast<size_t>(DeoptimizationKind::kLast); ++i) {
    [all...]
dex_file.h 276 kLast = kInvokeConstructor
    [all...]
dex_file_verifier.cc     [all...]
  /external/v8/src/interpreter/
bytecode-peephole-table.h 61 static_cast<size_t>(Bytecode::kLast) + 1;
bytecode-operands.h 62 kLast = kQuadruple
73 kLast = kQuad
97 // The COUNT_OPERAND macro will turn this into kLast = -1 +1 +1... which will
99 kLast = -1 OPERAND_TYPE_LIST(COUNT_OPERAND_TYPES)
bytecode-array-writer.h 48 Bytecodes::kMaxOperands * static_cast<size_t>(OperandSize::kLast);
bytecodes.h 303 // The COUNT_BYTECODE macro will turn this into kLast = -1 +1 +1... which will
305 kLast = -1 BYTECODE_LIST(COUNT_BYTECODE)
330 DCHECK_LE(bytecode, Bytecode::kLast);
337 DCHECK(bytecode <= Bytecode::kLast);
378 DCHECK(bytecode <= Bytecode::kLast);
554 DCHECK(bytecode <= Bytecode::kLast);
560 DCHECK_LE(bytecode, Bytecode::kLast);
569 DCHECK(bytecode <= Bytecode::kLast);
575 DCHECK(bytecode <= Bytecode::kLast);
    [all...]
bytecodes.cc 263 DCHECK_LE(operand_type, OperandType::kLast);
265 DCHECK_LE(operand_scale, OperandScale::kLast);
267 OperandScale::kLast == OperandScale::kQuadruple);
interpreter.h 171 static const int kNumberOfBytecodes = static_cast<int>(Bytecode::kLast) + 1;
mkpeephole.cc 40 static_cast<size_t>(Bytecode::kLast) + 1;
interpreter-assembler.cc     [all...]
  /art/compiler/linker/arm64/
relative_patcher_arm64.h 32 kLast
80 MinimumBitsToStore(static_cast<size_t>(BakerReadBarrierKind::kLast));
  /external/skia/tools/viewer/sk_app/
Window.h 113 kLast = kCamera
115 static const int kKeyCount = static_cast<int>(Key::kLast) + 1;
  /external/sfntly/cpp/src/sfntly/table/core/
os2_table.h 212 kLast = kReserved127
cmap_table.h 694 kLast = -1
os2_table.cc 94 if (bit < 0 || bit > kLast) {
  /art/compiler/optimizing/
nodes.h     [all...]
  /external/v8/src/compiler/
node.h 55 DCHECK(op_->opcode() <= IrOpcode::kLast);
opcodes.h 744 kLast = -1
  /external/icu/icu4c/source/test/intltest/
reldatefmttest.cpp     [all...]
  /art/dexlayout/
dex_ir.cc     [all...]
  /external/v8/src/
log.cc     [all...]

Completed in 485 milliseconds

1 2