Searched defs:CONTEXT (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/test/utils/ |
| D | ast_verifier_test.h | 33 #define CONTEXT(...) if (ContextHolder<ContextFromStringExtractor> h {this, __VA_ARGS__}; true) macro
|
| /arkcompiler/runtime_core/static_core/verification/config/options/ |
| D | method_options.h | 30 enum class InfoType { CONTEXT, REG_CHANGES, CFLOW, JOBFILL }; enumerator
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | heap_snapshot.h | 61 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/ |
| D | common.h | 31 enum class EdgeType { CONTEXT, ELEMENT, PROPERTY, INTERNAL, HIDDEN, SHORTCUT, WEAK, DEFAULT = PROPE… enumerator
|
| /arkcompiler/ets_runtime/common_components/heap/ |
| D | verification.cpp | 57 #define CONTEXT " at " << __FILE__ << ":" << __LINE__ << std::endl macro
|