Searched refs:HasReplacement (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/v8/src/
H A Dlithium.cc305 ASSERT(!label->HasReplacement());
/external/v8/src/arm/
H A Dlithium-arm.h424 bool HasReplacement() const { return replacement_ != NULL; } function in class:v8::internal::LLabel
2230 ASSERT(!label->HasReplacement());
H A Dlithium-codegen-arm.cc228 emit_instructions = !label->HasReplacement();
1573 if (!label->HasReplacement()) return i;
/external/v8/src/ia32/
H A Dlithium-ia32.h406 bool HasReplacement() const { return replacement_ != NULL; } function in class:v8::internal::LLabel
2328 ASSERT(!label->HasReplacement());
H A Dlithium-codegen-ia32.cc246 emit_instructions = !label->HasReplacement();
1394 if (!label->HasReplacement()) return i;
/external/v8/src/mips/
H A Dlithium-mips.h423 bool HasReplacement() const { return replacement_ != NULL; } function in class:v8::internal::LLabel
2210 ASSERT(!label->HasReplacement());
H A Dlithium-codegen-mips.cc227 emit_instructions = !label->HasReplacement();
1413 if (!label->HasReplacement()) return i;
/external/v8/src/x64/
H A Dlithium-x64.h425 bool HasReplacement() const { return replacement_ != NULL; } function in class:v8::internal::LLabel
2192 ASSERT(!label->HasReplacement());
H A Dlithium-codegen-x64.cc238 emit_instructions = !label->HasReplacement();
1356 if (!label->HasReplacement()) return i;
/external/chromium_org/v8/src/arm/
H A Dlithium-arm.h463 bool HasReplacement() const { return replacement_ != NULL; } function in class:v8::internal::LLabel
H A Dlithium-codegen-arm.cc266 emit_instructions = !LLabel::cast(instr)->HasReplacement();
2150 if (!chunk_->GetLabel(i)->HasReplacement()) return i;
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.h459 bool HasReplacement() const { return replacement_ != NULL; } function in class:v8::internal::LLabel
H A Dlithium-codegen-ia32.cc345 emit_instructions = !LLabel::cast(instr)->HasReplacement();
2211 if (!chunk_->GetLabel(i)->HasReplacement()) return i;
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.h459 bool HasReplacement() const { return replacement_ != NULL; } function in class:v8::internal::LLabel
H A Dlithium-codegen-mips.cc260 emit_instructions = !LLabel::cast(instr)->HasReplacement();
1989 if (!chunk_->GetLabel(i)->HasReplacement()) return i;
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.h462 bool HasReplacement() const { return replacement_ != NULL; } function in class:v8::internal::LLabel
H A Dlithium-codegen-x64.cc270 emit_instructions = !LLabel::cast(instr)->HasReplacement();
1876 if (!chunk_->GetLabel(i)->HasReplacement()) return i;

Completed in 414 milliseconds