HomeSort by relevance Sort by last modified time
    Searched refs:kNone (Results 126 - 150 of 218) sorted by null

1 2 3 4 56 7 8 9

  /external/v8/src/compiler/
machine-operator.cc 401 case MachineRepresentation::kNone:
431 case MachineRepresentation::kNone:
bytecode-graph-builder.h 96 Node* NewBranch(Node* condition, BranchHint hint = BranchHint::kNone) {
common-operator.cc 21 case BranchHint::kNone:
320 BranchOperator<BranchHint::kNone> kBranchNoneOperator;
479 case BranchHint::kNone:
instruction.cc 143 case MachineRepresentation::kNone:
731 case MachineRepresentation::kNone:
735 return MachineRepresentation::kNone;
  /external/v8/src/wasm/
wasm-opcodes.h 41 const LocalType kAstStmt = MachineRepresentation::kNone;
46 // We use kTagged here because kNone is already used by kAstStmt.
53 kNone = 0, // non-atomic
  /external/webrtc/talk/app/webrtc/
datachannel_unittest.cc 379 config.open_handshake_role = webrtc::InternalDataChannelInit::kNone;
417 EXPECT_EQ(webrtc::InternalDataChannelInit::kNone, init2.open_handshake_role);
datachannel.cc 185 case webrtc::InternalDataChannelInit::kNone: // pre-negotiated
  /art/compiler/debug/
elf_debug_frame_writer.h 163 case kNone:
  /external/v8/src/
dateparser-inl.h 151 tz.SetAbsoluteMinute(kNone);
types.h 667 return SEMANTIC(bits) != kNone && REPRESENTATION(bits) != kNone;
671 return SEMANTIC(bits) != kNone;
    [all...]
  /external/gmock/include/gmock/
gmock-spec-builders.h 249 : file_(a_file), line_(a_line), last_clause_(kNone) {}
260 kNone,
279 // Initially kNone and changes as the statement is parsed.
724 kNone,
    [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-spec-builders.h 245 : file_(a_file), line_(a_line), last_clause_(kNone) {}
256 kNone,
275 // Initially kNone and changes as the statement is parsed.
716 kNone,
    [all...]
  /external/v8/src/interpreter/
bytecode-array-builder.cc 41 case OperandSize::kNone:
174 case OperandSize::kNone:
876 case OperandSize::kNone:
934 case OperandSize::kNone:
    [all...]
  /art/compiler/optimizing/
code_generator.cc     [all...]
  /art/patchoat/
patchoat.cc 163 CHECK_NE(isa, kNone);
    [all...]
  /frameworks/base/libs/hwui/
PathTessellator.cpp 789 vertexBuffer.setMeshFeatureFlags(paintInfo.isAA ? VertexBuffer::kAlpha : VertexBuffer::kNone);
    [all...]
  /art/runtime/
oat.cc 92 CHECK_NE(instruction_set, kNone);
runtime.cc 163 instruction_set_(kNone),
200 verify_(verifier::VerifyMode::kNone),
211 experimental_flags_(ExperimentalFlags::kNone),
    [all...]
  /external/v8/src/compiler/ia32/
instruction-selector-ia32.cc 194 case MachineRepresentation::kNone:
279 case MachineRepresentation::kNone:
333 case MachineRepresentation::kNone:
379 case MachineRepresentation::kNone:
    [all...]
  /external/v8/src/compiler/ppc/
instruction-selector-ppc.cc 203 case MachineRepresentation::kNone:
292 case MachineRepresentation::kNone:
343 case MachineRepresentation::kNone:
388 case MachineRepresentation::kNone:
    [all...]
  /external/v8/src/compiler/x87/
instruction-selector-x87.cc 155 case MachineRepresentation::kNone:
240 case MachineRepresentation::kNone:
294 case MachineRepresentation::kNone:
340 case MachineRepresentation::kNone:
    [all...]
  /external/v8/test/unittests/compiler/
common-operator-unittest.cc 167 const BranchHint kBranchHints[] = {BranchHint::kNone, BranchHint::kTrue,
  /external/webrtc/webrtc/modules/video_coding/
media_optimization.cc 231 if (loss_prot_logic_->SelectedType() != kNone) {
video_receiver.cc 489 case VideoCodingModule::kNone:
  /system/update_engine/
metrics.cc 514 case ServerToCheck::kNone:

Completed in 666 milliseconds

1 2 3 4 56 7 8 9