Type 229 include/v8-profiler.h Type GetType() const;
Type 265 include/v8-profiler.h Type GetType() const;
Type 330 include/v8-profiler.h Type GetType() const;
Type 434 include/v8-profiler.h HeapSnapshot::Type type = HeapSnapshot::kFull,
Type 6000 src/api.cc HeapGraphEdge::Type HeapGraphEdge::GetType() const {
Type 6003 src/api.cc return static_cast<HeapGraphEdge::Type>(ToInternal(this)->type());
Type 6050 src/api.cc HeapGraphNode::Type HeapGraphNode::GetType() const {
Type 6053 src/api.cc return static_cast<HeapGraphNode::Type>(ToInternal(this)->type());
Type 6122 src/api.cc HeapSnapshot::Type HeapSnapshot::GetType() const {
Type 6125 src/api.cc return static_cast<HeapSnapshot::Type>(ToInternal(this)->type());
Type 6235 src/api.cc i::HeapSnapshot::Type internal_type = i::HeapSnapshot::kFull;
Type 118 src/arguments.h Type Name(Arguments args, Isolate* isolate)
Type 122 src/arguments.h Type Name(Arguments args, Isolate* isolate)
Type 46 src/arm/code-stubs-arm.h TranscendentalCacheStub(TranscendentalCache::Type type,
Type 51 src/arm/code-stubs-arm.h TranscendentalCache::Type type_;
Type 242 src/arm/full-codegen-arm.cc ArgumentsAccessStub::Type type;
Type 431 src/arm/lithium-arm.h TranscendentalCache::Type transcendental_type() {
Type 1276 src/arm/macro-assembler-arm.h void EnterFrame(StackFrame::Type type);
Type 1277 src/arm/macro-assembler-arm.h void LeaveFrame(StackFrame::Type type);
Type 824 src/arm/simulator-arm.cc ExternalReference::Type type() { return type_; }
Type 846 src/arm/simulator-arm.cc ExternalReference::Type type_;
Type 326 src/arm/simulator-arm.h v8::internal::ExternalReference::Type type);
Type 558 src/assembler.h ExternalReference(ApiFunction* ptr, Type type, Isolate* isolate);
Type 717 src/assembler.h Type type = ExternalReference::BUILTIN_CALL) {
Type 728 src/assembler.h Type type = ExternalReference::BUILTIN_CALL) {
Type 161 src/ast.h virtual AstNode::Type node_type() const { return AstNode::k##type; }
Type 214 src/ast.h virtual Type node_type() const { return kInvalid; }
Type 398 src/ast.h BreakableStatement(Isolate* isolate, ZoneStringList* labels, Type type)
Type 409 src/ast.h Type type_;
Type 2108 src/ast.h Type type,
Type 2282 src/ast.h explicit RegExpAssertion(Type type) : type_(type) { }
Type 2292 src/ast.h Type type() { return type_; }
Type 2294 src/ast.h Type type_;
Type 2408 src/ast.h RegExpQuantifier(int min, int max, Type type, RegExpTree* body)
Type 2448 src/ast.h Type type_;
Type 2955 src/ast.h FunctionLiteral::Type type,
Type 1378 src/bootstrapper.cc global_context()->set_##var(Type::cast(var##_native));
Type 45 src/bootstrapper.h explicit SourceCodeCache(Script::Type type): type_(type), cache_(NULL) { }
Type 81 src/bootstrapper.h Script::Type type_;
Type 702 src/code-stubs.h explicit ArgumentsAccessStub(Type type) : type_(type) { }
Type 705 src/code-stubs.h Type type_;
Type 1048 src/code-stubs.h bool Contains(Type type) const { return set_.Contains(type); }
Type 1049 src/code-stubs.h void Add(Type type) { set_.Add(type); }
Type 1058 src/code-stubs.h EnumSet<Type, byte> set_;
Type 1082 src/code-stubs.h Type type,
Type 92 src/codegen.h UnaryMathFunction CreateTranscendentalFunction(TranscendentalCache::Type type);
Type 63 src/cpu-profiler.h Type type;
Type 122 src/d8.h LineEditor(Type type, const char* name);
Type 133 src/d8.h Type type_;
Type 440 src/deoptimizer.h StackFrame::Type GetFrameType() const { return type_; }
Type 441 src/deoptimizer.h void SetFrameType(StackFrame::Type type) { type_ = type; }
Type 497 src/deoptimizer.h StackFrame::Type type_;
Type 474 src/factory.h JSRegExp::Type type,
Type 482 src/factory.h JSRegExp::Type type,
Type 138 src/frames.cc StackFrame::Type type = frame_->GetCallerState(&state);
Type 158 src/frames.cc StackFrame::Type type = frame_->GetCallerState(&state);
Type 165 src/frames.cc StackFrame::Type type;
Type 441 src/frames.cc StackFrame::Type StackFrame::ComputeType(Isolate* isolate, State* state) {
Type 461 src/frames.cc return static_cast<StackFrame::Type>(Smi::cast(marker)->value());
Type 466 src/frames.cc StackFrame::Type StackFrame::GetCallerState(State* state) const {
Type 502 src/frames.cc StackFrame::Type EntryFrame::GetCallerState(State* state) const {
Type 552 src/frames.cc StackFrame::Type ExitFrame::GetStateForFramePointer(Address fp, State* state) {
Type 200 src/frames.h Type type = this->type();
Type 231 src/frames.h virtual Type type() const = 0;
Type 284 src/frames.h static Type ComputeType(Isolate* isolate, State* state);
Type 295 src/frames.h virtual Type GetCallerState(State* state) const;
Type 311 src/frames.h virtual Type type() const { return ENTRY; }
Type 334 src/frames.h virtual Type GetCallerState(State* state) const;
Type 342 src/frames.h virtual Type type() const { return ENTRY_CONSTRUCT; }
Type 362 src/frames.h virtual Type type() const { return EXIT; }
Type 381 src/frames.h static Type GetStateForFramePointer(Address fp, State* state);
Type 489 src/frames.h virtual Type type() const { return JAVA_SCRIPT; }
Type 560 src/frames.h virtual Type type() const { return OPTIMIZED; }
Type 591 src/frames.h virtual Type type() const { return ARGUMENTS_ADAPTOR; }
Type 620 src/frames.h virtual Type type() const { return INTERNAL; }
Type 647 src/frames.h virtual Type type() const { return CONSTRUCT; }
Type 710 src/frames.h StackFrame* SingletonFor(StackFrame::Type type, StackFrame::State* state);
Type 712 src/frames.h StackFrame* SingletonFor(StackFrame::Type type);
Type 370 src/gdb-jit.cc Type type_;
Type 791 src/gdb-jit.cc Type type,
Type 814 src/gdb-jit.cc Type type,
Type 652 src/heap-inl.h MaybeObject* TranscendentalCache::Get(Type type, double input) {
Type 128 src/heap-profiler.cc HeapSnapshot::Type s_type = static_cast<HeapSnapshot::Type>(type);
Type 2558 src/heap.h MUST_USE_RESULT inline MaybeObject* Get(Type type, double input);
Type 2568 src/heap.h explicit SubCache(Type t);
Type 2592 src/heap.h Type type_;
Type 357 src/hydrogen-instructions.h return HType(static_cast<Type>(type_ & other.type_));
Type 449 src/hydrogen-instructions.h explicit HType(Type t) : type_(t) { }
Type 1364 src/hydrogen-instructions.h HStackCheck(HValue* context, Type type) : type_(type) {
Type 1389 src/hydrogen-instructions.h Type type_;
Type 3581 src/hydrogen-instructions.h void set_transcendental_type(TranscendentalCache::Type transcendental_type) {
Type 3584 src/hydrogen-instructions.h TranscendentalCache::Type transcendental_type() {
Type 3598 src/hydrogen-instructions.h TranscendentalCache::Type transcendental_type_;
Type 403 src/ia32/assembler-ia32-inl.h void Assembler::emit_disp(Label* L, Displacement::Type type) {
Type 417 src/ia32/assembler-ia32.h Type type() const { return TypeField::decode(data_); }
Type 426 src/ia32/assembler-ia32.h Displacement(Label* L, Type type) { init(L, type); }
Type 436 src/ia32/assembler-ia32.h class TypeField: public BitField<Type, 0, 2> {};
Type 439 src/ia32/assembler-ia32.h void init(Label* L, Type type);
Type 1166 src/ia32/assembler-ia32.h inline void emit_disp(Label* L, Displacement::Type type);
Type 48 src/ia32/code-stubs-ia32.h TranscendentalCacheStub(TranscendentalCache::Type type,
Type 53 src/ia32/code-stubs-ia32.h TranscendentalCache::Type type);
Type 55 src/ia32/code-stubs-ia32.h TranscendentalCache::Type type_;
Type 237 src/ia32/full-codegen-ia32.cc ArgumentsAccessStub::Type type;
Type 422 src/ia32/lithium-ia32.h TranscendentalCache::Type transcendental_type() {
Type 847 src/ia32/macro-assembler-ia32.h void EnterFrame(StackFrame::Type type);
Type 848 src/ia32/macro-assembler-ia32.h void LeaveFrame(StackFrame::Type type);
Type 1478 src/jsregexp.cc void Type##Node::Accept(NodeVisitor* visitor) { \
Type 1479 src/jsregexp.cc visitor->Visit##Type(this); \
Type 4232 src/jsregexp.cc virtual void Visit##Type(Type##Node* that);
Type 412 src/jsregexp.h explicit TextElement(Type t) : type(t), cp_offset(-1) { }
Type 416 src/jsregexp.h Type type;
Type 769 src/jsregexp.h Type type() { return type_; }
Type 802 src/jsregexp.h ActionNode(Type type, RegExpNode* on_success)
Type 805 src/jsregexp.h Type type_;
Type 1343 src/jsregexp.h DeferredAction(ActionNode::Type type, int reg)
Type 1348 src/jsregexp.h ActionNode::Type type() { return type_; }
Type 1350 src/jsregexp.h ActionNode::Type type_;
Type 1495 src/jsregexp.h virtual void Visit##Type(Type##Node* that) = 0;
Type 1522 src/jsregexp.h virtual void Visit##Type(Type##Node* that);
Type 1558 src/jsregexp.h virtual void Visit##Type(Type##Node* that);
Type 77 src/macro-assembler.h explicit FrameScope(MacroAssembler* masm, StackFrame::Type type)
Type 103 src/macro-assembler.h StackFrame::Type type_;
Type 47 src/mips/code-stubs-mips.h TranscendentalCacheStub(TranscendentalCache::Type type,
Type 52 src/mips/code-stubs-mips.h TranscendentalCache::Type type_;
Type 236 src/mips/constants-mips.cc Instruction::Type Instruction::InstructionType() const {
Type 631 src/mips/constants-mips.h Type InstructionType() const;
Type 248 src/mips/full-codegen-mips.cc ArgumentsAccessStub::Type type;
Type 430 src/mips/lithium-mips.h TranscendentalCache::Type transcendental_type() {
Type 1405 src/mips/macro-assembler-mips.h void EnterFrame(StackFrame::Type type);
Type 1406 src/mips/macro-assembler-mips.h void LeaveFrame(StackFrame::Type type);
Type 955 src/mips/simulator-mips.cc ExternalReference::Type type() { return type_; }
Type 977 src/mips/simulator-mips.cc ExternalReference::Type type_;
Type 348 src/mips/simulator-mips.h ExternalReference::Type type);
Type 995 src/objects-inl.h Failure::Type Failure::type() const {
Type 996 src/objects-inl.h return static_cast<Type>(value() & kFailureTypeTagMask);
Type 1049 src/objects-inl.h Failure* Failure::Construct(Type type, intptr_t value) {
Type 4566 src/objects-inl.h JSRegExp::Type JSRegExp::TypeTag() {
Type 4570 src/objects-inl.h return static_cast<JSRegExp::Type>(smi->value());
Type 4574 src/objects-inl.h JSRegExp::Type JSRegExp::TypeTagUnchecked() {
Type 4576 src/objects-inl.h return static_cast<JSRegExp::Type>(smi->value());
Type 1061 src/objects.h inline Type type() const;
Type 1089 src/objects.h static inline Failure* Construct(Type type, intptr_t value = 0);
Type 3405 src/objects.h ScopeType Type();
Type 6532 src/objects.h inline Type TypeTag();
Type 6543 src/objects.h inline Type TypeTagUnchecked();
Type 722 src/parser.cc FunctionLiteral::Type type = shared_info->is_expression()
Type 3523 src/parser.cc FunctionLiteral::Type type = name.is_null()
Type 3956 src/parser.cc CompileTimeValue::Type CompileTimeValue::GetType(Handle<FixedArray> value) {
Type 3958 src/parser.cc return static_cast<Type>(type_value->value());
Type 5259 src/parser.cc RegExpAssertion::Type type =
Type 5492 src/parser.cc RegExpQuantifier::Type type = RegExpQuantifier::GREEDY;
Type 275 src/parser.h void AddQuantifierToAtom(int min, int max, RegExpQuantifier::Type type);
Type 671 src/parser.h FunctionLiteral::Type type,
Type 860 src/parser.h static Type GetType(Handle<FixedArray> value);
Type 260 src/preparser.h explicit Identifier(Type type) : type_(type) { }
Type 261 src/preparser.h Type type_;
Type 310 src/preparser.h static_cast<PreParser::Identifier::Type>(code_ >> kIdentifierShift));
Type 434 src/preparser.h explicit Statement(Type code) : code_(code) {}
Type 435 src/preparser.h Type code_;
Type 2552 src/profile-generator.cc HeapGraphEdge::Type type = reference_name->length() > 0 ?
Type 2753 src/profile-generator.cc HeapEntry::Type entries_type_;
Type 465 src/profile-generator.h HeapGraphEdge(Type type, const char* name, int from, int to);
Type 466 src/profile-generator.h HeapGraphEdge(Type type, int index, int from, int to);
Type 469 src/profile-generator.h Type type() const { return static_cast<Type>(type_); }
Type 522 src/profile-generator.h Type type,
Type 528 src/profile-generator.h Type type() { return static_cast<Type>(type_); }
Type 543 src/profile-generator.h HeapGraphEdge::Type type, int index, HeapEntry* entry);
Type 545 src/profile-generator.h HeapGraphEdge::Type type, const char* name, HeapEntry* entry);
Type 580 src/profile-generator.h Type type,
Type 586 src/profile-generator.h Type type() { return type_; }
Type 604 src/profile-generator.h HeapEntry* AddEntry(HeapEntry::Type type,
Type 621 src/profile-generator.h Type type_;
Type 719 src/profile-generator.h HeapSnapshot::Type type, const char* name, unsigned uid);
Type 825 src/profile-generator.h virtual void SetIndexedReference(HeapGraphEdge::Type type,
Type 829 src/profile-generator.h virtual void SetIndexedAutoIndexReference(HeapGraphEdge::Type type,
Type 832 src/profile-generator.h virtual void SetNamedReference(HeapGraphEdge::Type type,
Type 836 src/profile-generator.h virtual void SetNamedAutoIndexReference(HeapGraphEdge::Type type,
Type 869 src/profile-generator.h HeapEntry::Type type,
Type 74 src/runtime.cc RUNTIME_ASSERT(args[index]->Is##Type()); \
Type 75 src/runtime.cc Type* name = Type::cast(args[index]);
Type 78 src/runtime.cc RUNTIME_ASSERT(args[index]->Is##Type()); \
Type 79 src/runtime.cc Handle<Type> name = args.at<Type>(index);
Type 107 src/runtime.cc type name = NumberTo##Type(obj);
Type 11229 src/runtime.cc if (scope_info->Type() != EVAL_SCOPE) nested_scope_chain_.Add(scope_info);
Type 11237 src/runtime.cc if (scope_info->Type() != FUNCTION_SCOPE) {
Type 11240 src/runtime.cc if (scope_info->Type() == GLOBAL_SCOPE) {
Type 11243 src/runtime.cc ASSERT(scope_info->Type() == EVAL_SCOPE);
Type 11279 src/runtime.cc ScopeType scope_type = Type();
Type 11301 src/runtime.cc switch (scope_info->Type()) {
Type 11348 src/runtime.cc switch (Type()) {
Type 11386 src/runtime.cc if (Type() == ScopeTypeGlobal ||
Type 11399 src/runtime.cc switch (Type()) {
Type 11517 src/runtime.cc details->set(kScopeDetailsTypeIndex, Smi::FromInt(it->Type()));
Type 12002 src/runtime.cc for (; it.Type() != ScopeIterator::ScopeTypeGlobal &&
Type 12003 src/runtime.cc it.Type() != ScopeIterator::ScopeTypeLocal ; it.Next()) {
Type 12018 src/runtime.cc if (scope_info->Type() == CATCH_SCOPE) {
Type 12026 src/runtime.cc } else if (scope_info->Type() == BLOCK_SCOPE) {
Type 12042 src/runtime.cc ASSERT(scope_info->Type() == WITH_SCOPE);
Type 195 src/scopeinfo.cc Type() == WITH_SCOPE ||
Type 196 src/scopeinfo.cc (Type() == FUNCTION_SCOPE && CallsEval()) ||
Type 197 src/scopeinfo.cc Type() == MODULE_SCOPE;
Type 100 src/string-stream.h Type type_;
Type 84 src/type-info.h Type t = static_cast<Type>(bit_representation);
Type 98 src/type-info.h return TypeInfo(static_cast<Type>(a.type_ & b.type_));
Type 207 src/type-info.h explicit inline TypeInfo(Type t) : type_(t) { }
Type 209 src/type-info.h Type type_;
Type 47 src/x64/code-stubs-x64.h explicit TranscendentalCacheStub(TranscendentalCache::Type type,
Type 52 src/x64/code-stubs-x64.h TranscendentalCache::Type type);
Type 54 src/x64/code-stubs-x64.h TranscendentalCache::Type type_;
Type 232 src/x64/full-codegen-x64.cc ArgumentsAccessStub::Type type;
Type 433 src/x64/lithium-x64.h TranscendentalCache::Type transcendental_type() {
Type 1307 src/x64/macro-assembler-x64.h void EnterFrame(StackFrame::Type type);
Type 1308 src/x64/macro-assembler-x64.h void LeaveFrame(StackFrame::Type type);