Home
last modified time | relevance | path

Searched refs:TypeProfile (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/debug/
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()
Ddebug-interface.h42 class TypeProfile; variable
423 class V8_EXPORT_PRIVATE TypeProfile {
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 Collect(Isolate* isolate);
[all …]
Ddebug-type-profile.h35 class TypeProfile : public std::vector<TypeProfileScript> {
37 static std::unique_ptr<TypeProfile> Collect(Isolate* isolate);
41 TypeProfile() = default;
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 TypeProfile::Collect(Isolate* isolate) { in Collect()
1233 return TypeProfile( in Collect()
[all …]
/third_party/node/deps/v8/src/inspector/
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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DVOPInstructions.td719 SDTypeProfile TP = N.TypeProfile;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td303 SDTypeProfile TypeProfile = typeprof;