Searched refs:TypeProfile (Results 1 – 12 of 12) sorted by relevance
15 std::unique_ptr<TypeProfile> TypeProfile::Collect(Isolate* isolate) { in Collect()16 std::unique_ptr<TypeProfile> result(new TypeProfile()); in Collect()72 void TypeProfile::SelectMode(Isolate* isolate, debug::TypeProfile::Mode mode) { in SelectMode()75 if (mode == debug::TypeProfile::Mode::kNone) { in SelectMode()107 DCHECK_EQ(debug::TypeProfile::Mode::kCollect, mode); in SelectMode()
33 class TypeProfile : public std::vector<TypeProfileScript> {35 static std::unique_ptr<TypeProfile> Collect(Isolate* isolate);36 static void SelectMode(Isolate* isolate, debug::TypeProfile::Mode mode);39 TypeProfile() {} in TypeProfile() function
26 class TypeProfile; variable332 class V8_EXPORT_PRIVATE TypeProfile {334 MOVE_ONLY_NO_DEFAULT_CONSTRUCTOR(TypeProfile);351 std::shared_ptr<i::TypeProfile> type_profile) in Entry()355 std::shared_ptr<i::TypeProfile> type_profile_;357 friend class v8::debug::TypeProfile::ScriptData;369 std::shared_ptr<i::TypeProfile> type_profile);372 std::shared_ptr<i::TypeProfile> type_profile_;374 friend class v8::debug::TypeProfile;377 static TypeProfile Collect(Isolate* isolate);[all …]
418 const v8::debug::TypeProfile& type_profile) { in typeProfileToProtocol()423 v8::debug::TypeProfile::ScriptData script_data = in typeProfileToProtocol()464 v8::debug::TypeProfile::SelectMode(m_isolate, in startTypeProfile()465 v8::debug::TypeProfile::kCollect); in startTypeProfile()471 v8::debug::TypeProfile::SelectMode(m_isolate, v8::debug::TypeProfile::kNone); in stopTypeProfile()483 v8::debug::TypeProfile type_profile = in takeTypeProfile()484 v8::debug::TypeProfile::Collect(m_isolate); in takeTypeProfile()
551 V(debug::TypeProfile::Mode, type_profile_mode, debug::TypeProfile::kNone) \1167 return type_profile_mode() == debug::TypeProfile::kCollect; in is_collecting_type_profile()
9927 int debug::TypeProfile::Entry::SourcePosition() const { in SourcePosition()9931 std::vector<MaybeLocal<String>> debug::TypeProfile::Entry::Types() const { in Types()9939 debug::TypeProfile::ScriptData::ScriptData( in ScriptData()9940 size_t index, std::shared_ptr<i::TypeProfile> type_profile) in ScriptData()9944 Local<debug::Script> debug::TypeProfile::ScriptData::GetScript() const { in GetScript()9948 std::vector<debug::TypeProfile::Entry> debug::TypeProfile::ScriptData::Entries() in Entries()9950 std::vector<debug::TypeProfile::Entry> result; in Entries()9952 result.push_back(debug::TypeProfile::Entry(&entry, type_profile_)); in Entries()9957 debug::TypeProfile debug::TypeProfile::Collect(Isolate* isolate) { in Collect()9958 return TypeProfile( in Collect()[all …]
925 Record *TypeProfile = R->getValueAsDef("TypeProfile"); in SDNodeInfo() local926 NumResults = TypeProfile->getValueAsInt("NumResults"); in SDNodeInfo()927 NumOperands = TypeProfile->getValueAsInt("NumOperands"); in SDNodeInfo()965 TypeProfile->getValueAsListOfDefs("Constraints"); in SDNodeInfo()
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()
270 SDTypeProfile TypeProfile = typeprof;
319 SDTypeProfile TypeProfile = typeprof;
297 SDTypeProfile TypeProfile = typeprof;