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

  /external/v8/src/crankshaft/arm/
lithium-arm.h 249 virtual bool HasInterestingComment(LCodeGen* gen) const { return true; }
363 bool HasInterestingComment(LCodeGen* gen) const override {
375 bool HasInterestingComment(LCodeGen* gen) const override;
438 bool HasInterestingComment(LCodeGen* gen) const override { return false; }
459 bool HasInterestingComment(LCodeGen* gen) const override { return false; }
466 bool HasInterestingComment(LCodeGen* gen) const override { return false; }
    [all...]
lithium-arm.cc 148 bool LGoto::HasInterestingComment(LCodeGen* gen) const {
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.h 263 virtual bool HasInterestingComment(LCodeGen* gen) const { return true; }
317 bool HasInterestingComment(LCodeGen* gen) const override { return false; }
418 bool HasInterestingComment(LCodeGen* gen) const override {
459 bool HasInterestingComment(LCodeGen* gen) const override;
498 bool HasInterestingComment(LCodeGen* gen) const override { return false; }
521 bool HasInterestingComment(LCodeGen* gen) const override { return false; }
    [all...]
lithium-arm64.cc 113 bool LGoto::HasInterestingComment(LCodeGen* gen) const {
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.h 252 virtual bool HasInterestingComment(LCodeGen* gen) const { return true; }
365 bool HasInterestingComment(LCodeGen* gen) const override {
377 bool HasInterestingComment(LCodeGen* gen) const override;
435 bool HasInterestingComment(LCodeGen* gen) const override { return false; }
456 bool HasInterestingComment(LCodeGen* gen) const override { return false; }
463 bool HasInterestingComment(LCodeGen* gen) const override { return false; }
    [all...]
lithium-ia32.cc 167 bool LGoto::HasInterestingComment(LCodeGen* gen) const {
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.h 247 virtual bool HasInterestingComment(LCodeGen* gen) const { return true; }
361 bool HasInterestingComment(LCodeGen* gen) const override {
373 bool HasInterestingComment(LCodeGen* gen) const override;
436 bool HasInterestingComment(LCodeGen* gen) const override { return false; }
457 bool HasInterestingComment(LCodeGen* gen) const override { return false; }
464 bool HasInterestingComment(LCodeGen* gen) const override { return false; }
    [all...]
lithium-mips.cc 150 bool LGoto::HasInterestingComment(LCodeGen* gen) const {
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.h 250 virtual bool HasInterestingComment(LCodeGen* gen) const { return true; }
364 bool HasInterestingComment(LCodeGen* gen) const override {
376 bool HasInterestingComment(LCodeGen* gen) const override;
439 bool HasInterestingComment(LCodeGen* gen) const override { return false; }
460 bool HasInterestingComment(LCodeGen* gen) const override { return false; }
467 bool HasInterestingComment(LCodeGen* gen) const override { return false; }
    [all...]
lithium-mips64.cc 150 bool LGoto::HasInterestingComment(LCodeGen* gen) const {
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.h 247 virtual bool HasInterestingComment(LCodeGen* gen) const { return true; }
360 bool HasInterestingComment(LCodeGen* gen) const override {
372 bool HasInterestingComment(LCodeGen* gen) const override;
432 bool HasInterestingComment(LCodeGen* gen) const override { return false; }
453 virtual bool HasInterestingComment(LCodeGen* gen) const { return false; }
460 bool HasInterestingComment(LCodeGen* gen) const override { return false; }
    [all...]
lithium-ppc.cc 163 bool LGoto::HasInterestingComment(LCodeGen* gen) const {
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-s390.h 243 virtual bool HasInterestingComment(LCodeGen* gen) const { return true; }
352 bool HasInterestingComment(LCodeGen* gen) const override {
363 bool HasInterestingComment(LCodeGen* gen) const override;
417 bool HasInterestingComment(LCodeGen* gen) const override { return false; }
437 virtual bool HasInterestingComment(LCodeGen* gen) const { return false; }
443 bool HasInterestingComment(LCodeGen* gen) const override { return false; }
    [all...]
lithium-s390.cc 154 bool LGoto::HasInterestingComment(LCodeGen* gen) const {
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.h 248 virtual bool HasInterestingComment(LCodeGen* gen) const { return true; }
369 bool HasInterestingComment(LCodeGen* gen) const override {
381 bool HasInterestingComment(LCodeGen* gen) const override;
444 bool HasInterestingComment(LCodeGen* gen) const override { return false; }
465 bool HasInterestingComment(LCodeGen* gen) const override { return false; }
472 bool HasInterestingComment(LCodeGen* gen) const override { return false; }
    [all...]
lithium-x64.cc 151 bool LGoto::HasInterestingComment(LCodeGen* gen) const {
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.h 255 virtual bool HasInterestingComment(LCodeGen* gen) const { return true; }
368 bool HasInterestingComment(LCodeGen* gen) const override {
390 bool HasInterestingComment(LCodeGen* gen) const override;
449 bool HasInterestingComment(LCodeGen* gen) const override { return false; }
470 bool HasInterestingComment(LCodeGen* gen) const override { return false; }
477 bool HasInterestingComment(LCodeGen* gen) const override { return false; }
    [all...]
lithium-x87.cc 178 bool LGoto::HasInterestingComment(LCodeGen* gen) const {
    [all...]
  /external/v8/src/crankshaft/
lithium-codegen.cc 92 if (FLAG_code_comments && instr->HasInterestingComment(codegen)) {

Completed in 297 milliseconds