HomeSort by relevance Sort by last modified time
    Searched refs:global_handles (Results 1 - 19 of 19) sorted by null

  /external/v8/src/
global-handles.cc 393 explicit NodeBlock(GlobalHandles* global_handles, NodeBlock* next)
398 global_handles_(global_handles) {}
434 GlobalHandles* global_handles() { return global_handles_; }
454 return FindBlock()->global_handles();
470 GlobalHandles* global_handles = node_block->global_handles();
471 global_handles->isolate()->counters()->global_handles()->Increment();
472 global_handles->number_of_global_handles_++;
478 GlobalHandles* global_handles = node_block->global_handles()
    [all...]
managed.h 48 Handle<Object> global_handle = isolate->global_handles()->Create(*handle);
value-serializer.cc 910 id_map_(Handle<FixedArray>::cast(isolate->global_handles()->Create(
    [all...]
counters.h     [all...]
isolate.h 894 GlobalHandles* global_handles() { return global_handles_; } function in class:v8::internal::Isolate
    [all...]
api.cc     [all...]
isolate.cc     [all...]
  /external/v8/src/compiler-dispatcher/
compiler-dispatcher-job.cc 72 isolate_->global_handles()->Create(isolate->context()))),
74 isolate_->global_handles()->Create(*shared))),
98 isolate_->global_handles()->Create(isolate->context()))),
100 isolate_->global_handles()->Create(*shared))),
162 Handle<String>::cast(isolate_->global_handles()->Create(*source));
209 Handle<String>::cast(isolate_->global_handles()->Create(*wrapper));
  /external/v8/src/snapshot/
startup-serializer.cc 128 CHECK_EQ(0, isolate->global_handles()->global_handles_count());
  /external/v8/src/profiler/
heap-profiler.cc 208 heap()->isolate()->global_handles()->SetRetainedObjectInfo(id, info);
allocation-tracker.cc 306 script->GetIsolate()->global_handles()->Create(script));
heap-snapshot-generator.cc     [all...]
  /external/v8/src/debug/
debug.cc 411 GlobalHandles* global_handles = debug_info->GetIsolate()->global_handles(); local
413 Handle<DebugInfo>::cast(global_handles->Create(debug_info)).location();
454 isolate_->global_handles()->Create(*context));
2324 GlobalHandles* global_handles = isolate->global_handles(); local
    [all...]
  /external/v8/src/runtime/
runtime-i18n.cc 334 Handle<Object> wrapper = isolate->global_handles()->Create(*local_object);
523 Handle<Object> wrapper = isolate->global_handles()->Create(*local_object);
580 Handle<Object> wrapper = isolate->global_handles()->Create(*local_object);
711 Handle<Object> wrapper = isolate->global_handles()->Create(*local_object);
    [all...]
  /external/v8/src/heap/
incremental-marking.cc 605 heap_->isolate()->global_handles()->IterateObjectGroups(
607 heap_->isolate()->global_handles()->RemoveImplicitRefGroups();
608 heap_->isolate()->global_handles()->RemoveObjectGroups();
    [all...]
mark-compact.cc     [all...]
heap.cc 656 if (FLAG_print_global_handles) isolate_->global_handles()->Print();
    [all...]
  /external/v8/src/builtins/
builtins-array.cc 819 storage_(isolate->global_handles()->Create(*storage)),
    [all...]
  /external/v8/src/wasm/
wasm-module.cc 757 Handle<Object> global_handle = isolate->global_handles()->Create(*buffer);
    [all...]

Completed in 820 milliseconds