Home
last modified time | relevance | path

Searched refs:TypeProfile (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/debug/
H A Ddebug-type-profile.cc15 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::TypeProfileMode mode) { in SelectMode()
H A Ddebug-type-profile.h35 class TypeProfile : public std::vector<TypeProfileScript> { class
37 static std::unique_ptr<TypeProfile> Collect(Isolate* isolate);
41 TypeProfile() = default;
H A Ddebug-interface.h42 class TypeProfile;
423 class V8_EXPORT_PRIVATE TypeProfile { class
425 MOVE_ONLY_NO_DEFAULT_CONSTRUCTOR(TypeProfile);
438 std::shared_ptr<i::TypeProfile> type_profile) in Entry()
442 std::shared_ptr<i::TypeProfile> type_profile_;
444 friend class v8::debug::TypeProfile::ScriptData;
456 std::shared_ptr<i::TypeProfile> type_profile);
459 std::shared_ptr<i::TypeProfile> type_profile_;
461 friend class v8::debug::TypeProfile;
464 static TypeProfile Collec
472 explicit TypeProfile(std::shared_ptr<i::TypeProfile> type_profile) TypeProfile() function in v8::debug::TypeProfile
[all...]
H A Ddebug-interface.cc1205 int TypeProfile::Entry::SourcePosition() const { return entry_->position; } in SourcePosition()
1207 std::vector<MaybeLocal<String>> TypeProfile::Entry::Types() const { in Types()
1215 TypeProfile::ScriptData::ScriptData( in ScriptData()
1216 size_t index, std::shared_ptr<i::TypeProfile> type_profile) in ScriptData()
1220 Local<Script> TypeProfile::ScriptData::GetScript() const { in GetScript()
1224 std::vector<TypeProfile::Entry> TypeProfile::ScriptData::Entries() const { in Entries()
1225 std::vector<TypeProfile::Entry> result; in Entries()
1227 result.push_back(TypeProfile::Entry(&entry, type_profile_)); in Entries()
1232 TypeProfile TypeProfil
[all...]
/third_party/node/deps/v8/src/inspector/
H A Dv8-profiler-agent-impl.cc456 const v8::debug::TypeProfile& type_profile) { in typeProfileToProtocol()
461 v8::debug::TypeProfile::ScriptData script_data = in typeProfileToProtocol()
501 v8::debug::TypeProfile::SelectMode(m_isolate, in startTypeProfile()
508 v8::debug::TypeProfile::SelectMode(m_isolate, in stopTypeProfile()
521 v8::debug::TypeProfile type_profile = in takeTypeProfile()
522 v8::debug::TypeProfile::Collect(m_isolate); in takeTypeProfile()

Completed in 6 milliseconds