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

  /external/v8/src/mips/
codegen-mips.h 170 bool has_cc() const { return cc_reg_ != cc_always; } function in class:v8::internal::CodeGenerator
  /external/v8/src/arm/
codegen-arm.cc 384 ASSERT(!has_cc());
484 // register was set, has_cc() is true and cc_reg_ contains the condition to
490 ASSERT(!has_cc());
507 !has_cc() &&
512 if (force_cc && frame_ != NULL && !has_cc()) {
516 ASSERT(!force_cc || !has_valid_frame() || has_cc());
518 (has_cc() && frame_->height() == original_height) ||
519 (!has_cc() && frame_->height() == original_height + 1));
531 if (has_cc()) {
575 ASSERT(!has_cc());
    [all...]
codegen-arm.h 212 bool has_cc() const { return cc_reg_ != al; } function in class:v8::internal::CodeGenerator

Completed in 166 milliseconds