Home
last modified time | relevance | path

Searched defs:comp (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/runtime_core/compiler/
Dcompiler_logger.h48 static inline bool IsComponentEnabled(CompilerLoggerComponents comp) in IsComponentEnabled()
53 static void EnableComponent(CompilerLoggerComponents comp) in EnableComponent()
69 #define COMPILER_LOG(level, comp) \ argument
75 #define COMPILER_LOG(level, comp) \ argument
/arkcompiler/runtime_core/static_core/compiler/
Dcompiler_logger.h48 static inline bool IsComponentEnabled(CompilerLoggerComponents comp) in IsComponentEnabled()
53 static void EnableComponent(CompilerLoggerComponents comp) in EnableComponent()
67 #define COMPILER_LOG(level, comp) /* CC-OFFNXT(G.PRE.02) name part */ \ argument
70 #define COMPILER_LOG_IF(cond, level, comp) /* CC-OFFNXT(G.PRE.02) name part */ … argument
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_logger.h48 static inline bool IsComponentEnabled(LLVMLoggerComponents comp, Logger::Level level) in IsComponentEnabled()
53 static void EnableComponent(LLVMLoggerComponents comp) in EnableComponent()
67 #define LLVM_LOG(level, comp) \ argument
74 #define LLVM_LOG_IF(cond, level, comp) (cond) && LLVM_LOG(level, comp) argument
/arkcompiler/ets_frontend/ets2panda/lsp/include/
Dreferences.h31 void RemoveDuplicates(std::vector<T> &vec, Compare comp) in RemoveDuplicates()
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/optimizations/interop_js/
Dinterop_intrinsic_optimization.h95 uint32_t GetObjectCountIfUnused(Component &comp, uint32_t usedNumber) in GetObjectCountIfUnused()
/arkcompiler/ets_frontend/ets2panda/test/unit/lsp/
Dget_references_at_position_test.cpp51 auto comp = [](const ReferenceInfo &lhs, const ReferenceInfo &rhs) { in MockGetReferencesAtPosition() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dadjust_arefs.cpp121 auto comp = [i](const Inst *i1) { return i1->IsDominate(i) && i != i1; }; in GetHeads() local
/arkcompiler/toolchain/tooling/static/tests/
Dinspector_server.cpp402 … [[maybe_unused]] const std::function<bool(std::string_view)> &comp, in handlerForSetBreak()
411 … [[maybe_unused]] const std::function<bool(std::string_view)> &comp, in handlerForSetBreakEmpty()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
Dinspector_server.cpp402 … [[maybe_unused]] const std::function<bool(std::string_view)> &comp, in handlerForSetBreak()
411 … [[maybe_unused]] const std::function<bool(std::string_view)> &comp, in handlerForSetBreakEmpty()
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dgc_intrusion.cpp589 auto comp = [gcContext](const Use *u1, const Use *u2) -> bool { in CreateSortedUseList() local
/arkcompiler/runtime_core/libark_defect_scan_aux/
Dabc_file.cpp218 …auto comp = [](size_t value, const panda_file::LineTableEntry &entry) { return value >= entry.offs… in GetLineNumberByInst() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js31424 comp: e property