Home
last modified time | relevance | path

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

/third_party/node/src/
H A Ddebug_utils.h18 #define COLD_NOINLINE __attribute__((cold, noinline)) macro
21 #define COLD_NOINLINE macro
116 // We apply COLD_NOINLINE to tell the compiler that it's not worth optimizing
121 void COLD_NOINLINE UnconditionalAsyncWrapDebug(AsyncWrap* async_wrap,
H A Ddebug_utils-inl.h76 std::string COLD_NOINLINE SPrintFImpl( // NOLINT(runtime/string) in SPrintFImpl()
125 std::string COLD_NOINLINE SPrintF( // NOLINT(runtime/string) in SPrintF()
131 void COLD_NOINLINE FPrintF(FILE* file, const char* format, Args&&... args) { in FPrintF()
177 // We apply COLD_NOINLINE to tell the compiler that it's not worth optimizing
182 void COLD_NOINLINE UnconditionalAsyncWrapDebug(AsyncWrap* async_wrap, in UnconditionalAsyncWrapDebug()
/third_party/node/src/permission/
H A Dpermission.h53 COLD_NOINLINE bool is_scope_granted(const PermissionScope permission, in is_scope_granted()

Completed in 1 milliseconds