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

  /external/v8/src/interpreter/
constant-array-builder.h 110 bool IsDeferred() const { return tag_ == Tag::kDeferred; }
  /external/v8/src/compiler/
graph-assembler.h 120 bool IsDeferred() const { return is_deferred_; }
177 bool IsDeferred() const { return is_deferred_; }
406 label->IsDeferred() ? BranchHint::kFalse : BranchHint::kNone;
419 BranchHint hint = label->IsDeferred() ? BranchHint::kTrue : BranchHint::kNone;
instruction.h     [all...]

Completed in 75 milliseconds