Searched refs:name_or_sfi (Results 1 – 2 of 2) sorted by relevance
1689 HeapObject* name_or_sfi) { in MapEvent() argument1706 if (name_or_sfi) { in MapEvent()1707 if (name_or_sfi->IsName()) { in MapEvent()1708 msg << Name::cast(name_or_sfi); in MapEvent()1709 } else if (name_or_sfi->IsSharedFunctionInfo()) { in MapEvent()1710 SharedFunctionInfo* sfi = SharedFunctionInfo::cast(name_or_sfi); in MapEvent()
247 HeapObject* name_or_sfi = nullptr);