HomeSort by relevance Sort by last modified time
    Searched defs:true_value (Results 1 - 12 of 12) sorted by null

  /external/clang/test/Parser/
altivec-csk-bool.c 10 true_value = 1 enumerator in enum:__anon15449
13 #define true true_value
  /art/compiler/optimizing/
select_generator.cc 115 HInstruction* true_value = phi->InputAt(predecessor_index_true); local
120 true_value,
instruction_simplifier.cc 745 HInstruction* true_value = select->GetTrueValue(); local
751 std::swap(true_value, false_value);
753 select->ReplaceInput(true_value, 1);
758 if (true_value == false_value) {
760 replace_with = true_value;
764 replace_with = true_value;
770 } else if (true_value->IsIntConstant() && false_value->IsIntConstant()) {
771 if (true_value->AsIntConstant()->IsTrue() && false_value->AsIntConstant()->IsFalse()) {
774 } else if (true_value->AsIntConstant()->IsFalse() && false_value->AsIntConstant()->IsTrue()) {
    [all...]
  /external/v8/src/crankshaft/
hydrogen-osr.cc 33 HValue* true_value = graph->GetConstantTrue(); local
34 HBranch* test = builder_->New<HBranch>(true_value, ToBooleanHint::kNone,
  /external/clang/test/PCH/
cxx_exprs.h 26 const bool true_value = true; variable
  /system/tpm/attestation/server/
pkcs11_key_store.cc 152 CK_BBOOL true_value = CK_TRUE; local
160 {CKA_TOKEN, &true_value, sizeof(true_value)},
161 {CKA_PRIVATE, &true_value, sizeof(true_value)},
260 CK_BBOOL true_value = CK_TRUE; local
272 {CKA_TOKEN, &true_value, sizeof(true_value)},
298 {CKA_TOKEN, &true_value, sizeof(true_value)},
389 CK_BBOOL true_value = CK_TRUE; local
418 CK_BBOOL true_value = CK_TRUE; local
489 CK_BBOOL true_value = CK_TRUE; local
605 CK_BBOOL true_value = CK_TRUE; local
    [all...]
  /external/v8/src/interpreter/
interpreter.cc 443 Node* true_value = __ HeapConstant(isolate_->factory()->true_value()); local
444 __ SetAccumulator(true_value);
2048 Node* true_value = __ BooleanConstant(true); local
2074 Node* true_value = __ BooleanConstant(true); local
2515 Node* true_value = __ BooleanConstant(true); local
2530 Node* true_value = __ BooleanConstant(true); local
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc 2305 Label true_value, done; local
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc 2618 Label true_value, done; local
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.cc 2598 Label true_value, done; local
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc 2455 Label true_value, done; local
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc 2590 Label true_value, done; local
    [all...]

Completed in 732 milliseconds