Home
last modified time | relevance | path

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

/external/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::TypeProfile::Mode mode) { in SelectMode()
75 if (mode == debug::TypeProfile::Mode::kNone) { in SelectMode()
107 DCHECK_EQ(debug::TypeProfile::Mode::kCollect, mode); in SelectMode()
Ddebug-type-profile.h33 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
Ddebug-interface.h26 class TypeProfile; variable
332 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 …]
/external/v8/src/inspector/
Dv8-profiler-agent-impl.cc418 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()
/external/v8/src/
Disolate.h551 V(debug::TypeProfile::Mode, type_profile_mode, debug::TypeProfile::kNone) \
1167 return type_profile_mode() == debug::TypeProfile::kCollect; in is_collecting_type_profile()
Dapi.cc9927 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 …]
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenDAGPatterns.cpp925 Record *TypeProfile = R->getValueAsDef("TypeProfile"); in SDNodeInfo() local
926 NumResults = TypeProfile->getValueAsInt("NumResults"); in SDNodeInfo()
927 NumOperands = TypeProfile->getValueAsInt("NumOperands"); in SDNodeInfo()
965 TypeProfile->getValueAsListOfDefs("Constraints"); in SDNodeInfo()
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp1135 Record *TypeProfile = R->getValueAsDef("TypeProfile"); in SDNodeInfo() local
1136 NumResults = TypeProfile->getValueAsInt("NumResults"); in SDNodeInfo()
1137 NumOperands = TypeProfile->getValueAsInt("NumOperands"); in SDNodeInfo()
1174 TypeProfile->getValueAsListOfDefs("Constraints"); in SDNodeInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp1610 Record *TypeProfile = R->getValueAsDef("TypeProfile"); in SDNodeInfo() local
1611 NumResults = TypeProfile->getValueAsInt("NumResults"); in SDNodeInfo()
1612 NumOperands = TypeProfile->getValueAsInt("NumOperands"); in SDNodeInfo()
1619 TypeProfile->getValueAsListOfDefs("Constraints"); in SDNodeInfo()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetSelectionDAG.td270 SDTypeProfile TypeProfile = typeprof;
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td319 SDTypeProfile TypeProfile = typeprof;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td297 SDTypeProfile TypeProfile = typeprof;