state 755 src/arm/deoptimizer-arm.cc FullCodeGenerator::State state =
state 757 src/arm/deoptimizer-arm.cc output_frame->SetState(Smi::FromInt(state));
state 1669 src/arm/ic-arm.cc State state = TargetState(previous_state, false, x, y);
state 1670 src/arm/ic-arm.cc if (state == GENERIC) {
state 1674 src/arm/ic-arm.cc ICCompareStub stub(op_, state);
state 1675 src/arm/ic-arm.cc if (state == KNOWN_OBJECTS) {
state 1686 src/arm/ic-arm.cc GetStateName(state),
state 1204 src/arm/macro-assembler-arm.cc unsigned state =
state 1208 src/arm/macro-assembler-arm.cc mov(r6, Operand(state));
state 1985 src/arm/simulator-arm.cc const char* state = isEnabledStop(code) ? "Enabled" : "Disabled";
state 1991 src/arm/simulator-arm.cc code, code, state, count, watched_stops[code].desc);
state 1994 src/arm/simulator-arm.cc code, code, state, count);
state 1977 src/bootstrapper.cc reinterpret_cast<void*>(static_cast<intptr_t>(state));
state 1142 src/builtins.cc VMState state(isolate, EXTERNAL);
state 1218 src/builtins.cc VMState state(isolate, EXTERNAL);
state 1584 src/builtins.cc state, \
state 484 src/code-stubs.h ICCompareStub(Token::Value op, CompareIC::State state)
state 485 src/code-stubs.h : op_(op), state_(state) {
state 541 src/compiler.cc VMState state(isolate, COMPILER);
state 612 src/compiler.cc VMState state(isolate, COMPILER);
state 667 src/compiler.cc VMState state(isolate, COMPILER);
state 176 src/cpu-profiler.cc sample->state = isolate->current_vm_state();
state 137 src/d8-readline.cc if (state == 0) {
state 436 src/deoptimizer.h void SetState(Smi* state) { state_ = state; }
state 78 src/execution.cc VMState state(isolate, JS);
state 137 src/frames.cc StackFrame::State state;
state 138 src/frames.cc StackFrame::Type type = frame_->GetCallerState(&state);
state 146 src/frames.cc frame_ = SingletonFor(type, &state);
state 157 src/frames.cc StackFrame::State state;
state 158 src/frames.cc StackFrame::Type type = frame_->GetCallerState(&state);
state 159 src/frames.cc frame_ = SingletonFor(type, &state);
state 164 src/frames.cc StackFrame::State state;
state 168 src/frames.cc Isolate::c_entry_fp(thread_), &state);
state 173 src/frames.cc state.fp = fp_;
state 174 src/frames.cc state.sp = sp_;
state 175 src/frames.cc state.pc_address = ResolveReturnAddressLocation(
state 177 src/frames.cc type = StackFrame::ComputeType(isolate(), &state);
state 180 src/frames.cc frame_ = SingletonFor(type, &state);
state 189 src/frames.cc result->state_ = *state;
state 248 src/frames.cc StackFrame::State state;
state 249 src/frames.cc ExitFrame::FillState(fp, sp, &state);
state 250 src/frames.cc if (!validator_.IsValid(reinterpret_cast<Address>(state.pc_address))) {
state 253 src/frames.cc return *state.pc_address != NULL;
state 332 src/frames.cc StackFrame::State state;
state 351 src/frames.cc frame->ComputeCallerState(&state);
state 352 src/frames.cc return IsValidStackAddress(state.sp) && IsValidStackAddress(state.fp) &&
state 353 src/frames.cc iterator_.SingletonFor(frame->GetCallerState(&state)) != NULL;
state 442 src/frames.cc ASSERT(state->fp != NULL);
state 443 src/frames.cc if (StandardFrame::IsArgumentsAdaptorFrame(state->fp)) {
state 450 src/frames.cc Object* marker = Memory::Object_at(state->fp + offset);
state 457 src/frames.cc Code::Kind kind = GetContainingCode(isolate, *(state->pc_address))->kind();
state 467 src/frames.cc ComputeCallerState(state);
state 468 src/frames.cc return ComputeType(isolate(), state);
state 492 src/frames.cc GetCallerState(state);
state 505 src/frames.cc return ExitFrame::GetStateForFramePointer(fp, state);
state 527 src/frames.cc state->sp = caller_sp();
state 528 src/frames.cc state->fp = Memory::Address_at(fp() + ExitFrameConstants::kCallerFPOffset);
state 529 src/frames.cc state->pc_address = ResolveReturnAddressLocation(
state 555 src/frames.cc FillState(fp, sp, state);
state 556 src/frames.cc ASSERT(*state->pc_address != NULL);
state 562 src/frames.cc state->sp = sp;
state 563 src/frames.cc state->fp = fp;
state 564 src/frames.cc state->pc_address = ResolveReturnAddressLocation(
state 598 src/frames.cc state->sp = caller_sp();
state 599 src/frames.cc state->fp = caller_fp();
state 600 src/frames.cc state->pc_address = ResolveReturnAddressLocation(
state 284 src/frames.h static Type ComputeType(Isolate* isolate, State* state);
state 292 src/frames.h virtual void ComputeCallerState(State* state) const = 0;
state 295 src/frames.h virtual Type GetCallerState(State* state) const;
state 333 src/frames.h virtual void ComputeCallerState(State* state) const;
state 334 src/frames.h virtual Type GetCallerState(State* state) const;
state 381 src/frames.h static Type GetStateForFramePointer(Address fp, State* state);
state 383 src/frames.h static void FillState(Address fp, Address sp, State* state);
state 391 src/frames.h virtual void ComputeCallerState(State* state) const;
state 421 src/frames.h virtual void ComputeCallerState(State* state) const;
state 710 src/frames.h StackFrame* SingletonFor(StackFrame::Type type, StackFrame::State* state);
state 402 src/full-codegen.cc PrepareForBailoutForId(node->id(), state);
state 428 src/full-codegen.cc StateField::encode(state) | PcField::encode(masm_->pc_offset());
state 105 src/full-codegen.h static const char* State2String(State state) {
state 106 src/full-codegen.h switch (state) {
state 400 src/full-codegen.h void PrepareForBailout(Expression* node, State state);
state 401 src/full-codegen.h void PrepareForBailoutForId(unsigned id, State state);
state 987 src/gdb-jit.cc ASSERT(state < STACK_STATE_MAX);
state 988 src/gdb-jit.cc return stack_state_start_addresses_[state];
state 992 src/gdb-jit.cc ASSERT(state < STACK_STATE_MAX);
state 993 src/gdb-jit.cc stack_state_start_addresses_[state] = addr;
state 232 src/global-handles.cc VMState state(isolate, EXTERNAL);
state 621 src/global-handles.cc if (it.node()->state() == Node::WEAK) {
state 623 src/global-handles.cc } else if (it.node()->state() == Node::PENDING) {
state 625 src/global-handles.cc } else if (it.node()->state() == Node::NEAR_DEATH) {
state 627 src/global-handles.cc } else if (it.node()->state() == Node::FREE) {
state 644 src/global-handles.cc if (it.node()->state() == Node::WEAK) weak++;
state 645 src/global-handles.cc if (it.node()->state() == Node::PENDING) pending++;
state 646 src/global-handles.cc if (it.node()->state() == Node::NEAR_DEATH) near_death++;
state 647 src/global-handles.cc if (it.node()->state() == Node::FREE) destroyed++;
state 560 src/handles.cc VMState state(isolate, EXTERNAL);
state 582 src/handles.cc VMState state(isolate, EXTERNAL);
state 536 src/heap.cc VMState state(isolate_, GC);
state 169 src/hydrogen.cc bool drop_extra = state != NULL && state->drop_extra();
state 170 src/hydrogen.cc bool arguments_pushed = state != NULL && state->arguments_pushed();
state 186 src/hydrogen.cc bool drop_extra = state != NULL && state->drop_extra();
state 187 src/hydrogen.cc bool arguments_pushed = state != NULL && state->arguments_pushed();
state 6597 src/hydrogen.cc for (FunctionState* state = function_state();
state 6598 src/hydrogen.cc state != NULL;
state 6599 src/hydrogen.cc state = state->outer()) {
state 6600 src/hydrogen.cc if (state->compilation_info()->closure()->shared() == *target_shared) {
state 125 src/hydrogen.h void Goto(HBasicBlock* block, FunctionState* state = NULL);
state 140 src/hydrogen.h FunctionState* state = NULL);
state 899 src/hydrogen.h void set_function_state(FunctionState* state) { function_state_ = state; }
state 867 src/ia32/deoptimizer-ia32.cc FullCodeGenerator::State state =
state 869 src/ia32/deoptimizer-ia32.cc output_frame->SetState(Smi::FromInt(state));
state 1706 src/ia32/ic-ia32.cc State state = TargetState(previous_state, HasInlinedSmiCode(address()), x, y);
state 1707 src/ia32/ic-ia32.cc if (state == GENERIC) {
state 1711 src/ia32/ic-ia32.cc ICCompareStub stub(op_, state);
state 1712 src/ia32/ic-ia32.cc if (state == KNOWN_OBJECTS) {
state 1723 src/ia32/ic-ia32.cc GetStateName(state),
state 851 src/ia32/macro-assembler-ia32.cc unsigned state =
state 854 src/ia32/macro-assembler-ia32.cc push(Immediate(state));
state 44 src/ic.cc switch (state) {
state 228 src/ic.cc IC::State state = target->ic_state();
state 230 src/ic.cc if (state != MONOMORPHIC || !name->IsString()) return state;
state 231 src/ic.cc if (receiver->IsUndefined() || receiver->IsNull()) return state;
state 546 src/ic.cc UpdateCaches(&lookup, state, extra_ic_state, object, name);
state 710 src/ic.cc if (state == UNINITIALIZED) {
state 716 src/ic.cc } else if (state == MONOMORPHIC) {
state 719 src/ic.cc code = ComputeMonomorphicStub(lookup, state, extra_ic_state,
state 726 src/ic.cc code = ComputeMonomorphicStub(lookup, state, extra_ic_state,
state 733 src/ic.cc code = ComputeMonomorphicStub(lookup, state, extra_ic_state,
state 741 src/ic.cc if (state == UNINITIALIZED ||
state 742 src/ic.cc state == PREMONOMORPHIC ||
state 743 src/ic.cc state == MONOMORPHIC ||
state 744 src/ic.cc state == MONOMORPHIC_PROTOTYPE_FAILURE) {
state 746 src/ic.cc } else if (state == MEGAMORPHIC) {
state 756 src/ic.cc if (had_proto_failure) state = MONOMORPHIC_PROTOTYPE_FAILURE;
state 758 src/ic.cc name, state, target());
state 766 src/ic.cc return CallICBase::LoadFunction(state,
state 776 src/ic.cc if (FLAG_use_ic && state != MEGAMORPHIC && object->IsHeapObject()) {
state 785 src/ic.cc TRACE_IC("KeyedCallIC", key, state, target());
state 790 src/ic.cc TRACE_IC("KeyedCallIC", key, state, target());
state 827 src/ic.cc if (state == UNINITIALIZED) {
state 829 src/ic.cc } else if (state == PREMONOMORPHIC) {
state 833 src/ic.cc } else if (state == MONOMORPHIC && object->IsStringWrapper()) {
state 835 src/ic.cc } else if (state != MEGAMORPHIC) {
state 855 src/ic.cc if (state == UNINITIALIZED) {
state 857 src/ic.cc } else if (state == PREMONOMORPHIC) {
state 859 src/ic.cc } else if (state != MEGAMORPHIC) {
state 876 src/ic.cc if (state == UNINITIALIZED) {
state 878 src/ic.cc } else if (state == PREMONOMORPHIC) {
state 880 src/ic.cc } else if (state != MEGAMORPHIC) {
state 912 src/ic.cc UpdateCaches(&lookup, state, object, name);
state 950 src/ic.cc if (state == UNINITIALIZED) {
state 1021 src/ic.cc if (state == UNINITIALIZED ||
state 1022 src/ic.cc state == PREMONOMORPHIC ||
state 1023 src/ic.cc state == MONOMORPHIC_PROTOTYPE_FAILURE) {
state 1025 src/ic.cc } else if (state == MONOMORPHIC) {
state 1036 src/ic.cc } else if (state == MEGAMORPHIC) {
state 1042 src/ic.cc TRACE_IC("LoadIC", name, state, target());
state 1124 src/ic.cc TRACE_IC("KeyedLoadIC", name, state, target());
state 1136 src/ic.cc TRACE_IC("KeyedLoadIC", name, state, target());
state 1150 src/ic.cc TRACE_IC("KeyedLoadIC", name, state, target());
state 1174 src/ic.cc UpdateCaches(&lookup, state, object, name);
state 1202 src/ic.cc if (state == UNINITIALIZED) {
state 1222 src/ic.cc TRACE_IC("KeyedLoadIC", key, state, target());
state 1244 src/ic.cc if (state == UNINITIALIZED) {
state 1290 src/ic.cc ASSERT(state != MONOMORPHIC_PROTOTYPE_FAILURE);
state 1291 src/ic.cc if (state == UNINITIALIZED || state == PREMONOMORPHIC) {
state 1293 src/ic.cc } else if (state == MONOMORPHIC) {
state 1297 src/ic.cc TRACE_IC("KeyedLoadIC", name, state, target());
state 1405 src/ic.cc UpdateCaches(&lookup, state, strict_mode, receiver, name, value);
state 1429 src/ic.cc TRACE_IC("StoreIC", name, state, target());
state 1540 src/ic.cc if (state == UNINITIALIZED || state == MONOMORPHIC_PROTOTYPE_FAILURE) {
state 1542 src/ic.cc } else if (state == MONOMORPHIC) {
state 1549 src/ic.cc } else if (state == MEGAMORPHIC) {
state 1554 src/ic.cc TRACE_IC("StoreIC", name, state, target());
state 1910 src/ic.cc UpdateCaches(&lookup, state, strict_mode, receiver, name, value);
state 1944 src/ic.cc TRACE_IC("KeyedStoreIC", key, state, target());
state 2016 src/ic.cc ASSERT(state != MONOMORPHIC_PROTOTYPE_FAILURE);
state 2017 src/ic.cc if (state == UNINITIALIZED || state == PREMONOMORPHIC) {
state 2019 src/ic.cc } else if (state == MONOMORPHIC) {
state 2025 src/ic.cc TRACE_IC("KeyedStoreIC", name, state, target());
state 2041 src/ic.cc IC::State state = IC::StateFrom(ic.target(), args[0], args[1]);
state 2043 src/ic.cc MaybeObject* maybe_result = ic.LoadFunction(state,
state 2069 src/ic.cc IC::State state = IC::StateFrom(ic.target(), args[0], args[1]);
state 2071 src/ic.cc ic.LoadFunction(state, args.at<Object>(0), args.at<Object>(1));
state 2089 src/ic.cc IC::State state = IC::StateFrom(ic.target(), args[0], args[1]);
state 2090 src/ic.cc return ic.Load(state, args.at<Object>(0), args.at<String>(1));
state 2099 src/ic.cc IC::State state = IC::StateFrom(ic.target(), args[0], args[1]);
state 2100 src/ic.cc return ic.Load(state, args.at<Object>(0), args.at<Object>(1), false);
state 2108 src/ic.cc IC::State state = IC::StateFrom(ic.target(), args[0], args[1]);
state 2109 src/ic.cc return ic.Load(state, args.at<Object>(0), args.at<Object>(1), true);
state 2118 src/ic.cc IC::State state = IC::StateFrom(ic.target(), args[0], args[1]);
state 2120 src/ic.cc return ic.Store(state,
state 2194 src/ic.cc IC::State state = IC::StateFrom(ic.target(), args[0], args[1]);
state 2196 src/ic.cc return ic.Store(state,
state 2227 src/ic.cc IC::State state = IC::StateFrom(ic.target(), args[0], args[1]);
state 2229 src/ic.cc return ic.Store(state,
state 2589 src/ic.cc switch (state) {
state 2609 src/ic.cc switch (state) {
state 152 src/ic.h char TransitionMarkFromState(IC::State state);
state 208 src/ic.h MUST_USE_RESULT MaybeObject* LoadFunction(State state,
state 223 src/ic.h State state,
state 231 src/ic.h State state,
state 302 src/ic.h MUST_USE_RESULT MaybeObject* LoadFunction(State state,
state 328 src/ic.h MUST_USE_RESULT MaybeObject* Load(State state,
state 351 src/ic.h State state,
state 485 src/ic.h MUST_USE_RESULT MaybeObject* Load(State state,
state 534 src/ic.h State state,
state 571 src/ic.h MUST_USE_RESULT MaybeObject* Store(State state,
state 591 src/ic.h State state,
state 640 src/ic.h MUST_USE_RESULT MaybeObject* Store(State state,
state 680 src/ic.h State state,
state 812 src/ic.h static const char* GetStateName(State state);
state 815 src/ic.h State TargetState(State state, bool has_inlined_smi_code,
state 645 src/incremental-marking.cc if (state() == MARKING) {
state 58 src/incremental-marking.h State state() {
state 66 src/incremental-marking.h inline bool IsStopped() { return state() == STOPPED; }
state 68 src/incremental-marking.h INLINE(bool IsMarking()) { return state() >= MARKING; }
state 70 src/incremental-marking.h inline bool IsMarkingIncomplete() { return state() == MARKING; }
state 72 src/incremental-marking.h inline bool IsComplete() { return state() == COMPLETE; }
state 763 src/isolate.cc { VMState state(this, EXTERNAL);
state 841 src/isolate.cc VMState state(this, EXTERNAL);
state 883 src/isolate.cc VMState state(this, EXTERNAL);
state 1004 src/isolate.h void SetCurrentVMState(StateTag state) {
state 1009 src/isolate.h if (current_state != JS && state == JS) {
state 1012 src/isolate.h } else if (current_state == JS && state != JS) {
state 1020 src/isolate.h ASSERT((current_state == JS) == (state == JS));
state 1023 src/isolate.h thread_local_top_.current_vm_state_ = state;
state 67 src/log.cc counters_->state_counters(state)->Increment();
state 72 src/log.cc counters_->state_counters(state)->Decrement();
state 152 src/log.cc if (sample->state == GC) return;
state 199 src/log.cc if (window_) window_->AddState(sample->state);
state 259 src/log.cc buffer_[current_index_] = static_cast<byte>(state);
state 260 src/log.cc IncrementStateCounter(state);
state 1258 src/log.cc msg.Append(",%d", static_cast<int>(sample->state));
state 742 src/mips/deoptimizer-mips.cc FullCodeGenerator::State state =
state 744 src/mips/deoptimizer-mips.cc output_frame->SetState(Smi::FromInt(state));
state 1668 src/mips/ic-mips.cc State state = TargetState(previous_state, false, x, y);
state 1669 src/mips/ic-mips.cc if (state == GENERIC) {
state 1673 src/mips/ic-mips.cc ICCompareStub stub(op_, state);
state 1674 src/mips/ic-mips.cc if (state == KNOWN_OBJECTS) {
state 1685 src/mips/ic-mips.cc GetStateName(state),
state 2761 src/mips/macro-assembler-mips.cc unsigned state =
state 2765 src/mips/macro-assembler-mips.cc li(t2, Operand(state));
state 1659 src/mips/simulator-mips.cc const char* state = IsEnabledStop(code) ? "Enabled" : "Disabled";
state 1665 src/mips/simulator-mips.cc code, code, state, count, watched_stops[code].desc);
state 1668 src/mips/simulator-mips.cc code, code, state, count);
state 202 src/objects.cc VMState state(isolate, EXTERNAL);
state 1831 src/objects.cc VMState state(isolate, EXTERNAL);
state 1927 src/objects.cc VMState state(isolate, EXTERNAL);
state 2975 src/objects.cc VMState state(isolate, EXTERNAL);
state 2990 src/objects.cc VMState state(isolate, EXTERNAL);
state 3643 src/objects.cc VMState state(isolate, EXTERNAL);
state 3678 src/objects.cc VMState state(isolate, EXTERNAL);
state 8343 src/objects.cc switch (state) {
state 8409 src/objects.cc CompareIC::State state = CompareIC::ComputeState(this);
state 8410 src/objects.cc PrintF(out, "compare_state = %s\n", CompareIC::GetStateName(state));
state 8809 src/objects.cc VMState state(isolate, EXTERNAL);
state 8824 src/objects.cc VMState state(isolate, EXTERNAL);
state 9014 src/objects.cc VMState state(isolate, EXTERNAL);
state 9055 src/objects.cc VMState state(isolate, EXTERNAL);
state 9112 src/objects.cc VMState state(isolate, EXTERNAL);
state 9873 src/objects.cc VMState state(isolate, EXTERNAL);
state 10173 src/objects.cc VMState state(isolate, EXTERNAL);
state 4241 src/objects.h static const char* ICState2String(InlineCacheState state);
state 43 src/once.cc AtomicWord state = Acquire_Load(once);
state 45 src/once.cc if (state == ONCE_STATE_DONE) {
state 56 src/once.cc state = Acquire_CompareAndSwap(
state 58 src/once.cc if (state == ONCE_STATE_UNINITIALIZED) {
state 66 src/once.cc while (state == ONCE_STATE_EXECUTING_FUNCTION) {
state 72 src/once.cc state = Acquire_Load(once);
state 649 src/platform-cygwin.cc SamplerRegistry::State state;
state 650 src/platform-cygwin.cc while ((state = SamplerRegistry::GetState()) !=
state 653 src/platform-cygwin.cc (state == SamplerRegistry::HAS_CPU_PROFILING_SAMPLERS);
state 701 src/platform-cygwin.cc sample->state = sampler->isolate()->current_vm_state();
state 688 src/platform-freebsd.cc sample->state = isolate->current_vm_state();
state 761 src/platform-freebsd.cc SamplerRegistry::State state;
state 762 src/platform-freebsd.cc while ((state = SamplerRegistry::GetState()) !=
state 765 src/platform-freebsd.cc (state == SamplerRegistry::HAS_CPU_PROFILING_SAMPLERS);
state 1017 src/platform-linux.cc sample->state = isolate->current_vm_state();
state 1119 src/platform-linux.cc SamplerRegistry::State state;
state 1120 src/platform-linux.cc while ((state = SamplerRegistry::GetState()) !=
state 1123 src/platform-linux.cc (state == SamplerRegistry::HAS_CPU_PROFILING_SAMPLERS);
state 772 src/platform-macos.cc SamplerRegistry::State state;
state 773 src/platform-macos.cc while ((state = SamplerRegistry::GetState()) !=
state 776 src/platform-macos.cc (state == SamplerRegistry::HAS_CPU_PROFILING_SAMPLERS);
state 820 src/platform-macos.cc x86_thread_state64_t state;
state 829 src/platform-macos.cc i386_thread_state_t state;
state 842 src/platform-macos.cc reinterpret_cast<natural_t*>(&state),
state 844 src/platform-macos.cc sample->state = sampler->isolate()->current_vm_state();
state 845 src/platform-macos.cc sample->pc = reinterpret_cast<Address>(state.REGISTER_FIELD(ip));
state 846 src/platform-macos.cc sample->sp = reinterpret_cast<Address>(state.REGISTER_FIELD(sp));
state 847 src/platform-macos.cc sample->fp = reinterpret_cast<Address>(state.REGISTER_FIELD(bp));
state 742 src/platform-openbsd.cc sample->state = isolate->current_vm_state();
state 841 src/platform-openbsd.cc SamplerRegistry::State state;
state 842 src/platform-openbsd.cc while ((state = SamplerRegistry::GetState()) !=
state 845 src/platform-openbsd.cc (state == SamplerRegistry::HAS_CPU_PROFILING_SAMPLERS);
state 679 src/platform-solaris.cc sample->state = isolate->current_vm_state();
state 758 src/platform-solaris.cc SamplerRegistry::State state;
state 759 src/platform-solaris.cc while ((state = SamplerRegistry::GetState()) !=
state 762 src/platform-solaris.cc (state == SamplerRegistry::HAS_CPU_PROFILING_SAMPLERS);
state 1995 src/platform-win32.cc SamplerRegistry::State state;
state 1996 src/platform-win32.cc while ((state = SamplerRegistry::GetState()) !=
state 1999 src/platform-win32.cc (state == SamplerRegistry::HAS_CPU_PROFILING_SAMPLERS);
state 2047 src/platform-win32.cc sample->state = sampler->isolate()->current_vm_state();
state 687 src/platform.h : state(OTHER),
state 694 src/platform.h StateTag state; // The state of the VM.
state 935 src/profile-generator.cc *entry++ = EntryForVMState(sample.state);
state 7429 src/runtime.cc StringInputBuffer& bufx = *state->string_input_buffer_compare_bufx();
state 7430 src/runtime.cc StringInputBuffer& bufy = *state->string_input_buffer_compare_bufy();
state 9395 src/runtime.cc VMState state(isolate, EXTERNAL);
state 1000 src/stub-cache.cc VMState state(isolate, EXTERNAL);
state 1025 src/stub-cache.cc VMState state(isolate, EXTERNAL);
state 1066 src/stub-cache.cc VMState state(isolate, EXTERNAL);
state 1121 src/stub-cache.cc VMState state(isolate, EXTERNAL);
state 1384 src/stub-cache.cc Code::KEYED_LOAD_IC, state, Code::kNoExtraICState, type);
state 1409 src/stub-cache.cc Code::ComputeFlags(Code::KEYED_STORE_IC, state, extra_state, type);
state 233 src/stub-cache.h Code::ExtraICState state);
state 239 src/stub-cache.h Code::ExtraICState state);
state 243 src/stub-cache.h Code::ExtraICState state);
state 682 src/stub-cache.h InlineCacheState state = MONOMORPHIC);
state 757 src/stub-cache.h InlineCacheState state = MONOMORPHIC);
state 313 src/type-info.cc CompareIC::State state = static_cast<CompareIC::State>(code->compare_state());
state 314 src/type-info.cc switch (state) {
state 341 src/type-info.cc CompareIC::State state = static_cast<CompareIC::State>(code->compare_state());
state 342 src/type-info.cc return state == CompareIC::SYMBOLS;
state 351 src/type-info.cc CompareIC::State state = static_cast<CompareIC::State>(code->compare_state());
state 352 src/type-info.cc if (state != CompareIC::KNOWN_OBJECTS) {
state 441 src/type-info.cc CompareIC::State state = static_cast<CompareIC::State>(code->compare_state());
state 442 src/type-info.cc switch (state) {
state 350 src/v8-counters.h StatsCounter* state_counters(StateTag state) {
state 351 src/v8-counters.h return &state_counters_[state];
state 129 src/v8.cc state[i] = FLAG_random_seed;
state 134 src/v8.cc state[i] = val;
state 136 src/v8.cc state[i] = random();
state 146 src/v8.cc if (state[0] == 0) seed_random(state);
state 149 src/v8.cc state[0] = 18273 * (state[0] & 0xFFFF) + (state[0] >> 16);
state 150 src/v8.cc state[1] = 36969 * (state[1] & 0xFFFF) + (state[1] >> 16);
state 152 src/v8.cc return (state[0] << 14) + (state[1] & 0x3FFFF);
state 189 src/v8threads.cc ThreadState* state = per_thread->thread_state();
state 190 src/v8threads.cc char* from = state->data();
state 201 src/v8threads.cc if (state->terminate_on_restore()) {
state 203 src/v8threads.cc state->set_terminate_on_restore(false);
state 205 src/v8threads.cc state->set_id(ThreadId::Invalid());
state 206 src/v8threads.cc state->Unlink();
state 207 src/v8threads.cc state->LinkInto(ThreadState::FREE_LIST);
state 335 src/v8threads.cc ThreadState* state = GetFreeThreadState();
state 336 src/v8threads.cc state->Unlink();
state 339 src/v8threads.cc per_thread->set_thread_state(state);
state 341 src/v8threads.cc lazily_archived_thread_state_ = state;
state 342 src/v8threads.cc ASSERT(state->id().Equals(ThreadId::Invalid()));
state 343 src/v8threads.cc state->set_id(CurrentId());
state 344 src/v8threads.cc ASSERT(!state->id().Equals(ThreadId::Invalid()));
state 350 src/v8threads.cc ThreadState* state = lazily_archived_thread_state_;
state 351 src/v8threads.cc state->LinkInto(ThreadState::IN_USE_LIST);
state 352 src/v8threads.cc char* to = state->data();
state 389 src/v8threads.cc for (ThreadState* state = FirstThreadStateInUse();
state 390 src/v8threads.cc state != NULL;
state 391 src/v8threads.cc state = state->Next()) {
state 392 src/v8threads.cc char* data = state->data();
state 401 src/v8threads.cc for (ThreadState* state = FirstThreadStateInUse();
state 402 src/v8threads.cc state != NULL;
state 403 src/v8threads.cc state = state->Next()) {
state 404 src/v8threads.cc char* data = state->data();
state 417 src/v8threads.cc for (ThreadState* state = FirstThreadStateInUse();
state 418 src/v8threads.cc state != NULL;
state 419 src/v8threads.cc state = state->Next()) {
state 420 src/v8threads.cc if (thread_id.Equals(state->id())) {
state 421 src/v8threads.cc state->set_terminate_on_restore(true);
state 42 src/vm-state-inl.h inline const char* StateToString(StateTag state) {
state 43 src/vm-state-inl.h switch (state) {
state 750 src/x64/deoptimizer-x64.cc FullCodeGenerator::State state =
state 752 src/x64/deoptimizer-x64.cc output_frame->SetState(Smi::FromInt(state));
state 1720 src/x64/ic-x64.cc State state = TargetState(previous_state, HasInlinedSmiCode(address()), x, y);
state 1721 src/x64/ic-x64.cc if (state == GENERIC) {
state 1725 src/x64/ic-x64.cc ICCompareStub stub(op_, state);
state 1726 src/x64/ic-x64.cc if (state == KNOWN_OBJECTS) {
state 1737 src/x64/ic-x64.cc GetStateName(state),
state 2534 src/x64/macro-assembler-x64.cc unsigned state =
state 2537 src/x64/macro-assembler-x64.cc push(Immediate(state));