Searched refs:source_pos_table (Results 1 – 1 of 1) sorted by relevance
464 Handle<ByteArray> source_pos_table(code->SourcePositionTable(), in AddAnonymousCode() local467 OwnedVector<byte>::New(source_pos_table->length()); in AddAnonymousCode()468 source_pos_table->copy_out(0, source_pos.start(), source_pos_table->length()); in AddAnonymousCode()522 OwnedVector<const byte> source_pos_table, WasmCode::Tier tier) { in AddCode() argument531 std::move(source_pos_table), WasmCode::kFunction, tier); in AddCode()