isolate_ 487 include/v8.h internal::Isolate* isolate_; isolate_ 2791 include/v8.h explicit Scope(Isolate* isolate) : isolate_(isolate) { isolate_ 2795 include/v8.h ~Scope() { isolate_->Exit(); } isolate_ 2798 include/v8.h Isolate* const isolate_; isolate_ 3485 include/v8.h v8::internal::Isolate* isolate_; isolate_ 3766 include/v8.h internal::Isolate* isolate_; isolate_ 3806 include/v8.h internal::Isolate* isolate_; isolate_ 680 src/api.cc isolate_ = isolate; isolate_ 696 src/api.cc ASSERT(isolate_ == i::Isolate::Current()); isolate_ 698 src/api.cc isolate_->handle_scope_data(); isolate_ 704 src/api.cc i::HandleScope::DeleteExtensions(isolate_); isolate_ 802 src/api.cc LOG_API(isolate_, "CloseHandleScope"); isolate_ 1679 src/api.cc isolate_->RegisterTryCatchHandler(this); isolate_ 1684 src/api.cc ASSERT(isolate_ == i::Isolate::Current()); isolate_ 1688 src/api.cc isolate_->UnregisterTryCatchHandler(this); isolate_ 1691 src/api.cc isolate_->UnregisterTryCatchHandler(this); isolate_ 1714 src/api.cc ASSERT(isolate_ == i::Isolate::Current()); isolate_ 1718 src/api.cc return v8::Utils::ToLocal(i::Handle<i::Object>(exception, isolate_)); isolate_ 1726 src/api.cc ASSERT(isolate_ == i::Isolate::Current()); isolate_ 1730 src/api.cc i::HandleScope scope(isolate_); isolate_ 1731 src/api.cc i::Handle<i::JSObject> obj(i::JSObject::cast(raw_obj), isolate_); isolate_ 1732 src/api.cc i::Handle<i::String> name = isolate_->factory()->LookupAsciiSymbol("stack"); isolate_ 1744 src/api.cc ASSERT(isolate_ == i::Isolate::Current()); isolate_ 1747 src/api.cc return v8::Utils::MessageToLocal(i::Handle<i::Object>(message, isolate_)); isolate_ 1755 src/api.cc ASSERT(isolate_ == i::Isolate::Current()); isolate_ 1756 src/api.cc exception_ = isolate_->heap()->the_hole_value(); isolate_ 6370 src/api.cc isolate_->handle_scope_data(); isolate_ 6388 src/api.cc *isolate_->handle_scope_data() = handle_scope_data_; isolate_ 6436 src/api.cc isolate_->handle_scope_data(); isolate_ 340 src/api.h Address top = isolate_->heap()->NewSpaceTop(); isolate_ 351 src/api.h Address top = isolate_->heap()->NewSpaceTop(); isolate_ 356 src/api.h StringTracker() : use_count_(0), last_top_(NULL), isolate_(NULL) { } isolate_ 381 src/api.h Isolate* isolate_; isolate_ 433 src/api.h : isolate_(isolate), isolate_ 476 src/api.h Isolate* isolate() const { return isolate_; } isolate_ 508 src/api.h Isolate* isolate_; isolate_ 541 src/arm/assembler-arm.h isolate_ = Isolate::UncheckedCurrent(); isolate_ 543 src/arm/assembler-arm.h if (isolate_ != NULL) { isolate_ 544 src/arm/assembler-arm.h old_enabled_ = static_cast<unsigned>(isolate_->enabled_cpu_features()); isolate_ 545 src/arm/assembler-arm.h isolate_->set_enabled_cpu_features(old_enabled_ | mask); isolate_ 549 src/arm/assembler-arm.h ASSERT_EQ(Isolate::UncheckedCurrent(), isolate_); isolate_ 550 src/arm/assembler-arm.h if (isolate_ != NULL) { isolate_ 551 src/arm/assembler-arm.h isolate_->set_enabled_cpu_features(old_enabled_); isolate_ 556 src/arm/assembler-arm.h Isolate* isolate_; isolate_ 363 src/arm/deoptimizer-arm.cc Code* continuation = isolate_->builtins()->builtin(Builtins::kNotifyOSR); isolate_ 463 src/arm/deoptimizer-arm.cc Builtins* builtins = isolate_->builtins(); isolate_ 468 src/arm/deoptimizer-arm.cc isolate_->heap()->arguments_adaptor_deopt_pc_offset()->value()); isolate_ 475 src/arm/deoptimizer-arm.cc Builtins* builtins = isolate_->builtins(); isolate_ 590 src/arm/deoptimizer-arm.cc isolate_->heap()->construct_stub_deopt_pc_offset()->value()); isolate_ 762 src/arm/deoptimizer-arm.cc Builtins* builtins = isolate_->builtins(); isolate_ 738 src/arm/simulator-arm.cc i_cache_ = isolate_->simulator_i_cache(); isolate_ 741 src/arm/simulator-arm.cc isolate_->set_simulator_i_cache(i_cache_); isolate_ 3230 src/arm/simulator-arm.cc CheckICache(isolate_->simulator_i_cache(), instr); isolate_ 377 src/arm/simulator-arm.h v8::internal::Isolate* isolate_; isolate_ 62 src/assembler.h Isolate* isolate() const { return isolate_; } isolate_ 70 src/assembler.h Isolate* isolate_; isolate_ 631 src/ast.cc StackLimitCheck check(isolate_); isolate_ 2564 src/ast.h AstVisitor() : isolate_(Isolate::Current()), stack_overflow_(false) { } isolate_ 2592 src/ast.h Isolate* isolate() { return isolate_; } isolate_ 2595 src/ast.h Isolate* isolate_; isolate_ 2643 src/ast.h : isolate_(isolate), isolate_ 2716 src/ast.h isolate_, labels, capacity, is_initializer_block, zone_); isolate_ 2722 src/ast.h NodeType* stmt = new(zone_) NodeType(isolate_, labels); \ isolate_ 2762 src/ast.h isolate_, condition, then_statement, else_statement); isolate_ 2794 src/ast.h Literal* lit = new(zone_) Literal(isolate_, handle); isolate_ 2799 src/ast.h return NewLiteral(isolate_->factory()->NewNumber(number, TENURED)); isolate_ 2811 src/ast.h isolate_, constant_properties, properties, literal_index, isolate_ 2828 src/ast.h new(zone_) RegExpLiteral(isolate_, pattern, flags, literal_index); isolate_ 2838 src/ast.h isolate_, constant_elements, values, literal_index, is_simple, depth); isolate_ 2843 src/ast.h VariableProxy* proxy = new(zone_) VariableProxy(isolate_, var); isolate_ 2852 src/ast.h new(zone_) VariableProxy(isolate_, name, is_this, interface, position); isolate_ 2857 src/ast.h Property* prop = new(zone_) Property(isolate_, obj, key, pos); isolate_ 2864 src/ast.h Call* call = new(zone_) Call(isolate_, expression, arguments, pos); isolate_ 2871 src/ast.h CallNew* call = new(zone_) CallNew(isolate_, expression, arguments, pos); isolate_ 2879 src/ast.h new(zone_) CallRuntime(isolate_, name, function, arguments); isolate_ 2887 src/ast.h new(zone_) UnaryOperation(isolate_, op, expression, pos); isolate_ 2896 src/ast.h new(zone_) BinaryOperation(isolate_, op, left, right, pos); isolate_ 2905 src/ast.h new(zone_) CountOperation(isolate_, op, is_prefix, expr, pos); isolate_ 2914 src/ast.h new(zone_) CompareOperation(isolate_, op, left, right, pos); isolate_ 2924 src/ast.h isolate_, condition, then_expression, else_expression, isolate_ 2934 src/ast.h new(zone_) Assignment(isolate_, op, target, value, pos); isolate_ 2935 src/ast.h assign->Init(isolate_, this); isolate_ 2940 src/ast.h Throw* t = new(zone_) Throw(isolate_, exception, pos); isolate_ 2958 src/ast.h isolate_, name, scope, body, isolate_ 2972 src/ast.h new(zone_) SharedFunctionInfoLiteral(isolate_, shared_function_info); isolate_ 2977 src/ast.h ThisFunction* fun = new(zone_) ThisFunction(isolate_); isolate_ 2984 src/ast.h Isolate* isolate_; isolate_ 152 src/bootstrapper.cc Isolate* isolate() const { return isolate_; } isolate_ 153 src/bootstrapper.cc Factory* factory() const { return isolate_->factory(); } isolate_ 154 src/bootstrapper.cc Heap* heap() const { return isolate_->heap(); } isolate_ 158 src/bootstrapper.cc Isolate* isolate_; isolate_ 42 src/compilation-cache.h : isolate_(isolate), isolate_ 82 src/compilation-cache.h Isolate* isolate() { return isolate_; } isolate_ 85 src/compilation-cache.h Isolate* isolate_; isolate_ 273 src/compilation-cache.h Isolate* isolate() { return isolate_; } isolate_ 275 src/compilation-cache.h Isolate* isolate_; isolate_ 51 src/compiler.h ASSERT(Isolate::Current() == isolate_); isolate_ 52 src/compiler.h return isolate_; isolate_ 184 src/compiler.h Isolate* isolate_; isolate_ 120 src/debug-agent.cc isolate_->debugger()->SetMessageHandler(DebuggerAgentMessageHandler); isolate_ 48 src/debug-agent.h isolate_(Isolate::Current()), isolate_ 54 src/debug-agent.h ASSERT(isolate_->debugger_agent_instance() == NULL); isolate_ 55 src/debug-agent.h isolate_->set_debugger_agent_instance(this); isolate_ 58 src/debug-agent.h isolate_->set_debugger_agent_instance(NULL); isolate_ 65 src/debug-agent.h Isolate* isolate() { return isolate_; } isolate_ 74 src/debug-agent.h Isolate* isolate_; isolate_ 685 src/debug.cc isolate_->builtins()->builtin(Builtins::kReturn_DebugBreak); isolate_ 689 src/debug.cc isolate_->builtins()->builtin(Builtins::kSlot_DebugBreak); isolate_ 800 src/debug.cc Debugger* debugger = isolate_->debugger(); isolate_ 812 src/debug.cc PostponeInterruptsScope postpone(isolate_); isolate_ 815 src/debug.cc HandleScope scope(isolate_); isolate_ 817 src/debug.cc isolate_->bootstrapper()->CreateEnvironment( isolate_ 818 src/debug.cc isolate_, isolate_ 827 src/debug.cc SaveContext save(isolate_); isolate_ 828 src/debug.cc isolate_->set_context(*context); isolate_ 831 src/debug.cc Handle<String> key = isolate_->factory()->LookupAsciiSymbol("builtins"); isolate_ 834 src/debug.cc isolate_, isolate_ 896 src/debug.cc Heap* heap = isolate_->heap(); isolate_ 897 src/debug.cc HandleScope scope(isolate_); isolate_ 903 src/debug.cc JavaScriptFrameIterator it(isolate_); isolate_ 919 src/debug.cc PostponeInterruptsScope postpone(isolate_); isolate_ 973 src/debug.cc isolate_->debugger()->OnDebugBreak(break_points_hit, false); isolate_ 986 src/debug.cc JavaScriptFrameIterator it(isolate_); isolate_ 1016 src/debug.cc Code* plain_return = isolate_->builtins()->builtin( isolate_ 1023 src/debug.cc Code* plain_return = isolate_->builtins()->builtin( isolate_ 1031 src/debug.cc Code* plain_return = isolate_->builtins()->builtin( isolate_ 1051 src/debug.cc Factory* factory = isolate_->factory(); isolate_ 1087 src/debug.cc Factory* factory = isolate_->factory(); isolate_ 1088 src/debug.cc HandleScope scope(isolate_); isolate_ 1108 src/debug.cc isolate_->js_builtins_object(), isolate_ 1141 src/debug.cc HandleScope scope(isolate_); isolate_ 1171 src/debug.cc HandleScope scope(isolate_); isolate_ 1175 src/debug.cc Object* result = Runtime::FindSharedFunctionInfoInScript(isolate_, isolate_ 1214 src/debug.cc HandleScope scope(isolate_); isolate_ 1302 src/debug.cc for (JavaScriptFrameIterator it(isolate_, id); !it.done(); it.Advance()) { isolate_ 1333 src/debug.cc HandleScope scope(isolate_); isolate_ 1358 src/debug.cc JavaScriptFrameIterator frames_it(isolate_, id); isolate_ 1482 src/debug.cc isolate_->heap()->code_stubs()->SlowReverseLookup( isolate_ 1983 src/debug.cc Handle<Code>(isolate_->builtins()->builtin(Builtins::kLazyCompile)); isolate_ 1995 src/debug.cc isolate_->heap()->CollectAllGarbage(Heap::kMakeHeapIterableMask, isolate_ 2002 src/debug.cc Object* active_code_marker = isolate_->heap()->the_hole_value(); isolate_ 2004 src/debug.cc CollectActiveFunctionsFromThread(isolate_, isolate_ 2005 src/debug.cc isolate_->thread_local_top(), isolate_ 2010 src/debug.cc isolate_->thread_manager()->IterateArchivedThreads( isolate_ 2067 src/debug.cc isolate_->debugger()->force_debugger_active(); isolate_ 2068 src/debug.cc isolate_->debugger()->set_force_debugger_active(true); isolate_ 2071 src/debug.cc isolate_->debugger()->set_force_debugger_active( isolate_ 2083 src/debug.cc RedirectActivationsToRecompiledCodeOnThread(isolate_, isolate_ 2084 src/debug.cc isolate_->thread_local_top()); isolate_ 2087 src/debug.cc isolate_->thread_manager()->IterateArchivedThreads( isolate_ 2137 src/debug.cc isolate_->heap()->undefined_value()); isolate_ 2155 src/debug.cc HandleScope scope(isolate_); isolate_ 2240 src/debug.cc HandleScope scope(isolate_); isolate_ 2307 src/debug.cc PostponeInterruptsScope postpone(isolate_); isolate_ 2308 src/debug.cc HandleScope scope(isolate_); isolate_ 2309 src/debug.cc ASSERT(isolate_->context() == *Debug::debug_context()); isolate_ 2313 src/debug.cc isolate_->factory()->LookupSymbol(CStrVector("ClearMirrorCache")); isolate_ 2325 src/debug.cc Heap* heap = isolate_->heap(); isolate_ 2326 src/debug.cc HandleScope scope(isolate_); isolate_ 2379 src/debug.cc isolate_->factory()->NewFixedArray(0); isolate_ 2384 src/debug.cc isolate_->heap()->CollectAllGarbage(Heap::kNoGCFlags, isolate_ 2435 src/debug.cc ASSERT(isolate_->context() == *isolate_->debug()->debug_context()); isolate_ 2439 src/debug.cc isolate_->factory()->LookupSymbol(constructor_name); isolate_ 2441 src/debug.cc isolate_->global()->GetPropertyNoExceptionThrown(*constructor_str)); isolate_ 2445 src/debug.cc return isolate_->factory()->undefined_value(); isolate_ 2449 src/debug.cc Handle<JSObject>(isolate_->debug()->debug_context()->global()), isolate_ 2459 src/debug.cc Handle<Object> break_id = isolate_->factory()->NewNumberFromInt( isolate_ 2460 src/debug.cc isolate_->debug()->break_id()); isolate_ 2485 src/debug.cc Factory* factory = isolate_->factory(); isolate_ 2511 src/debug.cc Factory* factory = isolate_->factory(); isolate_ 2540 src/debug.cc HandleScope scope(isolate_); isolate_ 2541 src/debug.cc Debug* debug = isolate_->debug(); isolate_ 2584 src/debug.cc HandleScope scope(isolate_); isolate_ 2587 src/debug.cc ASSERT(isolate_->context() == *isolate_->debug()->debug_context()); isolate_ 2593 src/debug.cc ASSERT(isolate_->context() == *isolate_->debug()->debug_context()); isolate_ 2616 src/debug.cc HandleScope scope(isolate_); isolate_ 2619 src/debug.cc if (isolate_->debug()->InDebugger()) return; isolate_ 2645 src/debug.cc HandleScope scope(isolate_); isolate_ 2646 src/debug.cc Debug* debug = isolate_->debug(); isolate_ 2669 src/debug.cc isolate_->factory()->LookupAsciiSymbol("UpdateScriptBreakPoints"); isolate_ 2713 src/debug.cc HandleScope scope(isolate_); isolate_ 2742 src/debug.cc HandleScope scope(isolate_); isolate_ 2746 src/debug.cc isolate_->debug()->clear_interrupt_pending(DEBUGBREAK); isolate_ 2827 src/debug.cc isolate_->global(), isolate_ 2838 src/debug.cc return isolate_->debug()->debug_context(); isolate_ 2843 src/debug.cc Debug* debug = isolate_->debug(); isolate_ 2862 src/debug.cc HandleScope scope(isolate_); isolate_ 2864 src/debug.cc if (!isolate_->debug()->Load()) return; isolate_ 2893 src/debug.cc ASSERT(isolate_->debug()->InDebugger()); isolate_ 2894 src/debug.cc isolate_->stack_guard()->Continue(DEBUGCOMMAND); isolate_ 2957 src/debug.cc isolate_->logger()->DebugTag( isolate_ 3032 src/debug.cc HandleScope scope(isolate_); isolate_ 3033 src/debug.cc GlobalHandles* global_handles = isolate_->global_handles(); isolate_ 3054 src/debug.cc data = isolate_->factory()->undefined_value(); isolate_ 3072 src/debug.cc if (isolate_->debug()->InDebugger()) { isolate_ 3082 src/debug.cc isolate_->compilation_cache()->Disable(); isolate_ 3085 src/debug.cc isolate_->compilation_cache()->Enable(); isolate_ 3106 src/debug.cc message_dispatch_helper_thread_ = new MessageDispatchHelperThread(isolate_); isolate_ 3134 src/debug.cc isolate_->logger()->DebugTag("Put command on command_queue."); isolate_ 3139 src/debug.cc if (!isolate_->debug()->InDebugger()) { isolate_ 3140 src/debug.cc isolate_->stack_guard()->DebugCommand(); isolate_ 3167 src/debug.cc if (!isolate_->debug()->InDebugger()) { isolate_ 3168 src/debug.cc isolate_->stack_guard()->DebugCommand(); isolate_ 3191 src/debug.cc return isolate_->factory()->undefined_value(); isolate_ 3198 src/debug.cc return isolate_->factory()->undefined_value(); isolate_ 3204 src/debug.cc Handle<Object>(isolate_->debug()->debug_context_->global_proxy()), isolate_ 3219 src/debug.cc ASSERT(Isolate::Current() == isolate_); isolate_ 3244 src/debug.cc ASSERT(Isolate::Current() == isolate_); isolate_ 3255 src/debug.cc ASSERT(Isolate::Current() == isolate_); isolate_ 3279 src/debug.cc Debug* debug = isolate_->debug(); isolate_ 3303 src/debug.cc isolate_->set_context(*debug->debug_context()); isolate_ 3309 src/debug.cc ASSERT(Isolate::Current() == isolate_); isolate_ 3310 src/debug.cc Debug* debug = isolate_->debug(); isolate_ 3321 src/debug.cc if (!isolate_->has_pending_exception()) { isolate_ 3324 src/debug.cc if (isolate_->stack_guard()->IsDebugBreak()) { isolate_ 3326 src/debug.cc isolate_->stack_guard()->Continue(DEBUGBREAK); isolate_ 3337 src/debug.cc isolate_->stack_guard()->Preempt(); isolate_ 3341 src/debug.cc isolate_->stack_guard()->DebugBreak(); isolate_ 3346 src/debug.cc if (isolate_->debugger()->HasCommands()) { isolate_ 3347 src/debug.cc isolate_->stack_guard()->DebugCommand(); isolate_ 3351 src/debug.cc if (!isolate_->debugger()->IsDebuggerActive()) { isolate_ 3352 src/debug.cc isolate_->debugger()->UnloadDebugger(); isolate_ 608 src/debug.h Isolate* isolate_; isolate_ 851 src/debug.h if (isolate_->debug()->debugger_entry() == NULL) { isolate_ 920 src/debug.h Isolate* isolate_; isolate_ 948 src/debug.h Isolate* isolate_; isolate_ 962 src/debug.h explicit DisableBreak(bool disable_break) : isolate_(Isolate::Current()) { isolate_ 963 src/debug.h prev_disable_break_ = isolate_->debug()->disable_break(); isolate_ 964 src/debug.h isolate_->debug()->set_disable_break(disable_break); isolate_ 967 src/debug.h ASSERT(Isolate::Current() == isolate_); isolate_ 968 src/debug.h isolate_->debug()->set_disable_break(prev_disable_break_); isolate_ 972 src/debug.h Isolate* isolate_; isolate_ 624 src/deoptimizer.cc Handle<Object> num = isolate_->factory()->NewNumber(d.value()); isolate_ 654 src/deoptimizer.cc Handle<Object> num = isolate_->factory()->NewNumber(d.value()); isolate_ 670 src/deoptimizer.cc Handle<Object> num = isolate_->factory()->NewNumber(d.value()); isolate_ 865 src/deoptimizer.cc isolate_->heap()->arguments_marker()->ShortPrint(); isolate_ 869 src/deoptimizer.cc isolate_->heap()->arguments_marker()); isolate_ 322 src/deoptimizer.h Isolate* isolate_; isolate_ 52 src/execution.cc ASSERT(isolate_ != NULL); isolate_ 57 src/execution.cc isolate_->heap()->SetStackLimits(); isolate_ 62 src/execution.cc ASSERT(isolate_ != NULL); isolate_ 65 src/execution.cc isolate_->heap()->SetStackLimits(); isolate_ 349 src/execution.cc ExecutionAccess access(isolate_); isolate_ 356 src/execution.cc ExecutionAccess access(isolate_); isolate_ 364 src/execution.cc ExecutionAccess access(isolate_); isolate_ 367 src/execution.cc uintptr_t jslimit = SimulatorStack::JsLimitFromCLimit(isolate_, limit); isolate_ 380 src/execution.cc ExecutionAccess access(isolate_); isolate_ 386 src/execution.cc ExecutionAccess access(isolate_); isolate_ 392 src/execution.cc ExecutionAccess access(isolate_); isolate_ 398 src/execution.cc ExecutionAccess access(isolate_); isolate_ 405 src/execution.cc ExecutionAccess access(isolate_); isolate_ 411 src/execution.cc ExecutionAccess access(isolate_); isolate_ 418 src/execution.cc ExecutionAccess access(isolate_); isolate_ 424 src/execution.cc ExecutionAccess access(isolate_); isolate_ 431 src/execution.cc ExecutionAccess access(isolate_); isolate_ 438 src/execution.cc if (FLAG_opt && ExecutionAccess::TryLock(isolate_)) { isolate_ 442 src/execution.cc isolate_->heap()->SetStackLimits(); isolate_ 444 src/execution.cc ExecutionAccess::Unlock(isolate_); isolate_ 450 src/execution.cc ExecutionAccess access(isolate_); isolate_ 456 src/execution.cc ExecutionAccess access(isolate_); isolate_ 460 src/execution.cc isolate_->heap()->SetStackLimits(); isolate_ 467 src/execution.cc ExecutionAccess access(isolate_); isolate_ 473 src/execution.cc ExecutionAccess access(isolate_); isolate_ 480 src/execution.cc ExecutionAccess access(isolate_); isolate_ 487 src/execution.cc ExecutionAccess access(isolate_); isolate_ 495 src/execution.cc ExecutionAccess access(isolate_); isolate_ 504 src/execution.cc ExecutionAccess access(isolate_); isolate_ 513 src/execution.cc isolate_->heap()->SetStackLimits(); isolate_ 521 src/execution.cc ExecutionAccess access(isolate_); isolate_ 523 src/execution.cc isolate_->heap()->SetStackLimits(); isolate_ 530 src/execution.cc isolate_->FindOrAllocatePerThreadDataForThisThread(); isolate_ 569 src/execution.cc isolate_->heap()->SetStackLimits(); isolate_ 574 src/execution.cc if (thread_local_.Initialize(isolate_)) isolate_->heap()->SetStackLimits(); isolate_ 576 src/execution.cc isolate_->FindOrAllocatePerThreadDataForThisThread(); isolate_ 297 src/execution.h Isolate* isolate_; isolate_ 114 src/frames-inl.h : iterator_(iterator), isolate_(iterator_->isolate()) { isolate_ 260 src/frames.cc isolate_->set_safe_stack_iterator_counter( isolate_ 261 src/frames.cc isolate_->safe_stack_iterator_counter() + 1); isolate_ 266 src/frames.cc isolate_->set_safe_stack_iterator_counter( isolate_ 267 src/frames.cc isolate_->safe_stack_iterator_counter() - 1); isolate_ 1325 src/frames.cc Heap* heap = isolate_->heap(); isolate_ 1358 src/frames.cc isolate_->counters()->pc_to_code()->Increment(); isolate_ 1366 src/frames.cc isolate_->counters()->pc_to_code_cached()->Increment(); isolate_ 62 src/frames.h explicit InnerPointerToCodeCache(Isolate* isolate) : isolate_(isolate) { isolate_ 78 src/frames.h Isolate* isolate_; isolate_ 186 src/frames.h this->isolate_ = original.isolate_; isolate_ 270 src/frames.h Isolate* isolate() const { return isolate_; } isolate_ 288 src/frames.h Isolate* isolate_; isolate_ 684 src/frames.h Isolate* isolate() const { return isolate_; } isolate_ 693 src/frames.h Isolate* isolate_; isolate_ 859 src/frames.h Isolate* isolate_; isolate_ 107 src/func-name-inferrer.h Isolate* isolate() { return isolate_; } isolate_ 119 src/func-name-inferrer.h Isolate* isolate_; isolate_ 406 src/global-handles.cc isolate_->counters()->global_handles()->Increment(); isolate_ 417 src/global-handles.cc if (isolate_->heap()->InNewSpace(value) && isolate_ 427 src/global-handles.cc isolate_->counters()->global_handles()->Decrement(); isolate_ 509 src/global-handles.cc f(isolate_->heap(), node->location())) { isolate_ 532 src/global-handles.cc ASSERT(isolate_->heap()->gc_state() == Heap::NOT_IN_GC); isolate_ 543 src/global-handles.cc if (node->PostGarbageCollectionProcessing(isolate_, this)) { isolate_ 558 src/global-handles.cc if (it.node()->PostGarbageCollectionProcessing(isolate_, this)) { isolate_ 574 src/global-handles.cc if (node->IsRetainer() && isolate_->heap()->InNewSpace(node->object())) { isolate_ 231 src/global-handles.h Isolate* isolate() { return isolate_; } isolate_ 246 src/global-handles.h Isolate* isolate_; isolate_ 74 src/handles-inl.h isolate_ = isolate; isolate_ 85 src/handles-inl.h isolate_ = isolate; isolate_ 97 src/handles-inl.h ASSERT(isolate_ == Isolate::Current()); isolate_ 99 src/handles-inl.h isolate_->handle_scope_data(); isolate_ 104 src/handles-inl.h DeleteExtensions(isolate_); isolate_ 118 src/handles-inl.h isolate_->handle_scope_data(); isolate_ 121 src/handles-inl.h Handle<T> result(CreateHandle<T>(value, isolate_)); isolate_ 141 src/handles.h Isolate* isolate() { return isolate_; } isolate_ 152 src/handles.h Isolate* isolate_; isolate_ 197 src/heap-inl.h isolate_->counters()->objs_since_last_full()->Increment(); isolate_ 198 src/heap-inl.h isolate_->counters()->objs_since_last_young()->Increment(); isolate_ 265 src/heap-inl.h isolate_->counters()->objs_since_last_full()->Increment(); isolate_ 266 src/heap-inl.h isolate_->counters()->objs_since_last_young()->Increment(); isolate_ 283 src/heap-inl.h isolate_->counters()->objs_since_last_full()->Increment(); isolate_ 284 src/heap-inl.h isolate_->counters()->objs_since_last_young()->Increment(); isolate_ 698 src/heap-inl.h isolate_->counters()->transcendental_cache_hit()->Increment(); isolate_ 702 src/heap-inl.h isolate_->counters()->transcendental_cache_miss()->Increment(); isolate_ 705 src/heap-inl.h isolate_->heap()->AllocateHeapNumber(answer); isolate_ 252 src/heap.cc isolate_->counters()->gc_compactor_caused_by_request()->Increment(); isolate_ 264 src/heap.cc isolate_->counters()->gc_compactor_caused_by_promoted_data()->Increment(); isolate_ 271 src/heap.cc isolate_->counters()-> isolate_ 286 src/heap.cc if (isolate_->memory_allocator()->MaxAvailable() <= new_space_.Size()) { isolate_ 287 src/heap.cc isolate_->counters()-> isolate_ 327 src/heap.cc isolate_->memory_allocator()->Size() / KB, isolate_ 328 src/heap.cc isolate_->memory_allocator()->Available() / KB); isolate_ 393 src/heap.cc isolate_->transcendental_cache()->Clear(); isolate_ 436 src/heap.cc if (FLAG_print_global_handles) isolate_->global_handles()->Print(); isolate_ 442 src/heap.cc isolate_->counters()->alive_after_last_gc()->Set( isolate_ 445 src/heap.cc isolate_->counters()->symbol_table_capacity()->Set( isolate_ 447 src/heap.cc isolate_->counters()->number_of_symbols()->Set( isolate_ 451 src/heap.cc isolate_->counters()->external_fragmentation_total()->AddSample( isolate_ 456 src/heap.cc isolate_->counters()->space##_bytes_available()->Set( \ isolate_ 458 src/heap.cc isolate_->counters()->space##_bytes_committed()->Set( \ isolate_ 460 src/heap.cc isolate_->counters()->space##_bytes_used()->Set( \ isolate_ 464 src/heap.cc isolate_->counters()->external_fragmentation_##space()->AddSample( \ isolate_ 487 src/heap.cc isolate_->debug()->AfterGarbageCollection(); isolate_ 516 src/heap.cc isolate_->compilation_cache()->Clear(); isolate_ 536 src/heap.cc VMState state(isolate_, GC); isolate_ 583 src/heap.cc ? isolate_->counters()->gc_scavenger() isolate_ 584 src/heap.cc : isolate_->counters()->gc_compactor(); isolate_ 737 src/heap.cc if (isolate_->bootstrapper()->IsActive()) return; isolate_ 761 src/heap.cc if (isolate_->bootstrapper()->IsActive() && isolate_ 815 src/heap.cc PROFILE(isolate_, CodeMovingGCEvent()); isolate_ 916 src/heap.cc isolate_->counters()->objs_since_last_young()->Set(0); isolate_ 922 src/heap.cc isolate_->global_handles()->PostGarbageCollectionProcessing(collector); isolate_ 957 src/heap.cc LOG(isolate_, ResourceEvent("markcompact", "begin")); isolate_ 968 src/heap.cc LOG(isolate_, ResourceEvent("markcompact", "end")); isolate_ 972 src/heap.cc isolate_->counters()->objs_since_last_full()->Set(0); isolate_ 976 src/heap.cc isolate_->set_context_exit_happened(false); isolate_ 983 src/heap.cc isolate_->keyed_lookup_cache()->Clear(); isolate_ 984 src/heap.cc isolate_->context_slot_cache()->Clear(); isolate_ 985 src/heap.cc isolate_->descriptor_lookup_cache()->Clear(); isolate_ 988 src/heap.cc isolate_->compilation_cache()->MarkCompactPrologue(); isolate_ 1209 src/heap.cc LOG(isolate_, ResourceEvent("scavenge", "begin")); isolate_ 1212 src/heap.cc isolate_->descriptor_lookup_cache()->Clear(); isolate_ 1282 src/heap.cc isolate_->global_handles()->IdentifyNewSpaceWeakIndependentHandles( isolate_ 1284 src/heap.cc isolate_->global_handles()->IterateNewSpaceWeakIndependentRoots( isolate_ 1314 src/heap.cc LOG(isolate_, ResourceEvent("scavenge", "end")); isolate_ 2755 src/heap.cc isolate_->keyed_lookup_cache()->Clear(); isolate_ 2758 src/heap.cc isolate_->context_slot_cache()->Clear(); isolate_ 2761 src/heap.cc isolate_->descriptor_lookup_cache()->Clear(); isolate_ 2764 src/heap.cc isolate_->compilation_cache()->Clear(); isolate_ 2939 src/heap.cc isolate_->counters()->number_to_string_runtime()->Increment(); isolate_ 3049 src/heap.cc Code* illegal = isolate_->builtins()->builtin(Builtins::kIllegal); isolate_ 3054 src/heap.cc isolate_->builtins()->builtin(Builtins::kJSConstructStubGeneric); isolate_ 3194 src/heap.cc isolate_->counters()->string_add_runtime_ext_to_ascii()->Increment(); isolate_ 3237 src/heap.cc isolate_->counters()->string_add_runtime_ext_to_ascii()->Increment(); isolate_ 3551 src/heap.cc ASSERT(!isolate_->code_range()->exists() || isolate_ 3552 src/heap.cc isolate_->code_range()->contains(code->address())); isolate_ 3604 src/heap.cc ASSERT(!isolate_->code_range()->exists() || isolate_ 3605 src/heap.cc isolate_->code_range()->contains(code->address())); isolate_ 3654 src/heap.cc ASSERT(!isolate_->code_range()->exists() || isolate_ 3655 src/heap.cc isolate_->code_range()->contains(code->address())); isolate_ 4366 src/heap.cc decoder(isolate_->unicode_cache()->utf8_decoder()); isolate_ 5039 src/heap.cc isolate_->compilation_cache()->Clear(); isolate_ 5074 src/heap.cc HistogramTimerScope scope(isolate_->counters()->gc_context()); isolate_ 5188 src/heap.cc isolate_->compilation_cache()->Clear(); isolate_ 5250 src/heap.cc isolate_->global_handles()->PrintStats(); isolate_ 5254 src/heap.cc isolate_->memory_allocator()->ReportStatistics(); isolate_ 5682 src/heap.cc isolate_->bootstrapper()->Iterate(v); isolate_ 5684 src/heap.cc isolate_->Iterate(v); isolate_ 5690 src/heap.cc isolate_->debug()->Iterate(v); isolate_ 5691 src/heap.cc if (isolate_->deoptimizer_data() != NULL) { isolate_ 5692 src/heap.cc isolate_->deoptimizer_data()->Iterate(v); isolate_ 5696 src/heap.cc isolate_->compilation_cache()->Iterate(v); isolate_ 5700 src/heap.cc isolate_->handle_scope_implementer()->Iterate(v); isolate_ 5707 src/heap.cc isolate_->builtins()->IterateBuiltins(v); isolate_ 5714 src/heap.cc isolate_->global_handles()->IterateStrongRoots(v); isolate_ 5717 src/heap.cc isolate_->global_handles()->IterateNewSpaceStrongAndDependentRoots(v); isolate_ 5721 src/heap.cc isolate_->global_handles()->IterateAllRoots(v); isolate_ 5727 src/heap.cc isolate_->thread_manager()->Iterate(v); isolate_ 5842 src/heap.cc isolate_->global_handles()->RecordStats(stats); isolate_ 6078 src/heap.cc if (!isolate_->memory_allocator()->SetUp(MaxReserved(), MaxExecutableSize())) isolate_ 6109 src/heap.cc if (!isolate_->code_range()->SetUp(code_range_size_)) { isolate_ 6158 src/heap.cc LOG(isolate_, IntPtrTEvent("heap-capacity", Capacity())); isolate_ 6159 src/heap.cc LOG(isolate_, IntPtrTEvent("heap-available", Available())); isolate_ 6168 src/heap.cc ASSERT(isolate_ != NULL); isolate_ 6169 src/heap.cc ASSERT(isolate_ == isolate()); isolate_ 6177 src/heap.cc (isolate_->stack_guard()->jslimit() & ~kSmiTagMask) | kSmiTag); isolate_ 6180 src/heap.cc (isolate_->stack_guard()->real_jslimit() & ~kSmiTagMask) | kSmiTag); isolate_ 6201 src/heap.cc isolate_->global_handles()->TearDown(); isolate_ 6246 src/heap.cc isolate_->memory_allocator()->TearDown(); isolate_ 6321 src/heap.cc isolate_->handle_scope_implementer()->Iterate(&v); isolate_ 7052 src/heap.cc if (isolate_->bootstrapper()->IsActive()) return; isolate_ 7160 src/heap.cc isolate_->heap()->store_buffer()->Compact(); isolate_ 7161 src/heap.cc isolate_->heap()->store_buffer()->Filter(MemoryChunk::ABOUT_TO_BE_FREED); isolate_ 7164 src/heap.cc isolate_->memory_allocator()->Free(chunk); isolate_ 1628 src/heap.h Isolate* isolate_; isolate_ 2593 src/heap.h Isolate* isolate_; isolate_ 249 src/hydrogen.h Isolate* isolate() { return isolate_; } isolate_ 368 src/hydrogen.h Isolate* isolate_; isolate_ 495 src/ia32/assembler-ia32.h isolate_ = Isolate::UncheckedCurrent(); isolate_ 497 src/ia32/assembler-ia32.h if (isolate_ != NULL) { isolate_ 498 src/ia32/assembler-ia32.h old_enabled_ = isolate_->enabled_cpu_features(); isolate_ 499 src/ia32/assembler-ia32.h isolate_->set_enabled_cpu_features(old_enabled_ | mask); isolate_ 503 src/ia32/assembler-ia32.h ASSERT_EQ(Isolate::UncheckedCurrent(), isolate_); isolate_ 504 src/ia32/assembler-ia32.h if (isolate_ != NULL) { isolate_ 505 src/ia32/assembler-ia32.h isolate_->set_enabled_cpu_features(old_enabled_); isolate_ 510 src/ia32/assembler-ia32.h Isolate* isolate_; isolate_ 574 src/ia32/deoptimizer-ia32.cc Builtins* builtins = isolate_->builtins(); isolate_ 579 src/ia32/deoptimizer-ia32.cc isolate_->heap()->arguments_adaptor_deopt_pc_offset()->value()); isolate_ 586 src/ia32/deoptimizer-ia32.cc Builtins* builtins = isolate_->builtins(); isolate_ 692 src/ia32/deoptimizer-ia32.cc isolate_->heap()->construct_stub_deopt_pc_offset()->value()); isolate_ 873 src/ia32/deoptimizer-ia32.cc Builtins* builtins = isolate_->builtins(); isolate_ 140 src/ic.h Isolate* isolate() const { return isolate_; } isolate_ 180 src/ic.h Isolate* isolate_; isolate_ 167 src/interpreter-irregexp.cc if (isolate_->irregexp_interpreter_backtrack_stack_cache() == NULL) { isolate_ 169 src/interpreter-irregexp.cc isolate_->set_irregexp_interpreter_backtrack_stack_cache(data_); isolate_ 184 src/interpreter-irregexp.cc Isolate* isolate_; isolate_ 118 src/isolate.cc simulator_ = Simulator::current(isolate_); isolate_ 120 src/isolate.cc simulator_ = Simulator::current(isolate_); isolate_ 1493 src/isolate.cc heap_.isolate_ = this; isolate_ 1494 src/isolate.cc stack_guard_.isolate_ = this; isolate_ 1499 src/isolate.cc thread_manager_->isolate_ = this; isolate_ 1712 src/isolate.cc thread_local_top_.isolate_ = this; isolate_ 1794 src/isolate.cc string_tracker_->isolate_ = this; isolate_ 1808 src/isolate.cc regexp_stack_->isolate_ = this; isolate_ 1927 src/isolate.cc current_isolate = current_data->isolate_; isolate_ 1953 src/isolate.cc ASSERT(data->isolate_ == this); isolate_ 1976 src/isolate.cc ASSERT(CurrentPerIsolateThreadData()->isolate_ == this); isolate_ 234 src/isolate.h Isolate* isolate_; isolate_ 372 src/isolate.h : isolate_(isolate), isolate_ 382 src/isolate.h Isolate* isolate() const { return isolate_; } isolate_ 398 src/isolate.h return isolate_ == isolate && thread_id_.Equals(thread_id); isolate_ 402 src/isolate.h Isolate* isolate_; isolate_ 673 src/isolate.h isolate_(isolate), isolate_ 674 src/isolate.h pending_exception_(isolate_->pending_exception()->ToObjectUnchecked()), isolate_ 675 src/isolate.h catcher_(isolate_->catcher()) isolate_ 679 src/isolate.h isolate_->set_catcher(catcher_); isolate_ 680 src/isolate.h isolate_->set_pending_exception(*pending_exception_); isolate_ 684 src/isolate.h Isolate* isolate_; isolate_ 1007 src/isolate.h ASSERT(thread_local_top_.isolate_ == this); isolate_ 1357 src/isolate.h explicit ExecutionAccess(Isolate* isolate) : isolate_(isolate) { isolate_ 1360 src/isolate.h ~ExecutionAccess() { Unlock(isolate_); } isolate_ 1370 src/isolate.h Isolate* isolate_; isolate_ 1377 src/isolate.h explicit StackLimitCheck(Isolate* isolate) : isolate_(isolate) { } isolate_ 1380 src/isolate.h StackGuard* stack_guard = isolate_->stack_guard(); isolate_ 1389 src/isolate.h Isolate* isolate_; isolate_ 151 src/json-parser.h inline Isolate* isolate() { return isolate_; } isolate_ 162 src/json-parser.h Isolate* isolate_; isolate_ 171 src/json-parser.h isolate_ = source->map()->GetHeap()->isolate(); isolate_ 1843 src/liveedit.cc if (isolate_->active_function_info_listener() != NULL) { isolate_ 1844 src/liveedit.cc isolate_->active_function_info_listener()->FunctionStarted(fun); isolate_ 1850 src/liveedit.cc if (isolate_->active_function_info_listener() != NULL) { isolate_ 1851 src/liveedit.cc isolate_->active_function_info_listener()->FunctionDone(); isolate_ 1859 src/liveedit.cc if (isolate_->active_function_info_listener() != NULL) { isolate_ 1860 src/liveedit.cc isolate_->active_function_info_listener()->FunctionInfo(info, lit->scope(), isolate_ 1867 src/liveedit.cc isolate_->active_function_info_listener()->FunctionCode(code); isolate_ 79 src/liveedit.h Isolate* isolate_; isolate_ 124 src/log.cc Isolate* isolate_; isolate_ 271 src/log.cc isolate_(isolate), isolate_ 327 src/log.cc LOG(isolate_, TickEvent(&sample, overflow)); isolate_ 794 src/mark-compact.cc Code* lazy_compile = isolate_->builtins()->builtin(Builtins::kLazyCompile); isolate_ 816 src/mark-compact.cc isolate_->heap()->mark_compact_collector()-> isolate_ 829 src/mark-compact.cc Code* lazy_compile = isolate_->builtins()->builtin(Builtins::kLazyCompile); isolate_ 854 src/mark-compact.cc isolate_->heap()->mark_compact_collector()-> isolate_ 889 src/mark-compact.cc Isolate* isolate_; isolate_ 446 src/mips/assembler-mips.h isolate_ = Isolate::UncheckedCurrent(); isolate_ 448 src/mips/assembler-mips.h if (isolate_ != NULL) { isolate_ 449 src/mips/assembler-mips.h old_enabled_ = static_cast<unsigned>(isolate_->enabled_cpu_features()); isolate_ 450 src/mips/assembler-mips.h isolate_->set_enabled_cpu_features(old_enabled_ | mask); isolate_ 454 src/mips/assembler-mips.h ASSERT_EQ(Isolate::UncheckedCurrent(), isolate_); isolate_ 455 src/mips/assembler-mips.h if (isolate_ != NULL) { isolate_ 456 src/mips/assembler-mips.h isolate_->set_enabled_cpu_features(old_enabled_); isolate_ 461 src/mips/assembler-mips.h Isolate* isolate_; isolate_ 353 src/mips/deoptimizer-mips.cc Code* continuation = isolate_->builtins()->builtin(Builtins::kNotifyOSR); isolate_ 453 src/mips/deoptimizer-mips.cc Builtins* builtins = isolate_->builtins(); isolate_ 458 src/mips/deoptimizer-mips.cc isolate_->heap()->arguments_adaptor_deopt_pc_offset()->value()); isolate_ 465 src/mips/deoptimizer-mips.cc Builtins* builtins = isolate_->builtins(); isolate_ 580 src/mips/deoptimizer-mips.cc isolate_->heap()->construct_stub_deopt_pc_offset()->value()); isolate_ 749 src/mips/deoptimizer-mips.cc Builtins* builtins = isolate_->builtins(); isolate_ 885 src/mips/simulator-mips.cc i_cache_ = isolate_->simulator_i_cache(); isolate_ 888 src/mips/simulator-mips.cc isolate_->set_simulator_i_cache(i_cache_); isolate_ 2651 src/mips/simulator-mips.cc CheckICache(isolate_->simulator_i_cache(), instr); isolate_ 379 src/mips/simulator-mips.h v8::internal::Isolate* isolate_; isolate_ 5222 src/objects-inl.h isolate_ = isolate; isolate_ 5229 src/objects-inl.h ASSERT(isolate_ == Isolate::Current()); isolate_ 5230 src/objects-inl.h ASSERT_EQ(isolate_->relocatable_top(), this); isolate_ 5231 src/objects-inl.h isolate_->set_relocatable_top(prev_); isolate_ 7775 src/objects.h Isolate* isolate_; isolate_ 558 src/parser.cc isolate_->set_ast_node_id(0); isolate_ 984 src/parser.cc return isolate_->factory()->empty_fixed_array(); isolate_ 989 src/parser.cc isolate_->factory()->NewFixedArray(names_.length() * 3); isolate_ 1020 src/parser.cc isolate_->heap()->Proto_symbol()) && isolate_ 1060 src/parser.cc assigned_constants_[i] = isolate_->factory()->undefined_value(); isolate_ 1066 src/parser.cc assigned_constants_.Add(isolate_->factory()->undefined_value(), zone()); isolate_ 1100 src/parser.cc Isolate* isolate_; isolate_ 4128 src/parser.cc name = isolate_->factory()->LookupAsciiSymbol(Token::String(next)); isolate_ 396 src/parser.h Isolate* isolate() { return isolate_; } isolate_ 406 src/parser.h Isolate* isolate_; isolate_ 545 src/parser.h Isolate* isolate() { return isolate_; } isolate_ 709 src/parser.h return isolate_->factory()->NewStringFromAscii( isolate_ 712 src/parser.h return isolate_->factory()->NewStringFromTwoByte( isolate_ 719 src/parser.h return isolate_->factory()->NewStringFromAscii( isolate_ 722 src/parser.h return isolate_->factory()->NewStringFromTwoByte( isolate_ 811 src/parser.h Isolate* isolate_; isolate_ 738 src/platform.h Isolate* isolate() { return isolate_; } isolate_ 756 src/platform.h Isolate* isolate_; isolate_ 137 src/property.h : isolate_(isolate), isolate_ 147 src/property.h ASSERT(isolate_->top_lookup_result() == this); isolate_ 148 src/property.h isolate_->SetTopLookupResult(next_); isolate_ 387 src/property.h Isolate* isolate_; isolate_ 42 src/regexp-stack.cc ASSERT(Isolate::Current() == regexp_stack_->isolate_); isolate_ 137 src/regexp-stack.h Isolate* isolate_; isolate_ 164 src/runtime-profiler.cc isolate_->DebuggerHasBreakPoints() || isolate_ 201 src/runtime-profiler.cc isolate_->builtins()->builtin(Builtins::kOnStackReplacement); isolate_ 243 src/runtime-profiler.cc HandleScope scope(isolate_); isolate_ 253 src/runtime-profiler.cc for (JavaScriptFrameIterator it(isolate_); isolate_ 375 src/runtime-profiler.cc isolate_->stack_guard()->RequestRuntimeProfilerTick(); isolate_ 386 src/runtime-profiler.cc if (IsEnabled()) isolate_->logger()->EnsureTickerStarted(); isolate_ 414 src/runtime-profiler.cc if (function != NULL && isolate_->heap()->InNewSpace(function)) { isolate_ 114 src/runtime-profiler.h Isolate* isolate_; isolate_ 9599 src/runtime.cc isolate_->factory()->DictionaryAtNumberPut(dict, index, elm); isolate_ 9616 src/runtime.cc Handle<JSArray> array = isolate_->factory()->NewJSArray(0); isolate_ 9618 src/runtime.cc isolate_->factory()->NewNumber(static_cast<double>(index_offset_)); isolate_ 9621 src/runtime.cc map = isolate_->factory()->GetElementsTransitionMap(array, isolate_ 9624 src/runtime.cc map = isolate_->factory()->GetElementsTransitionMap(array, isolate_ 9639 src/runtime.cc isolate_->factory()->NewSeededNumberDictionary( isolate_ 9647 src/runtime.cc isolate_->factory()->DictionaryAtNumberPut(slow_storage, i, element); isolate_ 9659 src/runtime.cc isolate_->global_handles()->Destroy( isolate_ 9665 src/runtime.cc isolate_->global_handles()->Create(storage)); isolate_ 9668 src/runtime.cc Isolate* isolate_; isolate_ 10597 src/runtime.cc isolate_); isolate_ 10645 src/runtime.cc Isolate* isolate_; isolate_ 11201 src/runtime.cc context_ = Handle<Context>(context_->previous(), isolate_); isolate_ 11223 src/runtime.cc context_ = Handle<Context>(context_->declaration_context(), isolate_); isolate_ 11226 src/runtime.cc context_ = Handle<Context>(context_->previous(), isolate_); isolate_ 11287 src/runtime.cc context_ = Handle<Context>(context_->previous(), isolate_); isolate_ 11291 src/runtime.cc context_ = Handle<Context>(context_->previous(), isolate_); isolate_ 11354 src/runtime.cc return MaterializeLocalScope(isolate_, frame_, inlined_jsframe_index_); isolate_ 11359 src/runtime.cc return MaterializeCatchScope(isolate_, CurrentContext()); isolate_ 11362 src/runtime.cc return MaterializeClosure(isolate_, CurrentContext()); isolate_ 11364 src/runtime.cc return MaterializeBlockScope(isolate_, CurrentContext()); isolate_ 11366 src/runtime.cc return MaterializeModuleScope(isolate_, CurrentContext()); isolate_ 11450 src/runtime.cc Isolate* isolate_; isolate_ 184 src/scopes.cc scope_name_ = isolate_->factory()->empty_symbol(); isolate_ 346 src/scopes.cc isolate_->factory()->this_symbol(), isolate_ 363 src/scopes.cc isolate_->factory()->arguments_symbol(), isolate_ 1165 src/scopes.cc isolate_->factory()->arguments_symbol())) { isolate_ 1185 src/scopes.cc Variable* arguments = LocalLookup(isolate_->factory()->arguments_symbol()); isolate_ 1241 src/scopes.cc ASSERT(!var->IsVariable(isolate_->factory()->result_symbol()) || isolate_ 426 src/scopes.h Isolate* const isolate_; isolate_ 521 src/serialize.cc ExternalReferenceTable::instance(isolate_); isolate_ 532 src/serialize.cc ExternalReferenceTable::instance(isolate_)->code(index) : 0; isolate_ 539 src/serialize.cc ExternalReferenceTable::instance(isolate_)->name(index) : NULL; isolate_ 563 src/serialize.cc ExternalReferenceTable::instance(isolate_); isolate_ 668 src/serialize.cc isolate_ = Isolate::Current(); isolate_ 669 src/serialize.cc ASSERT(isolate_ != NULL); isolate_ 675 src/serialize.cc ASSERT_EQ(NULL, isolate_->thread_manager()->FirstThreadStateInUse()); isolate_ 677 src/serialize.cc ASSERT(isolate_->handle_scope_implementer()->blocks()->is_empty()); isolate_ 680 src/serialize.cc isolate_->heap()->IterateStrongRoots(this, VISIT_ONLY_STRONG); isolate_ 681 src/serialize.cc isolate_->heap()->IterateWeakRoots(this, VISIT_ALL); isolate_ 683 src/serialize.cc isolate_->heap()->set_global_contexts_list( isolate_ 684 src/serialize.cc isolate_->heap()->undefined_value()); isolate_ 688 src/serialize.cc Object* source = isolate_->heap()->natives_source_cache()->get(i); isolate_ 697 src/serialize.cc isolate_ = Isolate::Current(); isolate_ 741 src/serialize.cc LOG(isolate_, SnapshotPositionEvent(address, source_->position())); isolate_ 782 src/serialize.cc Isolate* const isolate = isolate_; isolate_ 1118 src/serialize.cc isolate_ = Isolate::Current(); isolate_ 1121 src/serialize.cc ASSERT(isolate_->IsDefaultIsolate()); isolate_ 1684 src/serialize.cc return isolate_->memory_allocator()->CodePageAreaSize(); isolate_ 129 src/serialize.h Isolate* isolate_; isolate_ 157 src/serialize.h Isolate* isolate_; isolate_ 367 src/serialize.h Isolate* isolate_; isolate_ 560 src/serialize.h Isolate* isolate_; isolate_ 148 src/spaces.cc LOG(isolate_, NewEvent("CodeRange", code_range_->address(), requested)); isolate_ 303 src/spaces.cc isolate_->counters()->memory_allocated()->Decrement(static_cast<int>(size)); isolate_ 310 src/spaces.cc ASSERT(!isolate_->code_range()->contains( isolate_ 312 src/spaces.cc ASSERT(executable == NOT_EXECUTABLE || !isolate_->code_range()->exists()); isolate_ 324 src/spaces.cc isolate_->counters()->memory_allocated()->Decrement(static_cast<int>(size)); isolate_ 330 src/spaces.cc if (isolate_->code_range()->contains(static_cast<Address>(base))) { isolate_ 332 src/spaces.cc isolate_->code_range()->FreeRawMemory(base, size); isolate_ 334 src/spaces.cc ASSERT(executable == NOT_EXECUTABLE || !isolate_->code_range()->exists()); isolate_ 494 src/spaces.cc Heap* heap = isolate_->heap(); isolate_ 505 src/spaces.cc LOG(isolate_, isolate_ 513 src/spaces.cc if (isolate_->code_range()->exists()) { isolate_ 514 src/spaces.cc base = isolate_->code_range()->AllocateRawMemory(chunk_size, &chunk_size); isolate_ 554 src/spaces.cc isolate_->counters()->memory_allocated()-> isolate_ 557 src/spaces.cc LOG(isolate_, NewEvent("MemoryChunk", base, chunk_size)); isolate_ 582 src/spaces.cc return Page::Initialize(isolate_->heap(), chunk, executable, owner); isolate_ 591 src/spaces.cc return LargePage::Initialize(isolate_->heap(), chunk); isolate_ 596 src/spaces.cc LOG(isolate_, DeleteEvent("MemoryChunk", chunk)); isolate_ 603 src/spaces.cc isolate_->heap()->RememberUnmappedPage( isolate_ 627 src/spaces.cc isolate_->counters()->memory_allocated()->Increment(static_cast<int>(size)); isolate_ 634 src/spaces.cc isolate_->counters()->memory_allocated()->Decrement(static_cast<int>(size)); isolate_ 844 src/spaces.h Isolate* isolate_; isolate_ 1050 src/spaces.h Isolate* isolate_; isolate_ 80 src/string-search.h : isolate_(isolate), isolate_ 177 src/string-search.h return isolate_->bad_char_shift_table(); isolate_ 184 src/string-search.h return isolate_->good_suffix_shift_table() - start_; isolate_ 192 src/string-search.h return isolate_->suffix_table() - start_; isolate_ 195 src/string-search.h Isolate* isolate_; isolate_ 85 src/stub-cache.cc if (old_code != isolate_->builtins()->builtin(Builtins::kIllegal)) { isolate_ 126 src/stub-cache.cc LoadStubCompiler compiler(isolate_); isolate_ 129 src/stub-cache.cc PROFILE(isolate_, CodeCreateEvent(Logger::LOAD_IC_TAG, *code, *cache_name)); isolate_ 145 src/stub-cache.cc LoadStubCompiler compiler(isolate_); isolate_ 148 src/stub-cache.cc PROFILE(isolate_, CodeCreateEvent(Logger::LOAD_IC_TAG, *code, *name)); isolate_ 166 src/stub-cache.cc LoadStubCompiler compiler(isolate_); isolate_ 169 src/stub-cache.cc PROFILE(isolate_, CodeCreateEvent(Logger::LOAD_IC_TAG, *code, *name)); isolate_ 186 src/stub-cache.cc LoadStubCompiler compiler(isolate_); isolate_ 189 src/stub-cache.cc PROFILE(isolate_, CodeCreateEvent(Logger::LOAD_IC_TAG, *code, *name)); isolate_ 206 src/stub-cache.cc LoadStubCompiler compiler(isolate_); isolate_ 209 src/stub-cache.cc PROFILE(isolate_, CodeCreateEvent(Logger::LOAD_IC_TAG, *code, *name)); isolate_ 225 src/stub-cache.cc LoadStubCompiler compiler(isolate_); isolate_ 228 src/stub-cache.cc PROFILE(isolate_, CodeCreateEvent(Logger::LOAD_IC_TAG, *code, *name)); isolate_ 236 src/stub-cache.cc return isolate_->builtins()->LoadIC_Normal(); isolate_ 251 src/stub-cache.cc LoadStubCompiler compiler(isolate_); isolate_ 254 src/stub-cache.cc PROFILE(isolate_, CodeCreateEvent(Logger::LOAD_IC_TAG, *code, *name)); isolate_ 271 src/stub-cache.cc KeyedLoadStubCompiler compiler(isolate_); isolate_ 274 src/stub-cache.cc PROFILE(isolate_, CodeCreateEvent(Logger::KEYED_LOAD_IC_TAG, *code, *name)); isolate_ 291 src/stub-cache.cc KeyedLoadStubCompiler compiler(isolate_); isolate_ 294 src/stub-cache.cc PROFILE(isolate_, CodeCreateEvent(Logger::KEYED_LOAD_IC_TAG, *code, *name)); isolate_ 310 src/stub-cache.cc KeyedLoadStubCompiler compiler(isolate_); isolate_ 312 src/stub-cache.cc PROFILE(isolate_, CodeCreateEvent(Logger::KEYED_LOAD_IC_TAG, *code, *name)); isolate_ 330 src/stub-cache.cc KeyedLoadStubCompiler compiler(isolate_); isolate_ 333 src/stub-cache.cc PROFILE(isolate_, CodeCreateEvent(Logger::KEYED_LOAD_IC_TAG, *code, *name)); isolate_ 347 src/stub-cache.cc KeyedLoadStubCompiler compiler(isolate_); isolate_ 349 src/stub-cache.cc PROFILE(isolate_, CodeCreateEvent(Logger::KEYED_LOAD_IC_TAG, *code, *name)); isolate_ 364 src/stub-cache.cc KeyedLoadStubCompiler compiler(isolate_); isolate_ 366 src/stub-cache.cc PROFILE(isolate_, CodeCreateEvent(Logger::KEYED_LOAD_IC_TAG, *code, *name)); isolate_ 381 src/stub-cache.cc KeyedLoadStubCompiler compiler(isolate_); isolate_ 383 src/stub-cache.cc PROFILE(isolate_, CodeCreateEvent(Logger::KEYED_LOAD_IC_TAG, *code, *name)); isolate_ 402 src/stub-cache.cc StoreStubCompiler compiler(isolate_, strict_mode); isolate_ 405 src/stub-cache.cc PROFILE(isolate_, CodeCreateEvent(Logger::STORE_IC_TAG, *code, *name)); isolate_ 447 src/stub-cache.cc KeyedLoadStubCompiler compiler(isolate_); isolate_ 452 src/stub-cache.cc KeyedStoreStubCompiler compiler(isolate_, strict_mode, isolate_ 458 src/stub-cache.cc KeyedStoreStubCompiler compiler(isolate_, strict_mode, isolate_ 471 src/stub-cache.cc PROFILE(isolate_, CodeCreateEvent(Logger::KEYED_LOAD_IC_TAG, *code, 0)); isolate_ 473 src/stub-cache.cc PROFILE(isolate_, CodeCreateEvent(Logger::KEYED_STORE_IC_TAG, *code, 0)); isolate_ 482 src/stub-cache.cc ? isolate_->builtins()->Builtins::StoreIC_Normal_Strict() isolate_ 483 src/stub-cache.cc : isolate_->builtins()->Builtins::StoreIC_Normal(); isolate_ 496 src/stub-cache.cc StoreStubCompiler compiler(isolate_, strict_mode); isolate_ 498 src/stub-cache.cc PROFILE(isolate_, CodeCreateEvent(Logger::STORE_IC_TAG, *code, *name)); isolate_ 515 src/stub-cache.cc StoreStubCompiler compiler(isolate_, strict_mode); isolate_ 517 src/stub-cache.cc PROFILE(isolate_, CodeCreateEvent(Logger::STORE_IC_TAG, *code, *name)); isolate_ 534 src/stub-cache.cc StoreStubCompiler compiler(isolate_, strict_mode); isolate_ 537 src/stub-cache.cc PROFILE(isolate_, CodeCreateEvent(Logger::STORE_IC_TAG, *code, *name)); isolate_ 552 src/stub-cache.cc StoreStubCompiler compiler(isolate_, strict_mode); isolate_ 554 src/stub-cache.cc PROFILE(isolate_, CodeCreateEvent(Logger::STORE_IC_TAG, *code, *name)); isolate_ 576 src/stub-cache.cc PROFILE(isolate_, CodeCreateEvent(Logger::KEYED_STORE_IC_TAG, *code, *name)); isolate_ 614 src/stub-cache.cc CallStubCompiler compiler(isolate_, argc, kind, extra_state, cache_holder); isolate_ 619 src/stub-cache.cc PROFILE(isolate_, isolate_ 652 src/stub-cache.cc CallStubCompiler compiler(isolate_, argc, kind, extra_state, cache_holder); isolate_ 657 src/stub-cache.cc PROFILE(isolate_, isolate_ 770 src/stub-cache.cc isolate_->factory()->non_monomorphic_cache(); isolate_ 771 src/stub-cache.cc int entry = cache->FindEntry(isolate_, flags); isolate_ 774 src/stub-cache.cc StubCompiler compiler(isolate_); isolate_ 776 src/stub-cache.cc FillCache(isolate_, code); isolate_ 799 src/stub-cache.cc isolate_->factory()->non_monomorphic_cache(); isolate_ 800 src/stub-cache.cc int entry = cache->FindEntry(isolate_, flags); isolate_ 803 src/stub-cache.cc StubCompiler compiler(isolate_); isolate_ 805 src/stub-cache.cc FillCache(isolate_, code); isolate_ 816 src/stub-cache.cc isolate_->factory()->non_monomorphic_cache(); isolate_ 817 src/stub-cache.cc int entry = cache->FindEntry(isolate_, flags); isolate_ 820 src/stub-cache.cc StubCompiler compiler(isolate_); isolate_ 822 src/stub-cache.cc FillCache(isolate_, code); isolate_ 833 src/stub-cache.cc isolate_->factory()->non_monomorphic_cache(); isolate_ 834 src/stub-cache.cc int entry = cache->FindEntry(isolate_, flags); isolate_ 837 src/stub-cache.cc StubCompiler compiler(isolate_); isolate_ 839 src/stub-cache.cc FillCache(isolate_, code); isolate_ 852 src/stub-cache.cc isolate_->factory()->non_monomorphic_cache(); isolate_ 853 src/stub-cache.cc int entry = cache->FindEntry(isolate_, flags); isolate_ 856 src/stub-cache.cc StubCompiler compiler(isolate_); isolate_ 858 src/stub-cache.cc FillCache(isolate_, code); isolate_ 872 src/stub-cache.cc isolate_->factory()->non_monomorphic_cache(); isolate_ 873 src/stub-cache.cc int entry = cache->FindEntry(isolate_, flags); isolate_ 876 src/stub-cache.cc StubCompiler compiler(isolate_); isolate_ 878 src/stub-cache.cc FillCache(isolate_, code); isolate_ 892 src/stub-cache.cc isolate_->factory()->non_monomorphic_cache(); isolate_ 893 src/stub-cache.cc int entry = cache->FindEntry(isolate_, flags); isolate_ 896 src/stub-cache.cc StubCompiler compiler(isolate_); isolate_ 898 src/stub-cache.cc FillCache(isolate_, code); isolate_ 911 src/stub-cache.cc isolate_->factory()->non_monomorphic_cache(); isolate_ 912 src/stub-cache.cc int entry = cache->FindEntry(isolate_, flags); isolate_ 915 src/stub-cache.cc StubCompiler compiler(isolate_); isolate_ 917 src/stub-cache.cc FillCache(isolate_, code); isolate_ 924 src/stub-cache.cc Code* empty = isolate_->builtins()->builtin(Builtins::kIllegal); isolate_ 312 src/stub-cache.h Isolate* isolate() { return isolate_; } isolate_ 389 src/stub-cache.h Isolate* isolate_; isolate_ 419 src/stub-cache.h : isolate_(isolate), masm_(isolate, NULL, 256), failure_(NULL) { } isolate_ 582 src/stub-cache.h Isolate* isolate() { return isolate_; } isolate_ 587 src/stub-cache.h Isolate* isolate_; isolate_ 67 src/type-info.cc isolate_ = isolate; isolate_ 78 src/type-info.cc : Handle<Object>::cast(isolate_->factory()->undefined_value()); isolate_ 112 src/type-info.cc Builtins* builtins = isolate_->builtins(); isolate_ 144 src/type-info.cc Builtins* builtins = isolate_->builtins(); isolate_ 302 src/type-info.cc isolate_->builtins()->builtin(id); isolate_ 503 src/type-info.cc isolate_->builtins()->builtin(Builtins::kStoreIC_GlobalProxy)) { isolate_ 513 src/type-info.cc isolate_->stub_cache()->CollectMatchingMaps(types, isolate_ 321 src/type-info.h Isolate* isolate_; isolate_ 51 src/v8threads.cc if (isolate_ == NULL) { isolate_ 52 src/v8threads.cc isolate_ = i::Isolate::GetDefaultIsolateForLocking(); isolate_ 57 src/v8threads.cc if (!isolate_->thread_manager()->IsLockedByCurrentThread()) { isolate_ 58 src/v8threads.cc isolate_->thread_manager()->Lock(); isolate_ 64 src/v8threads.cc if (!isolate_->IsInitialized()) { isolate_ 65 src/v8threads.cc isolate_->Enter(); isolate_ 67 src/v8threads.cc isolate_->Exit(); isolate_ 72 src/v8threads.cc if (isolate_->thread_manager()->RestoreThread()) { isolate_ 75 src/v8threads.cc internal::ExecutionAccess access(isolate_); isolate_ 76 src/v8threads.cc isolate_->stack_guard()->ClearThread(access); isolate_ 77 src/v8threads.cc isolate_->stack_guard()->InitThread(access); isolate_ 79 src/v8threads.cc if (isolate_->IsDefaultIsolate()) { isolate_ 84 src/v8threads.cc ASSERT(isolate_->thread_manager()->IsLockedByCurrentThread()); isolate_ 103 src/v8threads.cc ASSERT(isolate_->thread_manager()->IsLockedByCurrentThread()); isolate_ 105 src/v8threads.cc if (isolate_->IsDefaultIsolate()) { isolate_ 106 src/v8threads.cc isolate_->Exit(); isolate_ 109 src/v8threads.cc isolate_->thread_manager()->FreeThreadResources(); isolate_ 111 src/v8threads.cc isolate_->thread_manager()->ArchiveThread(); isolate_ 113 src/v8threads.cc isolate_->thread_manager()->Unlock(); isolate_ 120 src/v8threads.cc if (isolate_ == NULL) { isolate_ 121 src/v8threads.cc isolate_ = i::Isolate::GetDefaultIsolateForLocking(); isolate_ 123 src/v8threads.cc ASSERT(isolate_->thread_manager()->IsLockedByCurrentThread()); isolate_ 124 src/v8threads.cc if (isolate_->IsDefaultIsolate()) { isolate_ 125 src/v8threads.cc isolate_->Exit(); isolate_ 127 src/v8threads.cc isolate_->thread_manager()->ArchiveThread(); isolate_ 128 src/v8threads.cc isolate_->thread_manager()->Unlock(); isolate_ 133 src/v8threads.cc ASSERT(!isolate_->thread_manager()->IsLockedByCurrentThread()); isolate_ 134 src/v8threads.cc isolate_->thread_manager()->Lock(); isolate_ 135 src/v8threads.cc isolate_->thread_manager()->RestoreThread(); isolate_ 136 src/v8threads.cc if (isolate_->IsDefaultIsolate()) { isolate_ 137 src/v8threads.cc isolate_->Enter(); isolate_ 163 src/v8threads.cc isolate_->FindPerThreadDataForThisThread(); isolate_ 175 src/v8threads.cc ExecutionAccess access(isolate_); isolate_ 183 src/v8threads.cc isolate_->FindPerThreadDataForThisThread(); isolate_ 186 src/v8threads.cc isolate_->stack_guard()->InitThread(access); isolate_ 191 src/v8threads.cc from = isolate_->handle_scope_implementer()->RestoreThread(from); isolate_ 192 src/v8threads.cc from = isolate_->RestoreThread(from); isolate_ 193 src/v8threads.cc from = Relocatable::RestoreState(isolate_, from); isolate_ 195 src/v8threads.cc from = isolate_->debug()->RestoreDebug(from); isolate_ 197 src/v8threads.cc from = isolate_->stack_guard()->RestoreStackGuard(from); isolate_ 198 src/v8threads.cc from = isolate_->regexp_stack()->RestoreStack(from); isolate_ 199 src/v8threads.cc from = isolate_->bootstrapper()->RestoreState(from); isolate_ 202 src/v8threads.cc isolate_->stack_guard()->TerminateExecution(); isolate_ 338 src/v8threads.cc isolate_->FindOrAllocatePerThreadDataForThisThread(); isolate_ 355 src/v8threads.cc to = isolate_->handle_scope_implementer()->ArchiveThread(to); isolate_ 356 src/v8threads.cc to = isolate_->ArchiveThread(to); isolate_ 357 src/v8threads.cc to = Relocatable::ArchiveState(isolate_, to); isolate_ 359 src/v8threads.cc to = isolate_->debug()->ArchiveDebug(to); isolate_ 361 src/v8threads.cc to = isolate_->stack_guard()->ArchiveStackGuard(to); isolate_ 362 src/v8threads.cc to = isolate_->regexp_stack()->ArchiveStack(to); isolate_ 363 src/v8threads.cc to = isolate_->bootstrapper()->ArchiveState(to); isolate_ 370 src/v8threads.cc isolate_->handle_scope_implementer()->FreeThreadResources(); isolate_ 371 src/v8threads.cc isolate_->FreeThreadResources(); isolate_ 373 src/v8threads.cc isolate_->debug()->FreeThreadResources(); isolate_ 375 src/v8threads.cc isolate_->stack_guard()->FreeThreadResources(); isolate_ 376 src/v8threads.cc isolate_->regexp_stack()->FreeThreadResources(); isolate_ 377 src/v8threads.cc isolate_->bootstrapper()->FreeThreadResources(); isolate_ 383 src/v8threads.cc isolate_->FindPerThreadDataForThisThread(); isolate_ 394 src/v8threads.cc data = isolate_->Iterate(v, data); isolate_ 406 src/v8threads.cc isolate_->IterateThread(v, data); isolate_ 135 src/v8threads.h Isolate* isolate_; isolate_ 161 src/v8threads.h Isolate* isolate() const { return isolate_; } isolate_ 167 src/v8threads.h Isolate* isolate_; isolate_ 62 src/vm-state-inl.h : isolate_(isolate), previous_tag_(isolate->current_vm_state()) { isolate_ 68 src/vm-state-inl.h isolate_->SetCurrentVMState(tag); isolate_ 74 src/vm-state-inl.h LOG(isolate_, isolate_ 76 src/vm-state-inl.h StateToString(isolate_->current_vm_state()))); isolate_ 77 src/vm-state-inl.h LOG(isolate_, isolate_ 81 src/vm-state-inl.h isolate_->SetCurrentVMState(previous_tag_); isolate_ 86 src/vm-state-inl.h : isolate_(isolate), previous_callback_(isolate->external_callback()) { isolate_ 87 src/vm-state-inl.h isolate_->set_external_callback(callback); isolate_ 91 src/vm-state-inl.h isolate_->set_external_callback(previous_callback_); isolate_ 43 src/vm-state.h Isolate* isolate_; isolate_ 53 src/vm-state.h Isolate* isolate_; isolate_ 490 src/x64/assembler-x64.h isolate_ = Isolate::UncheckedCurrent(); isolate_ 492 src/x64/assembler-x64.h if (isolate_ != NULL) { isolate_ 493 src/x64/assembler-x64.h old_enabled_ = isolate_->enabled_cpu_features(); isolate_ 494 src/x64/assembler-x64.h isolate_->set_enabled_cpu_features(old_enabled_ | mask); isolate_ 498 src/x64/assembler-x64.h ASSERT_EQ(Isolate::UncheckedCurrent(), isolate_); isolate_ 499 src/x64/assembler-x64.h if (isolate_ != NULL) { isolate_ 500 src/x64/assembler-x64.h isolate_->set_enabled_cpu_features(old_enabled_); isolate_ 505 src/x64/assembler-x64.h Isolate* isolate_; isolate_ 464 src/x64/deoptimizer-x64.cc Builtins* builtins = isolate_->builtins(); isolate_ 469 src/x64/deoptimizer-x64.cc isolate_->heap()->arguments_adaptor_deopt_pc_offset()->value()); isolate_ 476 src/x64/deoptimizer-x64.cc Builtins* builtins = isolate_->builtins(); isolate_ 589 src/x64/deoptimizer-x64.cc isolate_->heap()->construct_stub_deopt_pc_offset()->value()); isolate_ 757 src/x64/deoptimizer-x64.cc ? isolate_->builtins()->builtin(Builtins::kNotifyDeoptimized) isolate_ 758 src/x64/deoptimizer-x64.cc : isolate_->builtins()->builtin(Builtins::kNotifyLazyDeoptimized); isolate_ 84 src/zone-inl.h isolate_->counters()->zone_segment_bytes()->Set(segment_bytes_allocated_); isolate_ 89 src/zone.h inline Isolate* isolate() { return isolate_; } isolate_ 141 src/zone.h Isolate* isolate_; isolate_ 15395 test/cctest/test-api.cc isolate_(isolate), isolate_ 15400 test/cctest/test-api.cc result_ = CalcFibonacci(isolate_, fib_limit_); isolate_ 15406 test/cctest/test-api.cc v8::Isolate* isolate_; isolate_ 64 test/cctest/test-lockers.cc isolate_(isolate), context_(context), value_(value) { isolate_ 69 test/cctest/test-lockers.cc v8::Locker locker(isolate_); isolate_ 70 test/cctest/test-lockers.cc v8::Isolate::Scope isolate_scope(isolate_); isolate_ 71 test/cctest/test-lockers.cc CHECK_EQ(isolate_, v8::internal::Isolate::Current()); isolate_ 79 test/cctest/test-lockers.cc v8::Locker locker(isolate_); isolate_ 80 test/cctest/test-lockers.cc v8::Isolate::Scope isolate_scope(isolate_); isolate_ 87 test/cctest/test-lockers.cc isolate_->Dispose(); isolate_ 91 test/cctest/test-lockers.cc v8::Isolate* isolate_; isolate_ 181 test/cctest/test-lockers.cc v8::Locker locker(isolate_); isolate_ 182 test/cctest/test-lockers.cc v8::Isolate::Scope isolate_scope(isolate_); isolate_ 185 test/cctest/test-lockers.cc CHECK_EQ(isolate_, v8::internal::Isolate::Current()); isolate_ 189 test/cctest/test-lockers.cc v8::Isolate* isolate_; isolate_ 263 test/cctest/test-lockers.cc v8::Locker lock(isolate_); isolate_ 264 test/cctest/test-lockers.cc v8::Isolate::Scope isolate_scope(isolate_); isolate_ 268 test/cctest/test-lockers.cc v8::Locker another_lock(isolate_); isolate_ 272 test/cctest/test-lockers.cc v8::Locker another_lock(isolate_); isolate_ 277 test/cctest/test-lockers.cc v8::Isolate* isolate_; isolate_ 344 test/cctest/test-lockers.cc isolate_(isolate), isolate_ 349 test/cctest/test-lockers.cc v8::Locker lock(isolate_); isolate_ 350 test/cctest/test-lockers.cc v8::Isolate::Scope isolate_scope(isolate_); isolate_ 356 test/cctest/test-lockers.cc v8::Isolate* isolate_; isolate_ 368 test/cctest/test-lockers.cc v8::Locker lock(isolate_); isolate_ 369 test/cctest/test-lockers.cc v8::Isolate::Scope isolate_scope(isolate_); isolate_ 377 test/cctest/test-lockers.cc isolate_->Exit(); isolate_ 378 test/cctest/test-lockers.cc v8::Unlocker unlocker(isolate_); isolate_ 379 test/cctest/test-lockers.cc LockIsolateAndCalculateFibSharedContextThread thread(isolate_, context); isolate_ 383 test/cctest/test-lockers.cc isolate_->Enter(); isolate_ 391 test/cctest/test-lockers.cc v8::Isolate* isolate_; isolate_ 418 test/cctest/test-lockers.cc v8::Locker lock(isolate_); isolate_ 419 test/cctest/test-lockers.cc v8::Isolate::Scope isolate_scope(isolate_); isolate_ 427 test/cctest/test-lockers.cc v8::Locker second_lock(isolate_); isolate_ 429 test/cctest/test-lockers.cc isolate_->Exit(); isolate_ 430 test/cctest/test-lockers.cc v8::Unlocker unlocker(isolate_); isolate_ 431 test/cctest/test-lockers.cc LockIsolateAndCalculateFibSharedContextThread thread(isolate_, context); isolate_ 436 test/cctest/test-lockers.cc isolate_->Enter(); isolate_ 444 test/cctest/test-lockers.cc v8::Isolate* isolate_; isolate_ 533 test/cctest/test-lockers.cc isolate_(isolate), isolate_ 538 test/cctest/test-lockers.cc v8::Locker lock1(isolate_); isolate_ 539 test/cctest/test-lockers.cc CHECK(v8::Locker::IsLocked(isolate_)); isolate_ 542 test/cctest/test-lockers.cc v8::Isolate::Scope isolate_scope(isolate_); isolate_ 548 test/cctest/test-lockers.cc v8::Unlocker unlock1(isolate_); isolate_ 549 test/cctest/test-lockers.cc CHECK(!v8::Locker::IsLocked(isolate_)); isolate_ 552 test/cctest/test-lockers.cc v8::Locker lock2(isolate_); isolate_ 553 test/cctest/test-lockers.cc v8::Isolate::Scope isolate_scope(isolate_); isolate_ 555 test/cctest/test-lockers.cc CHECK(v8::Locker::IsLocked(isolate_)); isolate_ 564 test/cctest/test-lockers.cc v8::Isolate* isolate_; isolate_ 114 test/cctest/test-spaces.cc isolate_->memory_allocator_ = old_allocator_; isolate_ 118 test/cctest/test-spaces.cc Isolate* isolate_; isolate_ 168 test/cctest/test-thread-termination.cc CHECK(!v8::V8::IsExecutionTerminating(isolate_)); isolate_ 169 test/cctest/test-thread-termination.cc v8::V8::TerminateExecution(isolate_); isolate_ 173 test/cctest/test-thread-termination.cc v8::Isolate* isolate_;