Lines Matching defs:binary
1123 auto Module::validate(Store* store_abs, const vec<byte_t>& binary) -> bool {
1125 {reinterpret_cast<const uint8_t*>(binary.get()), binary.size()});
1131 auto Module::make(Store* store_abs, const vec<byte_t>& binary) -> own<Module> {
1137 {reinterpret_cast<const uint8_t*>(binary.get()), binary.size()});
2977 bool wasm_module_validate(wasm_store_t* store, const wasm_byte_vec_t* binary) {
2978 auto binary_ = borrow_byte_vec(binary);
2983 const wasm_byte_vec_t* binary) {
2984 auto binary_ = borrow_byte_vec(binary);
3003 const wasm_byte_vec_t* binary) {
3004 auto binary_ = borrow_byte_vec(binary);