Searched refs:is_wasm_code (Results 1 – 2 of 2) sorted by relevance
471 return is_turbofanned() || is_wasm_code(); in has_safepoint_info()521 bool Code::is_wasm_code() const { return kind() == WASM_FUNCTION; } in is_wasm_code() function
116 inline bool is_wasm_code() const;