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

  /external/v8/src/
global-handles.cc 28 class GlobalHandles::Node {
344 inline GlobalHandles* GetGlobalHandles();
389 class GlobalHandles::NodeBlock {
393 explicit NodeBlock(GlobalHandles* global_handles, NodeBlock* next)
434 GlobalHandles* global_handles() { return global_handles_; }
449 GlobalHandles* global_handles_;
453 GlobalHandles* GlobalHandles::Node::GetGlobalHandles() {
458 GlobalHandles::NodeBlock* GlobalHandles::Node::FindBlock()
    [all...]
managed.h 49 GlobalHandles::MakeWeak(global_handle.location(), global_handle.location(),
65 GlobalHandles::Destroy(reinterpret_cast<Object**>(p));
global-handles.h 114 class GlobalHandles {
122 ~GlobalHandles();
303 explicit GlobalHandles(Isolate* isolate);
367 DISALLOW_COPY_AND_ASSIGN(GlobalHandles);
371 class GlobalHandles::PendingPhantomCallback {
i18n.cc 749 GlobalHandles::Destroy(reinterpret_cast<Object**>(data.GetParameter()));
804 GlobalHandles::Destroy(reinterpret_cast<Object**>(data.GetParameter()));
856 GlobalHandles::Destroy(reinterpret_cast<Object**>(data.GetParameter()));
    [all...]
value-serializer.cc 914 GlobalHandles::Destroy(Handle<Object>::cast(id_map_).location());
918 GlobalHandles::Destroy(transfer_map_handle.location());
    [all...]
isolate.h     [all...]
counters.h     [all...]
api.cc     [all...]
isolate.cc     [all...]
  /external/v8/src/compiler-dispatcher/
compiler-dispatcher-job.cc 123 i::GlobalHandles::Destroy(Handle<Object>::cast(shared_).location());
124 i::GlobalHandles::Destroy(Handle<Object>::cast(context_).location());
277 i::GlobalHandles::Destroy(Handle<Object>::cast(source_).location());
281 i::GlobalHandles::Destroy(Handle<Object>::cast(wrapper_).location());
431 i::GlobalHandles::Destroy(Handle<Object>::cast(source_).location());
435 i::GlobalHandles::Destroy(Handle<Object>::cast(wrapper_).location());
  /external/v8/src/profiler/
allocation-tracker.cc 307 GlobalHandles::MakeWeak(reinterpret_cast<Object**>(script_.location()), this,
314 GlobalHandles::Destroy(reinterpret_cast<Object**>(script_.location()));
330 GlobalHandles::Destroy(reinterpret_cast<Object**>(loc->script_.location()));
  /external/v8/src/debug/
debug.cc 411 GlobalHandles* global_handles = debug_info->GetIsolate()->global_handles();
419 GlobalHandles::Destroy(reinterpret_cast<Object**>(debug_info_));
471 GlobalHandles::Destroy(Handle<Object>::cast(debug_context_).location());
    [all...]
  /external/v8/src/runtime/
runtime-i18n.cc 335 GlobalHandles::MakeWeak(wrapper.location(), wrapper.location(),
524 GlobalHandles::MakeWeak(wrapper.location(), wrapper.location(),
581 GlobalHandles::MakeWeak(wrapper.location(), wrapper.location(),
712 GlobalHandles::MakeWeak(wrapper.location(), wrapper.location(),
    [all...]
  /external/v8/src/wasm/
wasm-module.cc 66 GlobalHandles::Destroy(reinterpret_cast<Object**>(p));
725 GlobalHandles::Destroy(reinterpret_cast<Object**>(p));
758 GlobalHandles::MakeWeak(global_handle.location(), global_handle.location(),
    [all...]
  /external/v8/src/builtins/
builtins-array.cc     [all...]
  /external/v8/src/heap/
mark-compact.cc     [all...]
heap.cc     [all...]
  /external/v8/include/
v8.h 154 class GlobalHandles;
    [all...]

Completed in 893 milliseconds