Home
last modified time | relevance | path

Searched defs:CONTEXT (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/test/utils/
Dast_verifier_test.h33 #define CONTEXT(...) if (ContextHolder<ContextFromStringExtractor> h {this, __VA_ARGS__}; true) macro
/arkcompiler/runtime_core/static_core/verification/config/options/
Dmethod_options.h30 enum class InfoType { CONTEXT, REG_CHANGES, CFLOW, JOBFILL }; enumerator
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.h61 enum class EdgeType { CONTEXT, ELEMENT, PROPERTY, INTERNAL, HIDDEN, SHORTCUT, WEAK, DEFAULT = PROPE… enumerator
387 …enum class ReferenceType { CONTEXT, ELEMENT, PROPERTY, INTERNAL, HIDDEN, SHORTCUT, WEAK, DEFAULT =… enumerator
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Dcommon.h31 enum class EdgeType { CONTEXT, ELEMENT, PROPERTY, INTERNAL, HIDDEN, SHORTCUT, WEAK, DEFAULT = PROPE… enumerator
/arkcompiler/ets_runtime/common_components/heap/
Dverification.cpp57 #define CONTEXT " at " << __FILE__ << ":" << __LINE__ << std::endl macro