Searched defs:is_wasm_code (Results 1 – 2 of 2) sorted by relevance
42 bool is_wasm_code() const { return kind_ == WASM; } in is_wasm_code() function
527 bool Code::is_wasm_code() const { return kind() == CodeKind::WASM_FUNCTION; } in is_wasm_code() function