Home
last modified time | relevance | path

Searched refs:TypeProfile (Results 1 – 9 of 9) 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()
73 void TypeProfile::SelectMode(Isolate* isolate, debug::TypeProfileMode mode) { in SelectMode()
Ddebug-type-profile.h35 class TypeProfile : public std::vector<TypeProfileScript> {
37 static std::unique_ptr<TypeProfile> Collect(Isolate* isolate);
41 TypeProfile() = default;
Ddebug-interface.h30 class TypeProfile; variable
362 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 …]
/external/v8/src/inspector/
Dv8-profiler-agent-impl.cc482 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()
/external/v8/src/api/
Dapi.cc10413 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 …]
/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/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;