Home | History | Annotate | Download | only in blink_gc_plugin

Lines Matching refs:Fields

225 // An object requires a tracing method if it has any fields that need tracing
324 RecordInfo::Fields& RecordInfo::GetFields() {
330 RecordInfo::Fields* RecordInfo::CollectFields() {
332 Fields* fields = new Fields;
334 return fields;
340 // Ignore fields annotated with the GC_PLUGIN_IGNORE macro.
345 fields->insert(std::make_pair(field, FieldPoint(field, edge)));
349 return fields;
409 // - it contains fields that need tracing.