Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
H A Dwasm-constants.h125 constexpr uint8_t kNoCompilationHint = kMaxUInt8; variable
H A Dwasm-module-builder.cc215 DCHECK_NE(hint_byte, kNoCompilationHint); in SetCompilationHint()
828 if (fn->hint_ != kNoCompilationHint) { in WriteTo()
845 fn->hint_ != kNoCompilationHint ? fn->hint_ : kDefaultCompilationHint; in WriteTo()
H A Dwasm-module-builder.h241 uint8_t hint_ = kNoCompilationHint;

Completed in 4 milliseconds