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

  /external/v8/src/
global-handles.cc 44 class GlobalHandles::Node {
87 void Acquire(Object* object, GlobalHandles* global_handles) {
98 void Release(GlobalHandles* global_handles) {
184 void MakeWeak(GlobalHandles* global_handles,
199 void ClearWeakness(GlobalHandles* global_handles) {
212 GlobalHandles* global_handles) {
243 inline void IncreaseBlockUses(GlobalHandles* global_handles);
244 inline void DecreaseBlockUses(GlobalHandles* global_handles);
279 class GlobalHandles::NodeBlock {
297 void IncreaseUses(GlobalHandles* global_handles)
    [all...]
global-handles.h 113 class GlobalHandles {
115 ~GlobalHandles();
239 explicit GlobalHandles(Isolate* isolate);
279 DISALLOW_COPY_AND_ASSIGN(GlobalHandles);
v8-counters.h 60 SC(global_handles, V8.GlobalHandles) \
isolate.h 851 GlobalHandles* global_handles() { return global_handles_; }
    [all...]
deoptimizer.cc     [all...]
debug.cc 601 GlobalHandles* global_handles = Isolate::Current()->global_handles();
648 GlobalHandles* global_handles = Isolate::Current()->global_handles();
716 GlobalHandles* global_handles = Isolate::Current()->global_handles();
    [all...]
isolate.cc     [all...]
api.cc 642 return i::GlobalHandles::IsNearDeath(obj);
650 return i::GlobalHandles::IsWeak(obj);
    [all...]
  /external/chromium_org/v8/src/
global-handles.cc 50 class GlobalHandles::Node {
279 inline GlobalHandles* GetGlobalHandles();
319 class GlobalHandles::NodeBlock {
323 explicit NodeBlock(GlobalHandles* global_handles, NodeBlock* next)
364 GlobalHandles* global_handles() { return global_handles_; }
379 GlobalHandles* global_handles_;
383 GlobalHandles* GlobalHandles::Node::GetGlobalHandles() {
388 GlobalHandles::NodeBlock* GlobalHandles::Node::FindBlock()
    [all...]
global-handles.h 124 class GlobalHandles {
126 ~GlobalHandles();
282 explicit GlobalHandles(Isolate* isolate);
331 DISALLOW_COPY_AND_ASSIGN(GlobalHandles);
isolate.h     [all...]
v8-counters.h 96 SC(global_handles, V8.GlobalHandles) \
debug.cc 636 GlobalHandles* global_handles = Isolate::Current()->global_handles();
682 GlobalHandles* global_handles = Isolate::Current()->global_handles();
753 GlobalHandles* global_handles = Isolate::Current()->global_handles();
    [all...]
deoptimizer.cc     [all...]
isolate.cc     [all...]
api.cc 663 i::GlobalHandles::MakeWeak(object,
670 i::GlobalHandles::ClearWeakness(obj);
675 i::GlobalHandles::Destroy(obj);
    [all...]
  /external/chromium_org/v8/test/cctest/
test-global-handles.cc 89 GlobalHandles* global_handles = Isolate::Current()->global_handles();
184 GlobalHandles* global_handles = Isolate::Current()->global_handles();
278 GlobalHandles* global_handles = Isolate::Current()->global_handles();
test-mark-compact.cc 315 GlobalHandles* global_handles = Isolate::Current()->global_handles();
443 GlobalHandles* global_handles = Isolate::Current()->global_handles();
test-weakmaps.cc 84 GlobalHandles* global_handles = isolate->global_handles();
test-weaksets.cc 84 GlobalHandles* global_handles = isolate->global_handles();
test-heap.cc 353 TEST(GlobalHandles) {
358 GlobalHandles* global_handles = isolate->global_handles();
411 GlobalHandles* global_handles = isolate->global_handles();
452 GlobalHandles* global_handles = isolate->global_handles();
477 CHECK(!GlobalHandles::IsNearDeath(h1.location()));
478 CHECK(!GlobalHandles::IsNearDeath(h2.location()));
486 CHECK(!GlobalHandles::IsNearDeath(h1.location()));
498 GlobalHandles* global_handles = isolate->global_handles();
    [all...]
test-api.cc     [all...]
  /external/v8/test/cctest/
test-weakmaps.cc 71 GlobalHandles* global_handles = Isolate::Current()->global_handles();
test-heap.cc 293 TEST(GlobalHandles) {
295 GlobalHandles* global_handles = Isolate::Current()->global_handles();
343 GlobalHandles* global_handles = Isolate::Current()->global_handles();
381 GlobalHandles* global_handles = Isolate::Current()->global_handles();
405 CHECK(!GlobalHandles::IsNearDeath(h1.location()));
406 CHECK(!GlobalHandles::IsNearDeath(h2.location()));
413 CHECK(!GlobalHandles::IsNearDeath(h1.location()));
420 GlobalHandles* global_handles = Isolate::Current()->global_handles();
    [all...]
test-mark-compact.cc 313 GlobalHandles* global_handles = Isolate::Current()->global_handles();
441 GlobalHandles* global_handles = Isolate::Current()->global_handles();

Completed in 878 milliseconds