Searched refs:code_buf (Results 1 – 1 of 1) sorted by relevance
278 r.map(|(symbol, start, end, code_buf)| { in build_with_locals()285 write::Expression::raw(code_buf), in build_with_locals()344 let mut code_buf = Vec::new(); in build_with_locals() localVariable354 &mut code_buf, in build_with_locals()369 code_buf.extend_from_slice(c.as_slice()) in build_with_locals()378 code_buf.push( in build_with_locals()385 code_buf.push(!0); in build_with_locals()386 code_buf.push(!0); // these will be relocated below in build_with_locals()393 code_buf.extend_from_slice(&expr) in build_with_locals()410 code_buf[new_from - 2..new_from] in build_with_locals()[all …]