Searched defs:objects_ (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Dglobal-handles.h54 malloc(OFFSET_OF(ObjectGroup, objects_[length])));
57 CopyWords(group->objects_, handles, static_cast<int>(length));
68 Object** objects_[1]; // Variable sized array. member in class:v8::internal::ObjectGroup
H A Dprofile-generator.cc2583 objects_.Add(Handle<JSGlobalObject>(JSGlobalObject::cast(global)));
2589 int count() { return objects_.length(); }
2590 Handle<JSGlobalObject>& at(int i) { return objects_[i]; }
2593 List<Handle<JSGlobalObject> > objects_; member in class:v8::internal::GlobalObjectsEnumerator
2743 HeapObject* obj = HeapObject::cast(*group->objects_[j]);
/external/v8/test/cctest/
H A Dtest-heap-profiler.cc916 objects_[i] = v8::Persistent<v8::Object>::New(v8::Object::New());
918 (*env)->Global()->Set(v8_str("root_object"), objects_[0]);
932 v8::Persistent<v8::Object>::Cast(objects_[0]), &objects_[1], 1); local
935 v8::Persistent<v8::Object>::Cast(objects_[1]), &objects_[2], 2); local
938 v8::Persistent<v8::Value> objects_[kObjectsCount]; member in class:GraphWithImplicitRefs
H A Dtest-api.cc5059 v8::Persistent<v8::Object> objects_[kObjectCount]; member in class:Whammy
5074 v8::Persistent<v8::Object> prev = whammy->objects_[whammy->cursor_];
5081 whammy->objects_[whammy->cursor_].Clear();
5083 whammy->objects_[whammy->cursor_] = global;

Completed in 258 milliseconds