Searched refs:HasInterestingComment (Results 1 - 12 of 12) sorted by last modified time

/external/chromium_org/v8/src/ia32/
H A Dlithium-codegen-ia32.cc349 if (FLAG_code_comments && instr->HasInterestingComment(this)) {
H A Dlithium-ia32.cc199 bool LGoto::HasInterestingComment(LCodeGen* gen) const { function in class:v8::internal::LGoto
H A Dlithium-ia32.h293 virtual bool HasInterestingComment(LCodeGen* gen) const { return true; } function in class:v8::internal::LInstruction
397 virtual bool HasInterestingComment(LCodeGen* gen) const { function in class:v8::internal::LInstructionGap
409 virtual bool HasInterestingComment(LCodeGen* gen) const;
448 virtual bool HasInterestingComment(LCodeGen* gen) const { return false; } function in class:v8::internal::LLabel
469 virtual bool HasInterestingComment(LCodeGen* gen) const { return false; } function in class:v8::internal::LParameter
493 virtual bool HasInterestingComment(LCodeGen* gen) const { return false; } function in class:v8::internal::LUnknownOSRValue
2643 virtual bool HasInterestingComment(LCodeGen* gen) const { return false; } function in class:v8::internal::LOsrEntry
/external/chromium_org/v8/src/mips/
H A Dlithium-codegen-mips.cc264 if (FLAG_code_comments && instr->HasInterestingComment(this)) {
H A Dlithium-mips.cc169 bool LGoto::HasInterestingComment(LCodeGen* gen) const { function in class:v8::internal::LGoto
H A Dlithium-mips.h283 virtual bool HasInterestingComment(LCodeGen* gen) const { return true; } function in class:v8::internal::LInstruction
387 virtual bool HasInterestingComment(LCodeGen* gen) const { function in class:v8::internal::LInstructionGap
399 virtual bool HasInterestingComment(LCodeGen* gen) const;
448 virtual bool HasInterestingComment(LCodeGen* gen) const { return false; } function in class:v8::internal::LLabel
469 virtual bool HasInterestingComment(LCodeGen* gen) const { return false; } function in class:v8::internal::LParameter
487 virtual bool HasInterestingComment(LCodeGen* gen) const { return false; } function in class:v8::internal::LUnknownOSRValue
2483 virtual bool HasInterestingComment(LCodeGen* gen) const { return false; } function in class:v8::internal::LOsrEntry
/external/chromium_org/v8/src/x64/
H A Dlithium-codegen-x64.cc274 if (FLAG_code_comments && instr->HasInterestingComment(this)) {
H A Dlithium-x64.cc172 bool LGoto::HasInterestingComment(LCodeGen* gen) const { function in class:v8::internal::LGoto
H A Dlithium-x64.h284 virtual bool HasInterestingComment(LCodeGen* gen) const { return true; } function in class:v8::internal::LInstruction
390 virtual bool HasInterestingComment(LCodeGen* gen) const { function in class:v8::internal::LInstructionGap
402 virtual bool HasInterestingComment(LCodeGen* gen) const;
451 virtual bool HasInterestingComment(LCodeGen* gen) const { return false; } function in class:v8::internal::LLabel
472 virtual bool HasInterestingComment(LCodeGen* gen) const { return false; } function in class:v8::internal::LParameter
490 virtual bool HasInterestingComment(LCodeGen* gen) const { return false; } function in class:v8::internal::LUnknownOSRValue
2432 virtual bool HasInterestingComment(LCodeGen* gen) const { return false; } function in class:v8::internal::LOsrEntry
/external/chromium_org/v8/src/arm/
H A Dlithium-arm.cc169 bool LGoto::HasInterestingComment(LCodeGen* gen) const { function in class:v8::internal::LGoto
H A Dlithium-arm.h287 virtual bool HasInterestingComment(LCodeGen* gen) const { return true; } function in class:v8::internal::LInstruction
391 virtual bool HasInterestingComment(LCodeGen* gen) const { function in class:v8::internal::LInstructionGap
403 virtual bool HasInterestingComment(LCodeGen* gen) const;
452 virtual bool HasInterestingComment(LCodeGen* gen) const { return false; } function in class:v8::internal::LLabel
473 virtual bool HasInterestingComment(LCodeGen* gen) const { return false; } function in class:v8::internal::LParameter
491 virtual bool HasInterestingComment(LCodeGen* gen) const { return false; } function in class:v8::internal::LUnknownOSRValue
2523 virtual bool HasInterestingComment(LCodeGen* gen) const { return false; } function in class:v8::internal::LOsrEntry
H A Dlithium-codegen-arm.cc270 if (FLAG_code_comments && instr->HasInterestingComment(this)) {

Completed in 238 milliseconds