HomeSort by relevance Sort by last modified time
    Searched refs:kExplicit (Results 1 - 11 of 11) sorted by null

  /external/v8/src/compiler/
register-allocator-verifier.cc 93 if (constraint.type_ != kImmediate && constraint.type_ != kExplicit) {
103 CHECK_NE(kExplicit, constraint.type_);
110 CHECK_NE(kExplicit, constraint.type_);
150 constraint->type_ = kExplicit;
229 case kExplicit:
497 op_constraints[count].type_ == kExplicit) {
register-allocator-verifier.h 185 kExplicit,
  /external/v8/test/unittests/compiler/
instruction-sequence-unittest.h 39 kExplicit,
62 TestOperandType type = kExplicit;
move-optimizer-unittest.cc 77 case kExplicit:
  /external/v8/test/cctest/
test-thread-termination.cc 431 isolate->SetMicrotasksPolicy(v8::MicrotasksPolicy::kExplicit);
test-api.cc     [all...]
  /art/compiler/optimizing/
instruction_builder.cc     [all...]
nodes.h     [all...]
nodes.cc     [all...]
  /external/v8/include/
v8.h     [all...]
  /external/v8/src/
api.cc     [all...]

Completed in 416 milliseconds