Lines Matching full:isolate
39 #include "isolate-inl.h"
142 Isolate* isolate = Isolate::Current();
144 isolate->debug()->has_break_points() :
145 isolate->debugger()->IsDebuggerActive();
297 TypeFeedbackOracle oracle(code, global_context, info->isolate());
301 if (info->isolate()->has_pending_exception()) {
358 Isolate* isolate = info->isolate();
359 ZoneScope zone_scope(isolate, DELETE_ON_EXIT);
360 PostponeInterruptsScope postpone(isolate);
362 ASSERT(!isolate->global_context().is_null());
364 script->set_context_data((*isolate->global_context())->data());
373 StackTraceFrameIterator it(isolate);
386 isolate->debugger()->OnBeforeCompile(script);
404 ? info->isolate()->counters()->compile_eval()
405 : info->isolate()->counters()->compile();
410 LiveEditFunctionTracker live_edit_tracker(isolate, lit);
412 if (!isolate->has_pending_exception()) isolate->StackOverflow();
419 isolate->factory()->NewSharedFunctionInfo(
429 PROFILE(isolate, CodeCreateEvent(
441 PROFILE(isolate, CodeCreateEvent(
447 isolate->heap()->empty_string()));
461 isolate->debugger()->OnAfterCompile(
479 Isolate* isolate = source->GetIsolate();
481 isolate->counters()->total_load_size()->Increment(source_length);
482 isolate->counters()->total_compile_size()->Increment(source_length);
485 VMState state(isolate, COMPILER);
487 CompilationCache* compilation_cache = isolate->compilation_cache();
540 if (result.is_null()) isolate->ReportPendingMessages();
550 Isolate* isolate = source->GetIsolate();
552 isolate->counters()->total_eval_size()->Increment(source_length);
553 isolate->counters()->total_compile_size()->Increment(source_length);
556 VMState state(isolate, COMPILER);
561 CompilationCache* compilation_cache = isolate->compilation_cache();
570 Handle<Script> script = isolate->factory()->NewScript(source);
604 Isolate* isolate = info->isolate();
606 ZoneScope zone_scope(isolate, DELETE_ON_EXIT);
609 VMState state(isolate, COMPILER);
611 PostponeInterruptsScope postpone(isolate);
615 isolate->counters()->total_compile_size()->Increment(compiled_size);
622 HistogramTimerScope timer(isolate->counters()->compile_lazy());
631 if (!isolate->has_pending_exception()) {
632 isolate->StackOverflow();
688 !Isolate::Current()->DebuggerHasBreakPoints()) {
713 LiveEditFunctionTracker live_edit_tracker(info.isolate(), literal);
720 !LiveEditFunctionTracker::IsActive(info.isolate());
726 Handle<Code> code = info.isolate()->builtins()->LazyCompile();
796 if (info->isolate()->logger()->is_logging() ||
797 CpuProfiler::is_profiling(info->isolate())) {
800 if (*code == info->isolate()->builtins()->builtin(Builtins::kLazyCompile))
805 PROFILE(info->isolate(),
812 PROFILE(info->isolate(),