Searched defs:comp (Results 1 – 8 of 8) sorted by relevance
/arkcompiler/runtime_core/compiler/ |
D | compiler_logger.h | 48 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/ |
D | compiler_logger.h | 48 static inline bool IsComponentEnabled(CompilerLoggerComponents comp) in IsComponentEnabled() 53 static void EnableComponent(CompilerLoggerComponents comp) in EnableComponent() 67 #define COMPILER_LOG(level, comp) \ argument 70 #define COMPILER_LOG_IF(cond, level, comp) … argument
|
/arkcompiler/runtime_core/static_core/libllvmbackend/ |
D | llvm_logger.h | 48 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 73 #define LLVM_LOG_IF(cond, level, comp) (cond) && LLVM_LOG(level, comp) argument
|
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/optimizations/interop_js/ |
D | interop_intrinsic_optimization.h | 95 uint32_t GetObjectCountIfUnused(Component &comp, uint32_t usedNumber) in GetObjectCountIfUnused()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
D | adjust_arefs.cpp | 121 auto comp = [i](const Inst *i1) { return i1->IsDominate(i) && i != i1; }; in GetHeads() local
|
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/ |
D | inspector_server.cpp | 391 … [[maybe_unused]] const std::function<bool(std::string_view)> &comp, in handlerForSetBreak() 399 … [[maybe_unused]] const std::function<bool(std::string_view)> &comp, in handlerForSetBreakEmpty()
|
/arkcompiler/runtime_core/libark_defect_scan_aux/ |
D | abc_file.cpp | 218 …auto comp = [](size_t value, const panda_file::LineTableEntry &entry) { return value >= entry.offs… in GetLineNumberByInst() local
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 31424 comp: e property
|