Home | History | Annotate | Download | only in src

Lines Matching full:instance_desc

2101     DescriptorArray* instance_desc = function->map()->instance_descriptors();
2102 int index = instance_desc->Search(name);
2104 PropertyDetails details(instance_desc->GetDetails(index));
2106 instance_desc->GetValue(index),
2112 instance_desc->CopyInsert(&new_desc, REMOVE_TRANSITIONS);