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 241 virtual bool HasInterestingComment(LCodeGen* gen) const { return true; }
355 bool HasInterestingComment(LCodeGen* gen) const override {
367 bool HasInterestingComment(LCodeGen* gen) const override;
430 bool HasInterestingComment(LCodeGen* gen) const override { return false; }
451 bool HasInterestingComment(LCodeGen* gen) const override { return false; }
458 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 255 virtual bool HasInterestingComment(LCodeGen* gen) const { return true; }
309 bool HasInterestingComment(LCodeGen* gen) const override { return false; }
410 bool HasInterestingComment(LCodeGen* gen) const override {
451 bool HasInterestingComment(LCodeGen* gen) const override;
490 bool HasInterestingComment(LCodeGen* gen) const override { return false; }
513 bool HasInterestingComment(LCodeGen* gen) const override { return false; }
    [all...]
lithium-arm64.cc 105 bool LGoto::HasInterestingComment(LCodeGen* gen) const {
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.h 244 virtual bool HasInterestingComment(LCodeGen* gen) const { return true; }
357 bool HasInterestingComment(LCodeGen* gen) const override {
369 bool HasInterestingComment(LCodeGen* gen) const override;
427 bool HasInterestingComment(LCodeGen* gen) const override { return false; }
448 bool HasInterestingComment(LCodeGen* gen) const override { return false; }
455 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 239 virtual bool HasInterestingComment(LCodeGen* gen) const { return true; }
353 bool HasInterestingComment(LCodeGen* gen) const override {
365 bool HasInterestingComment(LCodeGen* gen) const override;
428 bool HasInterestingComment(LCodeGen* gen) const override { return false; }
449 bool HasInterestingComment(LCodeGen* gen) const override { return false; }
456 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 242 virtual bool HasInterestingComment(LCodeGen* gen) const { return true; }
356 bool HasInterestingComment(LCodeGen* gen) const override {
368 bool HasInterestingComment(LCodeGen* gen) const override;
431 bool HasInterestingComment(LCodeGen* gen) const override { return false; }
452 bool HasInterestingComment(LCodeGen* gen) const override { return false; }
459 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 239 virtual bool HasInterestingComment(LCodeGen* gen) const { return true; }
352 bool HasInterestingComment(LCodeGen* gen) const override {
364 bool HasInterestingComment(LCodeGen* gen) const override;
424 bool HasInterestingComment(LCodeGen* gen) const override { return false; }
445 virtual bool HasInterestingComment(LCodeGen* gen) const { return false; }
452 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 234 virtual bool HasInterestingComment(LCodeGen* gen) const { return true; }
343 bool HasInterestingComment(LCodeGen* gen) const override {
354 bool HasInterestingComment(LCodeGen* gen) const override;
408 bool HasInterestingComment(LCodeGen* gen) const override { return false; }
428 virtual bool HasInterestingComment(LCodeGen* gen) const { return false; }
434 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 240 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-x64.cc 152 bool LGoto::HasInterestingComment(LCodeGen* gen) const {
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.h 247 virtual bool HasInterestingComment(LCodeGen* gen) const { return true; }
360 bool HasInterestingComment(LCodeGen* gen) const override {
382 bool HasInterestingComment(LCodeGen* gen) const override;
441 bool HasInterestingComment(LCodeGen* gen) const override { return false; }
462 bool HasInterestingComment(LCodeGen* gen) const override { return false; }
469 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 98 if (FLAG_code_comments && instr->HasInterestingComment(codegen)) {

Completed in 87 milliseconds