tag              1001 src/arm/full-codegen-arm.cc   VisitForStackValue(stmt->tag());
tag              4532 src/arm/lithium-codegen-arm.cc     uint8_t tag;
tag              4533 src/arm/lithium-codegen-arm.cc     instr->hydrogen()->GetCheckMaskAndTag(&mask, &tag);
tag              4536 src/arm/lithium-codegen-arm.cc       ASSERT(tag == 0 || IsPowerOf2(tag));
tag              4538 src/arm/lithium-codegen-arm.cc       DeoptimizeIf(tag == 0 ? ne : eq, instr->environment());
tag              4541 src/arm/lithium-codegen-arm.cc       __ cmp(scratch, Operand(tag));
tag               260 src/assembler.cc   *--pos_ = pc_delta << kTagBits | tag;
tag               265 src/assembler.cc   *--pos_ = static_cast<byte>(data_delta << kLocatableTypeTagBits | tag);
tag               483 src/assembler.cc   ASSERT(tag == kNonstatementPositionTag ||
tag               484 src/assembler.cc          tag == kStatementPositionTag);
tag               485 src/assembler.cc   return (tag == kNonstatementPositionTag) ?
tag               499 src/assembler.cc     int tag = AdvanceGetTag();
tag               500 src/assembler.cc     if (tag == kEmbeddedObjectTag) {
tag               503 src/assembler.cc     } else if (tag == kCodeTargetTag) {
tag               506 src/assembler.cc     } else if (tag == kLocatableTag) {
tag               526 src/assembler.cc       ASSERT(tag == kDefaultTag);
tag               424 src/assembler.h   inline void WriteTaggedPC(uint32_t pc_delta, int tag);
tag               429 src/assembler.h   inline void WriteTaggedData(intptr_t data_delta, int tag);
tag              1030 src/ast.h        void Initialize(Expression* tag, ZoneList<CaseClause*>* cases) {
tag              1031 src/ast.h          tag_ = tag;
tag              1035 src/ast.h        Expression* tag() const { return tag_; }
tag               900 src/compiler.cc               CodeCreateEvent(Logger::ToNativeByScript(tag, *script),
tag               907 src/compiler.cc               CodeCreateEvent(Logger::ToNativeByScript(tag, *script),
tag               450 src/compiler.h   static void RecordFunctionCompilation(Logger::LogEventsAndTags tag,
tag                68 src/cpu-profiler-inl.h     Logger::LogEventsAndTags tag) {
tag                70 src/cpu-profiler-inl.h       && (tag != Logger::CALLBACK_TAG
tag                71 src/cpu-profiler-inl.h           && tag != Logger::FUNCTION_TAG
tag                72 src/cpu-profiler-inl.h           && tag != Logger::LAZY_COMPILE_TAG
tag                73 src/cpu-profiler-inl.h           && tag != Logger::REG_EXP_TAG
tag                74 src/cpu-profiler-inl.h           && tag != Logger::SCRIPT_TAG);
tag                63 src/cpu-profiler.cc   if (FilterOutCodeCreateEvent(tag)) return;
tag                69 src/cpu-profiler.cc   rec->entry = generator_->NewCodeEntry(tag, prefix, name);
tag                83 src/cpu-profiler.cc   if (FilterOutCodeCreateEvent(tag)) return;
tag                89 src/cpu-profiler.cc   rec->entry = generator_->NewCodeEntry(tag, name, resource_name, line_number);
tag               100 src/cpu-profiler.cc   if (FilterOutCodeCreateEvent(tag)) return;
tag               106 src/cpu-profiler.cc   rec->entry = generator_->NewCodeEntry(tag, name);
tag               117 src/cpu-profiler.cc   if (FilterOutCodeCreateEvent(tag)) return;
tag               123 src/cpu-profiler.cc   rec->entry = generator_->NewCodeEntry(tag, args_count);
tag               160 src/cpu-profiler.cc   if (FilterOutCodeCreateEvent(tag)) return;
tag               166 src/cpu-profiler.cc   rec->entry = generator_->NewCodeEntry(tag, prefix, name);
tag               354 src/cpu-profiler.cc       tag, comment, code->address(), code->ExecutableSize());
tag               362 src/cpu-profiler.cc       tag,
tag               378 src/cpu-profiler.cc       tag,
tag               393 src/cpu-profiler.cc       tag,
tag               406 src/cpu-profiler.cc       tag,
tag               136 src/cpu-profiler.h   void CallbackCreateEvent(Logger::LogEventsAndTags tag,
tag               139 src/cpu-profiler.h   void CodeCreateEvent(Logger::LogEventsAndTags tag,
tag               144 src/cpu-profiler.h   void CodeCreateEvent(Logger::LogEventsAndTags tag,
tag               147 src/cpu-profiler.h   void CodeCreateEvent(Logger::LogEventsAndTags tag,
tag               153 src/cpu-profiler.h   void RegExpCodeCreateEvent(Logger::LogEventsAndTags tag,
tag               177 src/cpu-profiler.h   INLINE(static bool FilterOutCodeCreateEvent(Logger::LogEventsAndTags tag));
tag               226 src/cpu-profiler.h   static void CodeCreateEvent(Logger::LogEventsAndTags tag,
tag               228 src/cpu-profiler.h   static void CodeCreateEvent(Logger::LogEventsAndTags tag,
tag               230 src/cpu-profiler.h   static void CodeCreateEvent(Logger::LogEventsAndTags tag,
tag               234 src/cpu-profiler.h   static void CodeCreateEvent(Logger::LogEventsAndTags tag,
tag               238 src/cpu-profiler.h   static void CodeCreateEvent(Logger::LogEventsAndTags tag,
tag               195 src/dateparser.h     bool IsKeywordType(KeywordType tag) {
tag               196 src/dateparser.h       return tag_ == tag;
tag               215 src/dateparser.h     static DateToken Keyword(KeywordType tag, int value, int length) {
tag               216 src/dateparser.h       return DateToken(tag, length, value);
tag               247 src/dateparser.h     DateToken(int tag, int length, int value)
tag               248 src/dateparser.h         : tag_(tag),
tag               131 src/full-codegen.cc   Visit(stmt->tag());
tag              2004 src/gdb-jit.cc   if (desc->tag() == GDBJITInterface::FUNCTION) {
tag              2061 src/gdb-jit.cc                             tag,
tag              2100 src/gdb-jit.cc   builder.AddString(Tag2String(tag));
tag              2108 src/gdb-jit.cc   AddCode(builder.Finalize(), code, tag, NULL, NULL);
tag              2116 src/gdb-jit.cc   AddCode(tag, name != NULL ? *name->ToCString(DISALLOW_NULLS) : NULL, code);
tag              2123 src/gdb-jit.cc   AddCode(tag, "", code);
tag               105 src/gdb-jit.h    static const char* Tag2String(CodeTag tag) {
tag               106 src/gdb-jit.h      switch (tag) {
tag               117 src/gdb-jit.h                        CodeTag tag,
tag               126 src/gdb-jit.h    static void AddCode(CodeTag tag, String* name, Code* code);
tag               128 src/gdb-jit.h    static void AddCode(CodeTag tag, const char* name, Code* code);
tag               130 src/gdb-jit.h    static void AddCode(CodeTag tag, Code* code);
tag              1031 src/hydrogen-instructions.cc       *tag = kStringTag;
tag              1035 src/hydrogen-instructions.cc       *tag = kSymbolTag;
tag              2198 src/hydrogen-instructions.h   void GetCheckMaskAndTag(uint8_t* mask, uint8_t* tag);
tag              3910 src/hydrogen.cc   CHECK_ALIVE(VisitForValue(stmt->tag()));
tag              9264 src/hydrogen.cc   Tag tag(this, "compilation");
tag              9283 src/hydrogen.cc   Tag tag(this, "cfg");
tag              9395 src/hydrogen.cc   Tag tag(this, "intervals");
tag               963 src/ia32/full-codegen-ia32.cc   VisitForStackValue(stmt->tag());
tag              4455 src/ia32/lithium-codegen-ia32.cc     uint8_t tag;
tag              4456 src/ia32/lithium-codegen-ia32.cc     instr->hydrogen()->GetCheckMaskAndTag(&mask, &tag);
tag              4459 src/ia32/lithium-codegen-ia32.cc       ASSERT(tag == 0 || IsPowerOf2(tag));
tag              4461 src/ia32/lithium-codegen-ia32.cc       DeoptimizeIf(tag == 0 ? not_zero : zero, instr->environment());
tag              4465 src/ia32/lithium-codegen-ia32.cc       __ cmp(temp, tag);
tag              1433 src/isolate.cc       PrintF("Isolate %p " #tag "\n", reinterpret_cast<void*>(this));   \
tag                37 src/log-inl.h  Logger::LogEventsAndTags Logger::ToNativeByScript(Logger::LogEventsAndTags tag,
tag                39 src/log-inl.h    if ((tag == FUNCTION_TAG || tag == LAZY_COMPILE_TAG || tag == SCRIPT_TAG)
tag                41 src/log-inl.h      switch (tag) {
tag                45 src/log-inl.h        default: return tag;
tag                48 src/log-inl.h      return tag;
tag               772 src/log.cc       ApiEvent("api,%s,\"%s\",\"%s\"\n", tag, *class_name, *property_name);
tag               782 src/log.cc       ApiEvent("api,%s,\"%s\",%u\n", tag, *class_name, index);
tag               790 src/log.cc       ApiEvent("api,%s,\"%s\"\n", tag, *class_name);
tag               870 src/log.cc         name_buffer_->AppendBytes(kLogEventsNames[tag]);
tag               884 src/log.cc                  kLogEventsNames[tag]);
tag               905 src/log.cc         name_buffer_->AppendBytes(kLogEventsNames[tag]);
tag               919 src/log.cc                  kLogEventsNames[tag]);
tag               946 src/log.cc         name_buffer_->AppendBytes(kLogEventsNames[tag]);
tag               967 src/log.cc                  kLogEventsNames[tag]);
tag               987 src/log.cc         name_buffer_->AppendBytes(kLogEventsNames[tag]);
tag              1010 src/log.cc                  kLogEventsNames[tag]);
tag              1028 src/log.cc         name_buffer_->AppendBytes(kLogEventsNames[tag]);
tag              1042 src/log.cc                  kLogEventsNames[tag]);
tag              1162 src/log.cc       msg.Append("%s,%s,", name, tag);
tag              1397 src/log.cc         LogEventsAndTags tag = Logger::STUB_TAG;
tag              1412 src/log.cc             tag = Logger::STUB_TAG;
tag              1416 src/log.cc             tag = Logger::BUILTIN_TAG;
tag              1420 src/log.cc             tag = Logger::KEYED_LOAD_IC_TAG;
tag              1424 src/log.cc             tag = Logger::LOAD_IC_TAG;
tag              1428 src/log.cc             tag = Logger::STORE_IC_TAG;
tag              1432 src/log.cc             tag = Logger::KEYED_STORE_IC_TAG;
tag              1436 src/log.cc             tag = Logger::CALL_IC_TAG;
tag              1440 src/log.cc             tag = Logger::KEYED_CALL_IC_TAG;
tag              1443 src/log.cc         PROFILE(ISOLATE, CodeCreateEvent(tag, code_object, description));
tag               190 src/log.h        void ResourceEvent(const char* name, const char* tag);
tag               205 src/log.h        void ApiNamedPropertyAccess(const char* tag, JSObject* holder, Object* name);
tag               206 src/log.h        void ApiIndexedPropertyAccess(const char* tag,
tag               209 src/log.h        void ApiObjectAccess(const char* tag, JSObject* obj);
tag               219 src/log.h        void CodeCreateEvent(LogEventsAndTags tag,
tag               221 src/log.h        void CodeCreateEvent(LogEventsAndTags tag,
tag               223 src/log.h        void CodeCreateEvent(LogEventsAndTags tag,
tag               227 src/log.h        void CodeCreateEvent(LogEventsAndTags tag,
tag               231 src/log.h        void CodeCreateEvent(LogEventsAndTags tag, Code* code, int args_count);
tag               354 src/log.h          char tag = T::kTag;
tag               355 src/log.h          LowLevelLogWriteBytes(reinterpret_cast<const char*>(&tag), sizeof(tag));
tag              1008 src/mips/full-codegen-mips.cc   VisitForStackValue(stmt->tag());
tag              4301 src/mips/lithium-codegen-mips.cc     uint8_t tag;
tag              4302 src/mips/lithium-codegen-mips.cc     instr->hydrogen()->GetCheckMaskAndTag(&mask, &tag);
tag              4305 src/mips/lithium-codegen-mips.cc       ASSERT(tag == 0 || IsPowerOf2(tag));
tag              4307 src/mips/lithium-codegen-mips.cc       DeoptimizeIf(tag == 0 ? ne : eq, instr->environment(),
tag              4311 src/mips/lithium-codegen-mips.cc       DeoptimizeIf(ne, instr->environment(), scratch, Operand(tag));
tag               727 src/objects-debug.cc   VerifyPointer(tag());
tag               367 src/objects-inl.h   uint32_t tag = (type_ & kStringRepresentationMask);
tag               368 src/objects-inl.h   return static_cast<StringRepresentationTag>(tag);
tag              3723 src/objects-inl.h ACCESSORS(TemplateInfo, tag, Object, kTagOffset)
tag               928 src/objects-printer.cc   tag()->ShortPrint(out);
tag               962 src/objects-printer.cc   tag()->ShortPrint(out);
tag              8498 src/objects.h    DECL_ACCESSORS(tag, Object)
tag              8863 src/objects.h    virtual void Synchronize(VisitorSynchronization::SyncTag tag) {}
tag              2676 src/parser.cc    Expression* tag = ParseExpression(true, CHECK_OK);
tag              2688 src/parser.cc    if (statement) statement->Initialize(tag, cases);
tag               190 src/prettyprinter.cc   Visit(node->tag());
tag               869 src/prettyprinter.cc   PrintIndentedVisit("TAG", node->tag());
tag                46 src/profile-generator-inl.h CodeEntry::CodeEntry(Logger::LogEventsAndTags tag,
tag                52 src/profile-generator-inl.h     : tag_(tag),
tag                62 src/profile-generator-inl.h bool CodeEntry::is_js_function_tag(Logger::LogEventsAndTags tag) {
tag                63 src/profile-generator-inl.h   return tag == Logger::FUNCTION_TAG
tag                64 src/profile-generator-inl.h       || tag == Logger::LAZY_COMPILE_TAG
tag                65 src/profile-generator-inl.h       || tag == Logger::SCRIPT_TAG
tag                66 src/profile-generator-inl.h       || tag == Logger::NATIVE_FUNCTION_TAG
tag                67 src/profile-generator-inl.h       || tag == Logger::NATIVE_LAZY_COMPILE_TAG
tag                68 src/profile-generator-inl.h       || tag == Logger::NATIVE_SCRIPT_TAG;
tag                81 src/profile-generator-inl.h CodeEntry* ProfileGenerator::EntryForVMState(StateTag tag) {
tag                82 src/profile-generator-inl.h   switch (tag) {
tag               786 src/profile-generator.cc   CodeEntry* entry = new CodeEntry(tag,
tag               799 src/profile-generator.cc   CodeEntry* entry = new CodeEntry(tag,
tag               813 src/profile-generator.cc   CodeEntry* entry = new CodeEntry(tag,
tag               826 src/profile-generator.cc   CodeEntry* entry = new CodeEntry(tag,
tag              1171 src/profile-generator.cc   ASSERT(gc_subroot_indexes_[tag] == HeapEntry::kNoEntry);
tag              1172 src/profile-generator.cc   ASSERT(0 <= tag && tag < VisitorSynchronization::kNumberOfSyncTags);
tag              1175 src/profile-generator.cc       VisitorSynchronization::kTagNames[tag],
tag              1176 src/profile-generator.cc       HeapObjectsMap::GetNthGcSubrootId(tag),
tag              1178 src/profile-generator.cc   gc_subroot_indexes_[tag] = entry->index();
tag              1627 src/profile-generator.cc   cache_entry->value = const_cast<char*>(tag);
tag              1690 src/profile-generator.cc       const char* tag = objects_tags_.GetTag(object);
tag              1691 src/profile-generator.cc       if (tag != NULL) {
tag              1692 src/profile-generator.cc         name = collection_->names()->GetFormatted("%s / %s", name, tag);
tag              1756 src/profile-generator.cc       filler_->AddEntry(V8HeapExplorer::GetNthGcSubrootObject(tag), explorer_);
tag              2328 src/profile-generator.cc     IndexTag(int index, VisitorSynchronization::SyncTag tag)
tag              2329 src/profile-generator.cc         : index(index), tag(tag) { }
tag              2331 src/profile-generator.cc     VisitorSynchronization::SyncTag tag;
tag              2353 src/profile-generator.cc       explorer->SetGcRootsReference(reference_tags_[i].tag);
tag              2359 src/profile-generator.cc         explorer->SetGcSubrootReference(reference_tags_[tags_index].tag,
tag              2364 src/profile-generator.cc         explorer->SetGcSubrootReference(reference_tags_[tags_index].tag,
tag              2376 src/profile-generator.cc       reference_tags_.Add(IndexTag(previous_reference_count_, tag));
tag              2606 src/profile-generator.cc       snapshot_->gc_subroot(tag));
tag              2618 src/profile-generator.cc           snapshot_->gc_subroot(tag)->index(),
tag              2624 src/profile-generator.cc           snapshot_->gc_subroot(tag)->index(),
tag              2654 src/profile-generator.cc       entry->set_name(tag);
tag                96 src/profile-generator.h   INLINE(CodeEntry(Logger::LogEventsAndTags tag,
tag               113 src/profile-generator.h   INLINE(static bool is_js_function_tag(Logger::LogEventsAndTags tag));
tag               309 src/profile-generator.h   CodeEntry* NewCodeEntry(Logger::LogEventsAndTags tag,
tag               311 src/profile-generator.h   CodeEntry* NewCodeEntry(Logger::LogEventsAndTags tag, const char* name);
tag               312 src/profile-generator.h   CodeEntry* NewCodeEntry(Logger::LogEventsAndTags tag,
tag               314 src/profile-generator.h   CodeEntry* NewCodeEntry(Logger::LogEventsAndTags tag, int args_count);
tag               396 src/profile-generator.h   INLINE(CodeEntry* NewCodeEntry(Logger::LogEventsAndTags tag,
tag               400 src/profile-generator.h     return profiles_->NewCodeEntry(tag, name, resource_name, line_number);
tag               403 src/profile-generator.h   INLINE(CodeEntry* NewCodeEntry(Logger::LogEventsAndTags tag,
tag               405 src/profile-generator.h     return profiles_->NewCodeEntry(tag, name);
tag               408 src/profile-generator.h   INLINE(CodeEntry* NewCodeEntry(Logger::LogEventsAndTags tag,
tag               411 src/profile-generator.h     return profiles_->NewCodeEntry(tag, name_prefix, name);
tag               414 src/profile-generator.h   INLINE(CodeEntry* NewCodeEntry(Logger::LogEventsAndTags tag,
tag               416 src/profile-generator.h     return profiles_->NewCodeEntry(tag, args_count);
tag               437 src/profile-generator.h   INLINE(CodeEntry* EntryForVMState(StateTag tag));
tag               610 src/profile-generator.h   HeapEntry* AddGcSubrootEntry(int tag);
tag               806 src/profile-generator.h   void SetTag(Object* obj, const char* tag);
tag               934 src/profile-generator.h   void SetGcRootsReference(VisitorSynchronization::SyncTag tag);
tag               936 src/profile-generator.h       VisitorSynchronization::SyncTag tag, bool is_weak, Object* child);
tag               938 src/profile-generator.h   void TagObject(Object* obj, const char* tag);
tag              2639 src/runtime.cc     ReplacementPart(int tag, int data)
tag              2640 src/runtime.cc         : tag(tag), data(data) {
tag              2642 src/runtime.cc       ASSERT(tag < NUMBER_OF_PART_TYPES);
tag              2646 src/runtime.cc     int tag;
tag              2802 src/runtime.cc     int tag = parts_[i].tag;
tag              2803 src/runtime.cc     if (tag <= 0) {  // A replacement string slice.
tag              2804 src/runtime.cc       int from = -tag;
tag              2808 src/runtime.cc       parts_[i].tag = REPLACEMENT_SUBSTRING;
tag              2811 src/runtime.cc     } else if (tag == REPLACEMENT_STRING) {
tag              2826 src/runtime.cc     switch (part.tag) {
tag                61 src/vm-state-inl.h VMState::VMState(Isolate* isolate, StateTag tag)
tag                64 src/vm-state-inl.h     LOG(isolate, UncheckedStringEvent("Entering", StateToString(tag)));
tag                68 src/vm-state-inl.h   isolate_->SetCurrentVMState(tag);
tag                39 src/vm-state.h   inline VMState(Isolate* isolate, StateTag tag);
tag               970 src/x64/full-codegen-x64.cc   VisitForStackValue(stmt->tag());
tag              4169 src/x64/lithium-codegen-x64.cc     uint8_t tag;
tag              4170 src/x64/lithium-codegen-x64.cc     instr->hydrogen()->GetCheckMaskAndTag(&mask, &tag);
tag              4173 src/x64/lithium-codegen-x64.cc       ASSERT(tag == 0 || IsPowerOf2(tag));
tag              4176 src/x64/lithium-codegen-x64.cc       DeoptimizeIf(tag == 0 ? not_zero : zero, instr->environment());
tag              4181 src/x64/lithium-codegen-x64.cc       __ cmpb(kScratchRegister, Immediate(tag));