Searched refs:TypeProfile (Results 1 – 9 of 9) sorted by relevance
15 std::unique_ptr<TypeProfile> TypeProfile::Collect(Isolate* isolate) { in Collect()16 std::unique_ptr<TypeProfile> result(new TypeProfile()); in Collect()73 void TypeProfile::SelectMode(Isolate* isolate, debug::TypeProfileMode mode) { in SelectMode()
35 class TypeProfile : public std::vector<TypeProfileScript> {37 static std::unique_ptr<TypeProfile> Collect(Isolate* isolate);41 TypeProfile() = default;
30 class TypeProfile; variable362 class V8_EXPORT_PRIVATE TypeProfile {364 MOVE_ONLY_NO_DEFAULT_CONSTRUCTOR(TypeProfile);377 std::shared_ptr<i::TypeProfile> type_profile) in Entry()381 std::shared_ptr<i::TypeProfile> type_profile_;383 friend class v8::debug::TypeProfile::ScriptData;395 std::shared_ptr<i::TypeProfile> type_profile);398 std::shared_ptr<i::TypeProfile> type_profile_;400 friend class v8::debug::TypeProfile;403 static TypeProfile Collect(Isolate* isolate);[all …]
482 const v8::debug::TypeProfile& type_profile) { in typeProfileToProtocol()487 v8::debug::TypeProfile::ScriptData script_data = in typeProfileToProtocol()527 v8::debug::TypeProfile::SelectMode(m_isolate, in startTypeProfile()534 v8::debug::TypeProfile::SelectMode(m_isolate, in stopTypeProfile()547 v8::debug::TypeProfile type_profile = in takeTypeProfile()548 v8::debug::TypeProfile::Collect(m_isolate); in takeTypeProfile()
10413 int debug::TypeProfile::Entry::SourcePosition() const { in SourcePosition()10417 std::vector<MaybeLocal<String>> debug::TypeProfile::Entry::Types() const { in Types()10425 debug::TypeProfile::ScriptData::ScriptData( in ScriptData()10426 size_t index, std::shared_ptr<i::TypeProfile> type_profile) in ScriptData()10430 Local<debug::Script> debug::TypeProfile::ScriptData::GetScript() const { in GetScript()10434 std::vector<debug::TypeProfile::Entry> debug::TypeProfile::ScriptData::Entries() in Entries()10436 std::vector<debug::TypeProfile::Entry> result; in Entries()10438 result.push_back(debug::TypeProfile::Entry(&entry, type_profile_)); in Entries()10443 debug::TypeProfile debug::TypeProfile::Collect(Isolate* isolate) { in Collect()10444 return TypeProfile( in Collect()[all …]
1135 Record *TypeProfile = R->getValueAsDef("TypeProfile"); in SDNodeInfo() local1136 NumResults = TypeProfile->getValueAsInt("NumResults"); in SDNodeInfo()1137 NumOperands = TypeProfile->getValueAsInt("NumOperands"); in SDNodeInfo()1174 TypeProfile->getValueAsListOfDefs("Constraints"); in SDNodeInfo()
1610 Record *TypeProfile = R->getValueAsDef("TypeProfile"); in SDNodeInfo() local1611 NumResults = TypeProfile->getValueAsInt("NumResults"); in SDNodeInfo()1612 NumOperands = TypeProfile->getValueAsInt("NumOperands"); in SDNodeInfo()1619 TypeProfile->getValueAsListOfDefs("Constraints"); in SDNodeInfo()
319 SDTypeProfile TypeProfile = typeprof;
297 SDTypeProfile TypeProfile = typeprof;