HomeSort by relevance Sort by last modified time
    Searched full:globalhandles (Results 1 - 22 of 22) sorted by null

  /external/v8/src/
global-handles.cc 26 class GlobalHandles::Node {
375 inline GlobalHandles* GetGlobalHandles();
421 class GlobalHandles::NodeBlock {
425 explicit NodeBlock(GlobalHandles* global_handles, NodeBlock* next)
466 GlobalHandles* global_handles() { return global_handles_; }
481 GlobalHandles* global_handles_;
485 GlobalHandles* GlobalHandles::Node::GetGlobalHandles() {
490 GlobalHandles::NodeBlock* GlobalHandles::Node::FindBlock()
    [all...]
global-handles.h 114 class GlobalHandles {
116 ~GlobalHandles();
299 explicit GlobalHandles(Isolate* isolate);
363 DISALLOW_COPY_AND_ASSIGN(GlobalHandles);
367 class GlobalHandles::PendingPhantomCallback {
i18n.cc 773 GlobalHandles::Destroy(reinterpret_cast<Object**>(data.GetParameter()));
836 GlobalHandles::Destroy(reinterpret_cast<Object**>(data.GetParameter()));
895 GlobalHandles::Destroy(reinterpret_cast<Object**>(data.GetParameter()));
    [all...]
isolate.h     [all...]
counters.h     [all...]
api.cc 728 i::Handle<i::Object> result = i::GlobalHandles::CopyGlobal(obj);
757 i::GlobalHandles::MakeWeak(location, parameter, weak_callback, type);
763 i::GlobalHandles::MakeWeak(location, parameter, weak_callback, type);
767 i::GlobalHandles::MakeWeak(location_addr);
771 return i::GlobalHandles::ClearWeakness(location);
775 i::GlobalHandles::Destroy(location);
    [all...]
isolate.cc     [all...]
builtins.cc 784 inline void clear_storage() { GlobalHandles::Destroy(storage_.location()); }
    [all...]
objects.h     [all...]
  /external/v8/test/cctest/heap/
test-mark-compact.cc 242 GlobalHandles* global_handles = CcTest::i_isolate()->global_handles();
254 GlobalHandles::MakeWeak(
258 GlobalHandles::MakeWeak(
262 GlobalHandles::MakeWeak(
273 GlobalHandles::MakeWeak(
277 GlobalHandles::MakeWeak(
281 GlobalHandles::MakeWeak(
309 GlobalHandles::MakeWeak(
335 GlobalHandles::MakeWeak(
338 GlobalHandles::MakeWeak
    [all...]
test-heap.cc 536 TEST(GlobalHandles) {
541 GlobalHandles* global_handles = isolate->global_handles();
569 GlobalHandles::Destroy(h1.location());
570 GlobalHandles::Destroy(h3.location());
573 GlobalHandles::Destroy(h2.location());
574 GlobalHandles::Destroy(h4.location());
596 GlobalHandles* global_handles = isolate->global_handles();
614 GlobalHandles::MakeWeak(
628 GlobalHandles::Destroy(h1.location());
629 GlobalHandles::Destroy(h2.location())
    [all...]
  /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()));
heap-profiler.cc 194 // TODO(yurus, marja): Don't route this information through GlobalHandles.
  /external/v8/test/cctest/
test-weaksets.cc 76 GlobalHandles* global_handles = isolate->global_handles();
108 GlobalHandles::MakeWeak(
test-global-handles.cc 90 GlobalHandles* global_handles = isolate->global_handles();
185 GlobalHandles* global_handles = isolate->global_handles();
280 GlobalHandles* global_handles = isolate->global_handles();
test-weakmaps.cc 73 GlobalHandles* global_handles = isolate->global_handles();
109 GlobalHandles::MakeWeak(
cctest.status 453 'test-heap/GlobalHandles' : [SKIP],
test-api.cc     [all...]
  /external/v8/src/runtime/
runtime-i18n.cc 360 GlobalHandles::MakeWeak(wrapper.location(), wrapper.location(),
448 GlobalHandles::MakeWeak(wrapper.location(), wrapper.location(),
551 GlobalHandles::MakeWeak(wrapper.location(), wrapper.location(),
684 GlobalHandles::MakeWeak(wrapper.location(), wrapper.location(),
    [all...]
  /external/v8/src/debug/
debug.cc 509 GlobalHandles* global_handles = debug_info->GetIsolate()->global_handles();
517 GlobalHandles::Destroy(reinterpret_cast<Object**>(debug_info_));
567 GlobalHandles::Destroy(Handle<Object>::cast(debug_context_).location());
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/testing/
perf_report_output.txt 269 0.35^10611142^HTMLParserThrea^chrome ^[.] v8::internal::GlobalHandles::ComputeObjectGroupsAndImplicitReferences()
271 --- v8::internal::GlobalHandles::ComputeObjectGroupsAndImplicitReferences()
    [all...]
  /external/v8/include/
v8.h 156 class GlobalHandles;
    [all...]

Completed in 1110 milliseconds