Searched refs:InfoType (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/runtime_core/static_core/verification/config/options/ |
H A D | method_options.h | 30 enum class InfoType { CONTEXT, REG_CHANGES, CFLOW, JOBFILL }; class 34 FlagsForEnum<unsigned, InfoType, InfoType::CONTEXT, InfoType::REG_CHANGES, InfoType::CFLOW, InfoType::JOBFILL>; 44 return showInfo_[MethodOption::InfoType::CONTEXT]; in ShowContext() 49 return showInfo_[MethodOption::InfoType::REG_CHANGES]; in ShowRegChanges() 54 return showInfo_[MethodOption::InfoType::CFLOW]; in ShowCflow() 59 return showInfo_[MethodOption::InfoType in ShowJobFill() [all...] |
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/ |
H A D | pgo_method_type_set.h | 121 enum class InfoType : uint8_t { class in panda::ecmascript::pgo::PGOMethodTypeSet 130 TypeInfoHeader(InfoType type, uint32_t offset) : infoType_(type), offset_(offset) {} in TypeInfoHeader() 131 TypeInfoHeader(uint32_t size, InfoType type, uint32_t offset) in TypeInfoHeader() 134 InfoType GetInfoType() in GetInfoType() 151 InfoType infoType_ {InfoType::NONE}; 158 explicit RWScalarOpTemplate(uint32_t offset) : TypeInfoHeader(InfoType::USE_HCLASS_TYPE, offset) {}; in RWScalarOpTemplate() 160 : TypeInfoHeader(sizeof(RWScalarOpTemplate), InfoType::USE_HCLASS_TYPE, offset) in RWScalarOpTemplate() 232 : TypeInfoHeader(sizeof(ScalarOpTemplate), InfoType::OP_TYPE, offset), type_(type) {} in ScalarOpTemplate() 263 ScalarOpTemplate(uint32_t size, InfoType infoTyp [all...] |
H A D | pgo_method_type_set.cpp | 62 if (typeInfo->GetInfoType() == InfoType::OP_TYPE) { in ParseFromBinary() 66 } else if (typeInfo->GetInfoType() == InfoType::DEFINE_CLASS_TYPE) { in ParseFromBinary() 72 } else if (header->SupportUseHClassType() && typeInfo->GetInfoType() == InfoType::USE_HCLASS_TYPE) { in ParseFromBinary()
|
/arkcompiler/runtime_core/static_core/verification/config/handlers/ |
H A D | config_handler_method_options.cpp | 175 options->SetShow(MethodOption::InfoType::CONTEXT); 177 options->SetShow(MethodOption::InfoType::REG_CHANGES); 179 options->SetShow(MethodOption::InfoType::CFLOW); 181 options->SetShow(MethodOption::InfoType::JOBFILL);
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/ |
H A D | litecg.h | 40 enum InfoType { kQuiet, kVerbose }; enum
|
/arkcompiler/runtime_core/static_core/static_linker/ |
H A D | linker_context.h | 244 using InfoType = std::variant<const panda_file::BaseItem *, std::string>; 260 const InfoType &GetInfo() const in GetInfo() 267 InfoType info_;
|
Completed in 3 milliseconds