Searched defs:descriptor_contents (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dobjects-printer.cc275 Object* descriptor_contents = descs->GetValue(i); local
276 if (descriptor_contents->IsMap()) {
277 Map* map = Map::cast(descriptor_contents);
280 FixedArray* map_array = FixedArray::cast(descriptor_contents);
H A Dobjects.cc2229 static Map* GetElementsTransitionMapFromDescriptor(Object* descriptor_contents, argument
2231 if (descriptor_contents->IsMap()) {
2232 Map* map = Map::cast(descriptor_contents);
2239 FixedArray* map_array = FixedArray::cast(descriptor_contents);
2256 Object* descriptor_contents,
2260 if (descriptor_contents == NULL) {
2268 if (descriptor_contents->IsMap()) {
2274 new_array->set(0, descriptor_contents);
2283 FixedArray* array = FixedArray::cast(descriptor_contents);
2349 Object* descriptor_contents local
2255 AddElementsTransitionMapToDescriptor( Object* descriptor_contents, Map* new_map) argument
2388 Object* descriptor_contents = GetDescriptorContents( local
[all...]

Completed in 82 milliseconds