label_ 409 src/arm/lithium-arm.h Label* label() { return &label_; }
label_ 415 src/arm/lithium-arm.h Label label_;
label_ 987 src/ast.h bool is_default() const { return label_ == NULL; }
label_ 990 src/ast.h return label_;
label_ 1009 src/ast.h Expression* label_;
label_ 394 src/ia32/lithium-ia32.h Label* label() { return &label_; }
label_ 400 src/ia32/lithium-ia32.h Label label_;
label_ 2170 src/jsregexp.cc if (label_.is_bound()) {
label_ 2173 src/jsregexp.cc macro_assembler->GoTo(&label_);
label_ 2180 src/jsregexp.cc macro_assembler->GoTo(&label_);
label_ 2184 src/jsregexp.cc macro_assembler->Bind(&label_);
label_ 629 src/jsregexp.h Label* label() { return &label_; }
label_ 657 src/jsregexp.h Label label_;
label_ 408 src/mips/lithium-mips.h Label* label() { return &label_; }
label_ 414 src/mips/lithium-mips.h Label label_;
label_ 2920 src/profile-generator.cc return hash_ == other->GetHash() && !strcmp(label_, other->GetLabel());
label_ 2923 src/profile-generator.cc virtual const char* GetLabel() { return label_; }
label_ 2928 src/profile-generator.cc const char* label_;
label_ 411 src/x64/lithium-x64.h Label* label() { return &label_; }
label_ 417 src/x64/lithium-x64.h Label label_;
label_ 973 test/cctest/test-heap-profiler.cc label_(label),
label_ 988 test/cctest/test-heap-profiler.cc virtual const char* GetLabel() { return label_; }
label_ 1021 test/cctest/test-heap-profiler.cc const char* label_;