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

1 2

  /external/chromium_org/v8/src/
hydrogen-mark-deoptimize.cc 37 if (phi->CheckFlag(HValue::kAllowUndefinedAsNaN) &&
46 ASSERT(phi->CheckFlag(HValue::kAllowUndefinedAsNaN));
58 if (input->IsPhi() && input->CheckFlag(HValue::kAllowUndefinedAsNaN)) {
hydrogen-dce.cc 36 if (instr->CheckFlag(HValue::kIsLive)) return; // Already live.
47 if (!input->CheckFlag(HValue::kIsLive)) {
99 if (!instr->CheckFlag(HValue::kIsLive)) {
110 if (!phi->CheckFlag(HValue::kIsLive)) {
hydrogen-uint32-analysis.cc 82 if (!use->CheckFlag(HInstruction::kUint32)) {
103 if (use->IsPhi() && !use->CheckFlag(HInstruction::kUint32)) {
116 if (!phi->CheckFlag(HInstruction::kUint32)) {
123 if (!operand->CheckFlag(HInstruction::kUint32)) {
147 if (operand->CheckFlag(HInstruction::kUint32)) {
hydrogen-redundant-phi.cc 70 if (phi->CheckFlag(HValue::kIsDead)) continue; // Already replaced.
79 updated |= value->IsPhi() && !value->CheckFlag(HValue::kIsDead);
hydrogen-infer-representation.cc 35 if (!current->CheckFlag(HValue::kFlexibleRepresentation)) return;
92 phi_list->at(index)->CheckFlag(HInstruction::kTruncatingToInt32);
94 phi_list->at(index)->CheckFlag(HInstruction::kTruncatingToSmi);
173 current->CheckFlag(HInstruction::kFlexibleRepresentation)) {
174 if (current->CheckFlag(HInstruction::kCannotBeTagged)) {
hydrogen-representation-changes.cc 48 bool is_truncating_to_smi = use_value->CheckFlag(HValue::kTruncatingToSmi);
49 bool is_truncating_to_int = use_value->CheckFlag(HValue::kTruncatingToInt32);
151 input->CheckFlag(HValue::kTruncatingToInt32)) {
168 input->CheckFlag(HValue::kTruncatingToSmi)) {
hydrogen-instructions.cc 72 if (CheckFlag(kFlexibleRepresentation)) {
82 ASSERT(CheckFlag(kFlexibleRepresentation));
107 (use->CheckFlag(kTruncatingToInt32) ? "-trunc" : ""));
131 if (CheckFlag(kCannotBeTagged) && new_rep.IsTagged()) return;
384 while (tail_ != NULL && tail_->value()->CheckFlag(HValue::kIsDead)) {
394 if (!it.value()->CheckFlag(f)) return false;
403 if (!it.value()->CheckFlag(f)) {
416 if (!it.value()->CheckFlag(f)) return false;
574 if (first != NULL && first->value()->CheckFlag(kIsDead)) {
697 if (CheckFlag(HValue::kHasNoObservableSideEffects))
    [all...]
hydrogen-environment-liveness.cc 97 if (!marker->CheckFlag(HValue::kEndsLiveRange)) return;
hydrogen-gvn.cc 553 if (instr->CheckFlag(HValue::kUseGVN)) {
781 if (instr->CheckFlag(HValue::kTrackSideEffectDominators)) {
810 if (instr->CheckFlag(HValue::kUseGVN)) {
  /external/chromium_org/third_party/lzma_sdk/
CpuArch.c 13 static UInt32 CheckFlag(UInt32 flag)
47 #define CHECK_CPUID_IS_SUPPORTED if (CheckFlag(1 << 18) == 0 || CheckFlag(1 << 21) == 0) return False;
  /external/lzma/C/
CpuArch.c 13 static UInt32 CheckFlag(UInt32 flag)
46 #define CHECK_CPUID_IS_SUPPORTED if (CheckFlag(1 << 18) == 0 || CheckFlag(1 << 21) == 0) return False;
  /external/chromium_org/v8/src/arm/
lithium-arm.cc 741 does_deopt = !instr->CheckFlag(HInstruction::kUint32);
969 value->CheckFlag(HInstruction::kUint32));
1001 value->CheckFlag(HInstruction::kUint32));
    [all...]
lithium-codegen-arm.cc     [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.cc 806 does_deopt = !instr->CheckFlag(HInstruction::kUint32);
1043 value->CheckFlag(HInstruction::kUint32));
    [all...]
lithium-codegen-ia32.cc     [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.cc 745 does_deopt = !instr->CheckFlag(HInstruction::kUint32);
972 value->CheckFlag(HInstruction::kUint32));
1004 value->CheckFlag(HInstruction::kUint32));
    [all...]
lithium-codegen-x64.cc     [all...]
  /external/v8/src/arm/
lithium-arm.cc 867 if (!it.value()->CheckFlag(HValue::kTruncatingToInt32)) {
    [all...]
  /external/v8/src/
hydrogen-instructions.cc 79 if (CheckFlag(kFlexibleRepresentation)) {
281 while (tail_ != NULL && tail_->value()->CheckFlag(HValue::kIsDead)) {
290 if (!it.value()->CheckFlag(f)) return false;
638 if (CheckFlag(kUseGVN)) DataEquals(this);
907 if (CheckFlag(kBailoutOnMinusZero)) stream->Add(" -0?");
908 if (CheckFlag(kDeoptimizeOnUndefined)) stream->Add(" deopt-on-undefined");
1187 if (!CheckFlag(kIsArguments) && value->CheckFlag(kIsArguments)) {
    [all...]
  /external/v8/src/mips/
lithium-mips.cc 867 if (!it.value()->CheckFlag(HValue::kTruncatingToInt32)) {
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.cc 746 does_deopt = !instr->CheckFlag(HInstruction::kUint32);
977 value->CheckFlag(HInstruction::kUint32));
1009 value->CheckFlag(HInstruction::kUint32));
    [all...]
lithium-codegen-mips.cc     [all...]
  /external/v8/src/x64/
lithium-x64.cc 862 if (!it.value()->CheckFlag(HValue::kTruncatingToInt32)) {
    [all...]
lithium-codegen-x64.cc 787 if (instr->hydrogen()->CheckFlag(HValue::kBailoutOnMinusZero)) {
808 if (instr->hydrogen()->CheckFlag(HValue::kCanBeDivByZero)) {
857 if (instr->hydrogen()->CheckFlag(HValue::kBailoutOnMinusZero)) {
896 if (instr->hydrogen()->CheckFlag(HValue::kCanBeDivByZero)) {
902 if (instr->hydrogen()->CheckFlag(HValue::kBailoutOnMinusZero)) {
912 if (instr->hydrogen()->CheckFlag(HValue::kCanOverflow)) {
935 if (instr->hydrogen()->CheckFlag(HValue::kBailoutOnMinusZero)) {
940 instr->hydrogen()->CheckFlag(HValue::kCanOverflow);
992 if (instr->hydrogen()->CheckFlag(HValue::kBailoutOnMinusZero)) {
    [all...]
  /external/v8/src/ia32/
lithium-codegen-ia32.cc 823 if (instr->hydrogen()->CheckFlag(HValue::kBailoutOnMinusZero)) {
844 if (instr->hydrogen()->CheckFlag(HValue::kCanBeDivByZero)) {
892 if (instr->hydrogen()->CheckFlag(HValue::kBailoutOnMinusZero)) {
931 if (instr->hydrogen()->CheckFlag(HValue::kCanBeDivByZero)) {
937 if (instr->hydrogen()->CheckFlag(HValue::kBailoutOnMinusZero)) {
947 if (instr->hydrogen()->CheckFlag(HValue::kCanOverflow)) {
970 if (instr->hydrogen()->CheckFlag(HValue::kBailoutOnMinusZero)) {
985 } else if (!instr->hydrogen()->CheckFlag(HValue::kCanOverflow)) {
1022 if (instr->hydrogen()->CheckFlag(HValue::kCanOverflow))
    [all...]

Completed in 481 milliseconds

1 2