Searched refs:copied_size (Results 1 – 4 of 4) sorted by relevance
26 uint32_t copied_size = static_cast<uint32_t>(loop->size()) * 2; in PeelWasmLoop() local30 NodeCopier copier(graph, copied_size, &copied_nodes, 1); in PeelWasmLoop()
32 uint32_t copied_size = static_cast<uint32_t>(loop->size()) * iteration_count; in UnrollLoop() local36 NodeCopier copier(graph, copied_size, &copies, unrolling_count); in UnrollLoop()
2587 size_t copied_size = ecma_string_copy_to_cesu8_buffer (string_p, in ecma_stringbuilder_create_from() local2590 JERRY_ASSERT (copied_size == string_size); in ecma_stringbuilder_create_from()2703 size_t copied_size = ecma_string_copy_to_cesu8_buffer (string_p, in ecma_stringbuilder_append() local2706 JERRY_ASSERT (copied_size == string_size); in ecma_stringbuilder_append()
1965 int copied_size; in get_sei_msg_bytes() local1969 copied_size = -copy_emulation_prev(sei->data, in get_sei_msg_bytes()1976 copied_size++; in get_sei_msg_bytes()1978 return copied_size + sei->size / 255 + 1 + type / 255 + 1; in get_sei_msg_bytes()