Searched defs:HasInterestingComment (Results 1 - 18 of 18) sorted by relevance

/external/v8/src/crankshaft/arm/
H A Dlithium-arm.cc148 bool LGoto::HasInterestingComment(LCodeGen* gen) const { function in class:v8::internal::LGoto
H A Dlithium-arm.h249 virtual bool HasInterestingComment(LCodeGen* gen) const { return true; } function in class:v8::internal::LInstruction
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; }
2416 bool HasInterestingComment(LCodeGen* gen) const override { return false; }
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.cc113 bool LGoto::HasInterestingComment(LCodeGen* gen) const { function in class:v8::internal::LGoto
H A Dlithium-arm64.h263 virtual bool HasInterestingComment(LCodeGen* gen) const { return true; } function in class:v8::internal::LInstruction
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; }
2070 bool HasInterestingComment(LCodeGen* gen) const override { return false; }
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.cc167 bool LGoto::HasInterestingComment(LCodeGen* gen) const { function in class:v8::internal::LGoto
H A Dlithium-ia32.h252 virtual bool HasInterestingComment(LCodeGen* gen) const { return true; } function in class:v8::internal::LInstruction
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; }
2426 bool HasInterestingComment(LCodeGen* gen) const override { return false; }
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.cc150 bool LGoto::HasInterestingComment(LCodeGen* gen) const { function in class:v8::internal::LGoto
H A Dlithium-mips.h247 virtual bool HasInterestingComment(LCodeGen* gen) const { return true; } function in class:v8::internal::LInstruction
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; }
2376 bool HasInterestingComment(LCodeGen* gen) const override { return false; }
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.cc150 bool LGoto::HasInterestingComment(LCodeGen* gen) const { function in class:v8::internal::LGoto
H A Dlithium-mips64.h250 virtual bool HasInterestingComment(LCodeGen* gen) const { return true; } function in class:v8::internal::LInstruction
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; }
2422 bool HasInterestingComment(LCodeGen* gen) const override { return false; }
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.cc163 bool LGoto::HasInterestingComment(LCodeGen* gen) const { function in class:v8::internal::LGoto
H A Dlithium-ppc.h247 virtual bool HasInterestingComment(LCodeGen* gen) const { return true; } function in class:v8::internal::LInstruction
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; } function in class:v8::internal::final
460 bool HasInterestingComment(LCodeGen* gen) const override { return false; }
2346 bool HasInterestingComment(LCodeGen* gen) const override { return false; }
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.cc154 bool LGoto::HasInterestingComment(LCodeGen* gen) const { function in class:v8::internal::LGoto
H A Dlithium-s390.h243 virtual bool HasInterestingComment(LCodeGen* gen) const { return true; } function in class:v8::internal::LInstruction
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; } function in class:v8::internal::final
443 bool HasInterestingComment(LCodeGen* gen) const override { return false; }
2193 bool HasInterestingComment(LCodeGen* gen) const override { return false; }
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.cc151 bool LGoto::HasInterestingComment(LCodeGen* gen) const { function in class:v8::internal::LGoto
H A Dlithium-x64.h248 virtual bool HasInterestingComment(LCodeGen* gen) const { return true; } function in class:v8::internal::LInstruction
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; }
2413 bool HasInterestingComment(LCodeGen* gen) const override { return false; }
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.cc178 bool LGoto::HasInterestingComment(LCodeGen* gen) const { function in class:v8::internal::LGoto
H A Dlithium-x87.h255 virtual bool HasInterestingComment(LCodeGen* gen) const { return true; } function in class:v8::internal::LInstruction
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; }
2422 bool HasInterestingComment(LCodeGen* gen) const override { return false; }

Completed in 364 milliseconds