Searched defs:true_label_ (Results 1 - 17 of 17) sorted by relevance

/external/v8/src/full-codegen/
H A Dfull-codegen.h870 true_label_(true_label),
880 Label* true_label() const { return true_label_; }
899 Label* true_label_; member in class:v8::internal::FullCodeGenerator::TestContext
/external/v8/src/crankshaft/arm/
H A Dlithium-arm.h486 LControlInstruction() : false_label_(NULL), true_label_(NULL) { }
501 if (true_label_ == NULL) {
502 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk));
504 return true_label_;
523 Label* true_label_; member in class:v8::internal::LControlInstruction
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.h481 LControlInstruction() : false_label_(NULL), true_label_(NULL) { }
496 if (true_label_ == NULL) {
497 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk));
499 return true_label_;
518 Label* true_label_; member in class:v8::internal::LControlInstruction
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.h483 LControlInstruction() : false_label_(NULL), true_label_(NULL) { }
498 if (true_label_ == NULL) {
499 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk));
501 return true_label_;
520 Label* true_label_; member in class:v8::internal::LControlInstruction
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.h486 LControlInstruction() : false_label_(NULL), true_label_(NULL) { }
501 if (true_label_ == NULL) {
502 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk));
504 return true_label_;
523 Label* true_label_; member in class:v8::internal::LControlInstruction
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.h476 LControlInstruction() : false_label_(NULL), true_label_(NULL) {}
491 if (true_label_ == NULL) {
492 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk));
494 return true_label_;
513 Label* true_label_; member in class:v8::internal::LControlInstruction
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.h490 LControlInstruction() : false_label_(NULL), true_label_(NULL) { }
505 if (true_label_ == NULL) {
506 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk));
508 return true_label_;
527 Label* true_label_; member in class:v8::internal::LControlInstruction
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.h497 LControlInstruction() : false_label_(NULL), true_label_(NULL) { }
512 if (true_label_ == NULL) {
513 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk));
515 return true_label_;
534 Label* true_label_; member in class:v8::internal::LControlInstruction
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.h324 LControlInstruction() : false_label_(NULL), true_label_(NULL) { }
340 if (true_label_ == NULL) {
341 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk));
343 return true_label_;
361 Label* true_label_; member in class:v8::internal::LControlInstruction
/external/v8/src/full-codegen/arm/
H A Dfull-codegen-arm.cc519 true_label_, local
526 if (true_label_ != fall_through_) __ b(true_label_);
554 true_label_, local
560 if (true_label_ != fall_through_) __ b(true_label_);
565 if (true_label_ != fall_through_) __ b(true_label_);
571 if (true_label_ != fall_through_) __ b(true_label_);
675 true_label_, local
[all...]
/external/v8/src/full-codegen/arm64/
H A Dfull-codegen-arm64.cc512 codegen()->PrepareForBailoutBeforeSplit(condition(), true, true_label_, local
519 if (true_label_ != fall_through_) __ B(true_label_);
547 true_label_, local
553 if (true_label_ != fall_through_) __ B(true_label_);
558 if (true_label_ != fall_through_) __ B(true_label_);
564 if (true_label_ != fall_through_) __ B(true_label_);
668 true_label_, local
[all...]
/external/v8/src/full-codegen/ia32/
H A Dfull-codegen-ia32.cc501 true_label_, local
507 if (true_label_ != fall_through_) __ jmp(true_label_);
512 if (true_label_ != fall_through_) __ jmp(true_label_);
518 if (true_label_ != fall_through_) __ jmp(true_label_);
598 DCHECK(materialize_true == true_label_);
622 true_label_, local
625 if (true_label_ !
[all...]
/external/v8/src/full-codegen/mips/
H A Dfull-codegen-mips.cc510 true_label_, local
517 if (true_label_ != fall_through_) __ Branch(true_label_);
545 true_label_, local
551 if (true_label_ != fall_through_) __ Branch(true_label_);
556 if (true_label_ != fall_through_) __ Branch(true_label_);
562 if (true_label_ != fall_through_) __ Branch(true_label_);
668 true_label_, local
[all...]
/external/v8/src/full-codegen/mips64/
H A Dfull-codegen-mips64.cc509 true_label_, local
516 if (true_label_ != fall_through_) __ Branch(true_label_);
544 true_label_, local
550 if (true_label_ != fall_through_) __ Branch(true_label_);
555 if (true_label_ != fall_through_) __ Branch(true_label_);
561 if (true_label_ != fall_through_) __ Branch(true_label_);
667 true_label_, local
[all...]
/external/v8/src/full-codegen/ppc/
H A Dfull-codegen-ppc.cc498 codegen()->PrepareForBailoutBeforeSplit(condition(), true, true_label_, local
505 if (true_label_ != fall_through_) __ b(true_label_);
530 codegen()->PrepareForBailoutBeforeSplit(condition(), true, true_label_, local
536 if (true_label_ != fall_through_) __ b(true_label_);
541 if (true_label_ != fall_through_) __ b(true_label_);
547 if (true_label_ != fall_through_) __ b(true_label_);
646 codegen()->PrepareForBailoutBeforeSplit(condition(), true, true_label_, local
[all...]
/external/v8/src/full-codegen/x64/
H A Dfull-codegen-x64.cc474 true_label_, local
481 if (true_label_ != fall_through_) __ jmp(true_label_);
515 true_label_, local
521 if (true_label_ != fall_through_) __ jmp(true_label_);
526 if (true_label_ != fall_through_) __ jmp(true_label_);
532 if (true_label_ != fall_through_) __ jmp(true_label_);
634 true_label_, local
[all...]
/external/v8/src/full-codegen/x87/
H A Dfull-codegen-x87.cc498 true_label_, local
504 if (true_label_ != fall_through_) __ jmp(true_label_);
509 if (true_label_ != fall_through_) __ jmp(true_label_);
515 if (true_label_ != fall_through_) __ jmp(true_label_);
595 DCHECK(materialize_true == true_label_);
619 true_label_, local
622 if (true_label_ !
[all...]

Completed in 279 milliseconds