Searched refs:is_osr_entry (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen-mark-unreachable.cc37 if (block->is_osr_entry()) {
H A Dhydrogen-instructions.cc2282 if (phi->OperandAt(0)->block()->is_osr_entry()) {
2284 } else if (phi->OperandAt(1)->block()->is_osr_entry()) {
H A Dhydrogen.h79 bool is_osr_entry() { return is_osr_entry_; } function in class:v8::internal::FINAL
H A Dhydrogen.cc12273 if (current->is_osr_entry()) {
/external/chromium_org/v8/src/arm/
H A Dlithium-arm.h454 bool is_osr_entry() const { return block()->is_osr_entry(); } function in class:v8::internal::FINAL
H A Dlithium-codegen-arm.cc1066 if (label->is_osr_entry()) return " (OSR entry)";
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.h449 bool is_osr_entry() const { return block()->is_osr_entry(); } function in class:v8::internal::FINAL
H A Dlithium-codegen-ia32.cc1029 if (label->is_osr_entry()) return " (OSR entry)";
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.h451 bool is_osr_entry() const { return block()->is_osr_entry(); } function in class:v8::internal::FINAL
H A Dlithium-codegen-mips.cc1026 if (label->is_osr_entry()) return " (OSR entry)";
/external/chromium_org/v8/src/mips64/
H A Dlithium-mips64.h450 bool is_osr_entry() const { return block()->is_osr_entry(); } function in class:v8::internal::FINAL
H A Dlithium-codegen-mips64.cc976 if (label->is_osr_entry()) return " (OSR entry)";
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.h459 bool is_osr_entry() const { return block()->is_osr_entry(); } function in class:v8::internal::FINAL
H A Dlithium-codegen-x64.cc941 if (label->is_osr_entry()) return " (OSR entry)";
/external/chromium_org/v8/src/x87/
H A Dlithium-x87.h467 bool is_osr_entry() const { return block()->is_osr_entry(); } function in class:v8::internal::FINAL
H A Dlithium-x87.cc949 (LGoto::cast(instr)->jumps_to_join() || next_block_->is_osr_entry())) {
H A Dlithium-codegen-x87.cc1311 if (label->is_osr_entry()) return " (OSR entry)";
/external/chromium_org/v8/src/arm64/
H A Dlithium-arm64.h537 bool is_osr_entry() const { return block()->is_osr_entry(); } function in class:v8::internal::FINAL
H A Dlithium-codegen-arm64.cc3299 if (label->is_osr_entry()) return " (OSR entry)";

Completed in 5929 milliseconds