HomeSort by relevance Sort by last modified time
    Searched refs:GlobalHandles (Results 1 - 11 of 11) 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/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 433 milliseconds