Home | History | Annotate | Download | only in src

Lines Matching full:isolate

290   Isolate* isolate = info->isolate();
294 isolate->counters()->total_full_codegen_source_size()->Increment(len);
301 MacroAssembler masm(info->isolate(), NULL, kInitialBufferSize);
309 ASSERT(!isolate->has_pending_exception());
327 info->isolate()->debugger()->IsDebuggerActive());
336 isolate->runtime_profiler()->NotifyCodeGenerated(code->instruction_size());
371 Handle<DeoptimizationOutputData> data = isolate()->factory()->
382 Handle<TypeFeedbackInfo> info = isolate()->factory()->NewTypeFeedbackInfo();
384 ASSERT(!isolate()->heap()->InNewSpace(*info));
394 isolate()->factory()->NewFixedArray(array_size, TENURED));
584 isolate()->factory()->NewFixedArray(2 * global_count_, TENURED);
686 if (!isolate()->debugger()->IsDebuggerActive()) {
712 if (!isolate()->debugger()->IsDebuggerActive()) {