Lines Matching defs:position
1323 void FeedbackNexus::Collect(Handle<String> type, int position) {
1325 DCHECK_GE(position, 0);
1331 // Map source position to collection of types
1344 InternalIndex entry = types->FindEntry(isolate, position);
1348 isolate, types, position,
1356 isolate, types, position,
1383 int position = Smi::cast(key).value();
1384 source_positions.push_back(position);
1391 uint32_t position) const {
1405 InternalIndex entry = types->FindEntry(isolate, position);