Home
last modified time | relevance | path

Searched refs:CONTEXT (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/config/options/
H A Dmethod_options.h30 enum class InfoType { CONTEXT, REG_CHANGES, CFLOW, JOBFILL }; member in ark::verifier::MethodOption::InfoType
34 FlagsForEnum<unsigned, InfoType, InfoType::CONTEXT, InfoType::REG_CHANGES, InfoType::CFLOW, InfoType::JOBFILL>;
44 return showInfo_[MethodOption::InfoType::CONTEXT]; in ShowContext()
116 case MethodOption::InfoType::CONTEXT: in EnumerateFlagsHandler()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_snapshot.h60 enum class EdgeType { CONTEXT, ELEMENT, PROPERTY, INTERNAL, HIDDEN, SHORTCUT, WEAK, DEFAULT = PROPERTY }; member in panda::ecmascript::EdgeType
382 enum class ReferenceType { CONTEXT, ELEMENT, PROPERTY, INTERNAL, HIDDEN, SHORTCUT, WEAK, DEFAULT = PROPERTY }; member in panda::ecmascript::EdgeType::Reference::ReferenceType
/arkcompiler/runtime_core/static_core/verification/config/handlers/
H A Dconfig_handler_method_options.cpp175 options->SetShow(MethodOption::InfoType::CONTEXT);

Completed in 3 milliseconds