Lines Matching defs:isolate

50   Isolate* isolate = tracer_->heap_->isolate();
51 Isolate* shared_isolate = isolate->shared_isolate();
54 // Either run on isolate's main thread or on the current main thread of the
55 // shared isolate during shared GCs.
56 DCHECK(isolate->thread_id() == thread_id ||
130 Counters* counters = heap->isolate()->counters();
131 const bool in_background = heap->isolate()->IsIsolateInBackground();
243 heap_->isolate()->counters()->young_generation_handling()->AddSample(
387 auto* long_task_stats = heap_->isolate()->GetCurrentLongTaskStats();
486 heap_->isolate()->counters()->mark_compact_reason()->AddSample(
490 PrintIsolate(heap_->isolate(),
537 PrintIsolate(heap_->isolate(),
706 reinterpret_cast<void*>(heap_->isolate()),
707 heap_->isolate()->time_millis_since_init(),
739 heap_->isolate()->PrintWithTimestamp(
821 heap_->isolate()->PrintWithTimestamp(
876 heap_->isolate()->PrintWithTimestamp(
1293 heap_->isolate()->counters()->background_marking()->AddSample(
1295 heap_->isolate()->counters()->background_sweeping()->AddSample(
1318 Counters* counters = heap_->isolate()->counters();
1336 heap_->isolate()->counters()->incremental_marking_sum()->AddSample(
1341 heap_->isolate()->counters()->gc_marking_sum()->AddSample(
1359 heap_->isolate()
1458 v8::internal::Isolate* isolate) {
1459 DCHECK_NOT_NULL(isolate);
1460 if (isolate->context().is_null())
1462 HandleScope scope(isolate);
1463 return isolate->GetOrRegisterRecorderContextId(isolate->native_context());
1469 Isolate* isolate) {
1470 DCHECK_NOT_NULL(isolate->metrics_recorder());
1472 isolate->metrics_recorder()->AddMainThreadEvent(std::move(batched_events),
1473 GetContextId(isolate));
1486 heap_->isolate()->metrics_recorder();
1497 FlushBatchedEvents(incremental_mark_batched_events_, heap_->isolate());
1500 FlushBatchedEvents(incremental_sweep_batched_events_, heap_->isolate());
1617 recorder->AddMainThreadEvent(event, GetContextId(heap_->isolate()));
1625 heap_->isolate()->metrics_recorder();
1645 FlushBatchedEvents(incremental_mark_batched_events_, heap_->isolate());
1653 heap_->isolate()->metrics_recorder();
1661 FlushBatchedEvents(incremental_sweep_batched_events_, heap_->isolate());
1669 heap_->isolate()->metrics_recorder();
1740 recorder->AddMainThreadEvent(event, GetContextId(heap_->isolate()));